Kari Lavikka

Results 21 comments of Kari Lavikka

Thanks. This has to be related to ANGLE (the WebGL implementation) because I'm not using `uintBitsToFloat` anywhere in the shaders.

Works on Ubuntu 21.10, Firefox 99.0.1, Intel HD Graphics 4000

The `"point"` mark already supports various shapes: https://genomespy.app/docs/grammar/mark/point/#plenty-of-points This issue is mainly about "syntactic sugar" that makes it (quite) a bit easier to specify certain things and also provides more...

I'm unlikely to have time for this before January-February, but thanks for the use case example! Btw, I'll probably adapt Ricky Reusser's awesome [line shader](https://github.com/rreusser/regl-gpu-lines) for this.

Has been on hold because I have focused on improving the cohort visualization (the *app* package) and writing the manuscript.

> Is it possible to add the ability to highlight the hovered component? That's something I'd like to implement at some point. It would be especially useful in the visualization...

For example: * The topmost example: https://genomespy.app/docs/grammar/mark/rect/ * The bottom example: https://genomespy.app/docs/grammar/mark/link/

Btw, dependencies can be visualized using https://github.com/sverweij/dependency-cruiser

It seems that there was no circular dependency between UnitView and data flow after all. However, there's some other circlar stuff. Overall, there are quite a bit of dependencies that...

It's on the default setting (false?). It seems that I can get rid of the error message by setting it to true. Is it a good long-term solution?