Volodymyr Agafonkin
Volodymyr Agafonkin
Actually, providing a default OSM attribution when none is provided and `tile.openstreetmap.org` is used sounds like a neat idea. It's a common pitfall and this seems rather harmless β people...
Looks like this was originally added in 2011 to make popup tip IE6β8 properly displayed (rotated 45 degrees for the "tip" appearance). https://github.com/Leaflet/Leaflet/commit/5f63b8dd82acf319acf7c26b765639ed86e9b42e Not sure if we want to care...
@Falke-Design yeah, no one really cares about those versions, and even Leaflet website states IE9+ support on the website for quite some time now. Let's just remove that stuff for...
I think it was designed this way because you're not meant to disable it permanently, only for the duration of a particular drag action. This is what Leaflet does, disabling...
@jonkoops I'm not familiar with various nuances of SSR frameworks, but we had a similar situation in Mapbox GL JS β tons of requests from users to make it possible...
> There are still some globals referred to that might cause issues in a server-side run-time, but they will only create issues if DOM related APIs are used on the...
@jonkoops some spec files aren't processed, failing with this error β not sure what's going on here and why it can't resolve `chai`: ``` TypeError: Failed to resolve module specifier...
Now down to 786 passed, 24 failed.
> the manual server keeps crashing @Falke-Design hasn't crashed on me yet; any stack traces in the console when this happens?
OK, now I can reproduce the weird quite crash. It happened randomly before because of concurrency (multiple tests were run in parallel) βΒ if you switch to `concurrency: 1`, it...