Volodymyr Agafonkin

Results 530 comments of Volodymyr Agafonkin

@ThomasG77 oh, nice to see that it switched to ES6 modules! We should consider using rollup.js short term. The main reason to switch is performance though, not bundle size, so...

Yeah, there's no fast way to get original coords from the index. `indexOf` is gross β€” as a workaround, I'd rather generate a Uint16/32Array that maps an `id` to its...

It was written by hand.

> i'm not sure there is much reason to require `trim()` be manually invoked as it would just add noise to user code simply to avoid an automatically-avoidable error? @leeoniya...

@leeoniya the profiler won't show the full picture when it's about memory allocation. When a bunch of memory is no longer used, it will be marked for garbage collection, but...

> i definitely do pay attention Sorry, I was referring to library users. Maybe you're right and I'm being irrational, but it still doesn't sit well with me that an...

Also, the PR will have to be updated slightly after #223 got merged, changing how Supercluster stores some data internally.

@jfirebaugh I would love to do this too, combined with removing individual transition properties altogether (in favor of a global style `transition`).

Combining several sources in one layer might be a big challenge because of the need to synchronize data between workers (e.g. if you have VT + GeoJSON). However, implementing support...

Yeah, this looks like a bug. The underlying issue is that all map view setters like `setPitch` first stop animations with `map.stop()` before doing the change, but apparently this interferes...