Henri Pihkala
Henri Pihkala
I hit the same issue. Worked around it by resetting the underlying heatmap directly: ``` javascript this.heatmapLayer.setData(d) if (d.data.length===0) this.heatmapLayer._heatmap.setData(d) ```
@zimmi88 I'm experiencing this issue as well. Took quite some time to track it down, but I think it's due to this line of code in the `adjustWindowScroll` function: ```...
@zimmi88 created PR
If it turns out that both are needed, another solution to the issue would be to use a boolean to make sure the callback gets called only once per animation....
The DU join features in the core-api are now obsolete due to moving to the new join server, closing this
While the workaround above should work for the time being, we're also investigating the original issue why the resends over websocket get corrupted. Could be an issue with the websocket...
@tazarov I could not get the LRU strategy to work despite following the above instructions. I'm running the latest Chroma `0.5.7` inside the official Docker image `chromadb/chroma`. I'm setting the...