Mateusz Paprocki

Results 298 comments of Mateusz Paprocki
trafficstars

There are issues with the current approach, which I'm addressing in PR #13571. I also plan to add support for a variant of a multi-line toolbar (either add support for...

There is no `Float16Array` in JS, so if we serialized as binary, then we wouldn't be able to do anything with this data. We could convert it from float16 to...

We will need another update of `@bokeh/slickgrid` to complete the fix then.

> `ValueRef(field="date{%F}")` `ValueRef.field` is a field name, so the syntax with formatting would be something along `ValueRef(field="date", format="%F)`.

> NEP 29 data for dropping Python 3.9 is Apr 05, 2024 so Bokeh 3.5 is probably ideal. Our BEP 9 says it should be at least 3 months after...

I did some work towards this as part of my SDG 2023 work, specifically support for `Segment` as edge renderer, though that particular work isn't published yet.

What we could do is to check which browser/driver appears earlier on `$PATH`, and attempt to use drivers in that order. Conda prepends itself to `$PATH`, so that would work...

> any idea if this is still an issue? There's been quite a bit of refactoring of the webdriver code in the last few years IIRC. That's a possibility, but...

`add_next_tick_callback` triggers just fine. The problem is with timing the update of `button_switch.disabled` and `div_spinner.text`, and calling `hide_spinner()`. In bokeh 3.1 the order was `button_switch.on_change("disabled")` followed by `hide_spinner()`. In bokeh...

It really depends on the browser and its config. Additionally browsers can either reach these limits silently like Chromium does or fail hard like Firefox does, e.g.: ![image](https://github.com/bokeh/bokeh/assets/27475/51460372-244c-4e23-a354-f73fa96fa19a) and at...