Zsolt Ero

Results 297 comments of Zsolt Ero

@jfirebaugh that's indeed a bit better, although both points 1. and 2. are still valid, if with fewer features. In the meantime I've been able to solve this with some...

Here is a GIF about how the end results look. I'm really happy with this behaviour, I believe this is the nicest UX behaviour for this problem. ![screenflow](https://user-images.githubusercontent.com/494223/41498094-d681e2fa-7164-11e8-9c43-62e596c25427.gif)

+1, nice one line fix Can you push it to master?

+ Also, the editor is buggy as it's not detecting Retina resolution.

I tested the official examples: - gallery/src/mapbox-layer.html: GOOD - get-started/pure-js/basic: BAD - get-started/pure-js/mapbox: GOOD - get-started/scripting/harp.gl: GOOD - get-started/scripting/leaflet: GOOD - get-started/scripting/mapbox: GOOD (at this points I'm confused, it uses...

I'm working on better examples for reproducing the issue. The results I got were confusing as the NE countries GeoJSON makes dropped frames with deck.gl on its own, so the...

@DronDima I don't think the assumption is needed as of today, as the current Babel is 7.12 in CRA. This works for decorators: ``` module.exports = { babel: { plugins:...

OK, the new CRA 5.x actually ships Babel 7.16, so we'd need these assumptions. Has anyone managed to get this right?

Not stale On 2022. May 1., Sun at 0:29, stale[bot] ***@***.***> wrote: > This issue has been automatically marked as stale because it has not had > recent activity. It...

I've done the upgrade to test this. It seems to be working, at least I get a warning message if I add assumptions. There are other errors with [email protected] which...