Mateusz Paprocki

Results 302 comments of Mateusz Paprocki
trafficstars

This doesn't work because `Toolbar` and `ToolButton`s are separate components, so you would need to add stylesheets to the later. `ToolButton` and related models are not exposed in bokeh's API...

I will keep this issue open, so that we include documentation/examples when this becomes possible.

The difference in behavior between 2.x and 3.x is that previously `auto` overlays were stored in tool's model and thus shared between views, whereas now they are stored in tool...

I tried to use some advanced types to extract relevant attributes from TS' `dom.d.ts` standard library, but that doesn't work reliably and increases type-checking times, so I opted for a...

Your expectation is correct, but the current design doesn't allow for this. This is because click policies work on renderers and don't have access to subsets of indices the grouping...

At least regarding fig3 (missing legend entry) there is this: ``` ERROR:bokeh.core.validation.check:E-1006 (NON_MATCHING_DATA_SOURCES_ON_LEGEND_ITEM_RENDERERS): LegendItem.label is a field, but renderer data sources don't match: LegendItem(id='p1089', ...) ``` validation error and in...

> kick off an initial dev build on the new release branch (this is actually needed for our version tool, I think) Yes, otherwise the version number will be awkward....

Additionally, update the date in the relevant milestone (if needed) and close it.

I think so. I'm surprised that there weren't problems before (maybe latex version isn't tested very often). Generated PDF looks good (special characters and diacritics are all in place). Only...