Mateusz Paprocki
Mateusz Paprocki
When working on this I noticed that the template case only renders tooltip entry for the last selected index, not all of the selected indices as in the default (tuple)...
This is tentatively ready. Some more unit testing will follow.
With some styling: 
Are unminified shaders of any use, e.g. for debugging? If not, and I presume this is the case, then I would always minify them. So, I would move the minification...
Also for reference, we always minify generated CSS from `*.less` files, so doing the same for GLSL would make things consistent, again assuming that there is no utility for unminified...
> Yes they are. If you write an invalid shader that fails to compile on the GPU you get an error report in the browser console with the line number...
We could use it, despite it being a webpack plugin. I gave it a quick look and the minification logic is independent of the plugin and well tested. The package...
I was able to provide a legacy implementation for `Band` and `Whisker` annotations, which retains most of the original functionality (e.g. no auto-ranging), with the exception of screen coordinates (which...
TODO: - [ ] finish implementation of `HTMLText` glyph - [ ] add support for `"screen"` coordinate units (via coordinate transforms)
> Does that extend to all glyphs? This will be implemented via a coordinate transform (what sub-coordinates use), so it will be available to all glyphs and in fact to...