Zsolt Ero
Zsolt Ero
Sorry, the jsbin was on latest and I uncommented the setInterval to see the effect, and you probably checked that version, I updated the link. Same behaviour on FF and...
My reasonings for `console.log(e.layer._popup._map)` being `undefined` are not valid, as it seems that `_map` only gets added to `_popup` on `openPopup()`, but the effect is still visible on `console.log(e.layer._popup)`.
The following events are triggered when I call `editTools.stopDrawing()` with a 2 vertex polygon: - editable:drawing:cancel - editable:shape:delete - editable:editing - editable:shape:deleted - editable:drawing:end
So far the best solution I found is to check for `e.layer._defaultShape()` in `editable:drawing:end`, as by this time this will be an empty array if the shape was invalid. ```...
I just found that Measurable has pretty much the exact same solution implemented: https://github.com/umap-project/Leaflet.Measurable/blob/52d56e758e34e2761be4c8c878abe042eed37c62/Leaflet.Measurable.js#L116
Is there any update on this issue since the last 1.5 years? I'd be very important to log `[CRITICAL] WORKER TIMEOUT` issues in Sentry in production. Also, I found no...
We are using the new SDK and it definitely didn't send anything to Sentry. Should I open an issue in the new repo?
@untitaker I've opened issue: https://github.com/getsentry/sentry-python/issues/510
I couldn't debug what was causing this, but what I did was I've split the file to 10 segments and then they all completed correctly.
`.pyenv-version.lock` -> This wouldn't work as the different platforms have different latest patch releases at the same time. Can we simplify this problem and just do it for mainline /...