Fritz Lekschas

Results 169 comments of Fritz Lekschas

Can you provide an example? As mentioned above I wasn't able to reproduce the error. I know this was an issue in an older version of jscatter but I thought...

Which version of jscatter have you installed? I recently fixed an issue that sounds like the one you're running into: https://github.com/flekschas/jupyter-scatter/pull/168. If you haven't tried v0.19.1 yet, could you give...

Thanks for clarifying. I'll dig around a bit to see what's causing the issue

I agree that the tick mark computation does not fit to the scale class. On the other hand, it'd be a little bit annoying having to re-implement `OrthoAxis` or to...

That's a tough issue as the application cannot control when the context is lost. It can happen any time. Weirdly I've never experienced it myself but you could try to...

> We couldn't make it work by adding an event listener to the canvas element directly That's likely due to the fact that the canvas element you selected is the...

Interesting! Maybe regl itself is catching the error before it bubbles up?

I agree it'd be a fantastic feature. Feel free to take a stab at it. This would require a function to render closed polygon shapes which does not exist at...

That should be possible and I started looking into https://github.com/narwhals-dev/narwhals but as usual it comes down to finding time to do the refactor. If you have time and are willing...

Arghhh... that's annoying. I like having the docs next to the actual code. Having to jump back and forth between repos to document things would be annoying. Let me see...