Skip to content
#

web-development

Here are 1,309 public repositories matching this topic...

malaire
malaire commented Nov 24, 2019

The documentation of FromDataSimple doesn't mention that it's only for debugging. This is only mentioned at documentation of FromData.

Based on several closed issued about this and recent message at #beginners, this causes enough confusion that documentation of FromDataSimple should also mention this.

trusktr
trusktr commented Feb 10, 2019

I see the "Welcome" doc page mentions "component system", but it is very vague. Can you describe what are all the reasons that I'd want to use Whitestorm over plain Three.js, f.e. what are all the things I get that Three.js does no offer, so that I can better understand?

Thanks!

fabiangehring
fabiangehring commented Jul 22, 2019

hi,
the documentation of shiny::Progress says

initialize(session, min = 0, max = 1)
Creates a new progress panel (but does not display it).

Nevertheless it seems as if already the simple creation of a progress object (p<- Progress$new()) shows the Notification "message" without calling p$set(...) first.

here a very minimal example showing an undesired "message" notification.

``

HarelM
HarelM commented Jun 30, 2018
  • Browser and version:
    Chrome 6x

  • Version of Leaflet (L.version):
    1.3.0

  • Version of esri Leaflet (L.esri.VERSION):
    2.1.4

Steps to reproduce the error:
Can be seen in the jsbin below. Using leaflet 1.1 there's no error but still no layer is visible.

  1. Use leaflet 1.3.0
  2. Try adding the following layer as dynamicMapLayer https://ags.moin.gov.il/arcgis/rest/services/Planning
1jj
1jj commented Dec 11, 2019

"Attribute itemprop not allowed on element link at this point"
I get this errors for things like that:
<link rel=icon itemprop=logo href=ico.png>
<link rel=canonical itemprop=url href="https://example.org/">

Otherwise the spec says
"Every HTML element may have an itemprop attribute specified"
https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute

Goo

Improve this page

Add a description, image, and links to the web-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-development topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.