Mateusz Paprocki
Mateusz Paprocki
Given that those 0-dimensions arrays are serialized as actual arrays, then the fact that the integer case works at all in bokehjs is a really neat coincidence and relies on...
It actually does set the color:  which can be seen in the corners of the DOM element. However, it sets the color of the underlying element and not the...
> ref: https://docs.bokeh.org/en/dev-3.0/docs/examples/models/iris_splom.html This is a side effect of `GridBox` using fractional grid cell sizes by default. This can be remedied by setting `grid.cols = "max-content"` and `grid.rows = "max-content"`,...
Just to note, `zoom` is a non-standard CSS property, so fixing bokeh's behavior under it isn't a priority. However, bokeh's behavior is broken under `transform` as well, and that definitely...
> updating our legacy projects webpack/babel configs but this has negative impacts on other packages and tooling used in our project. In an ideal world this is how things should...
> Is there a fix for this or a babel plugin we can use to bypass `Uncaught TypeError: Array is not a constructor`? It's by design, see https://github.com/babel/babel/issues/11744 for reference....
I actually want to merge this for 3.0. The status of `CrosshairTool.spans` will be experimental thought until a better solution emerges.
> Why not just wait, then? Providing users an API that we know will change in the future is just inviting a support burden. There are several reasons: - It's...
> I am inclined to revert this in the morning. (...) If you don't see any better, less disruptive way of proceeding forward, then I will have to demand a...
> I do not agree to having experimental features without loud warnings and we clearly need to decide an document a policy for these cases before moving forward. We have...