Fernando Jorge Mota
Fernando Jorge Mota
I think this issue can be closed, right?
Another option that's better (IMHO) is to add a list of trusted origins, so this check would check against a slice instead of checking if the URL is the same....
@fabiocaseri What about using [socket.io](http://socket.io/) for get this compatibility? (it seems great for something like a dashboard, but it may need to refactor some core parts of the project, too)
hmmm When I read this issue I was thinking about reusing containers, which would may help here too. I mean, when roaring decides to automatically optimize a container (like on...
Oh, for sure. Only benchmarks to test these sort of things. And for sure no-allocation (like in the algorithm for intersections) is always better than one allocation here and there...
I'm not @bpot but I think a simple function like `Checksum` would be acceptable, if it returns the same content independent of the order (which always occurs because bitmaps are...
Yeah, that would be a good idea.
Hey. I would like to try to help fix this issue properly for everyone. I have some experience on working with docker images/containers that work both with and without user...
Hello! I copied the example made by @ozaik into a codesandbox and adapted it so we can see the issue without any external library. Only supercluster here. Here's the link...
@mourner Before closing the issue, could you please have checked the example I posted in the comment above? For some weird scenarios, this issue still happens, even on version 7.1.4....