Bryan Van de Ven
Bryan Van de Ven
(This issue mostly pertains to the contents of `bokeh.models`) Our reference docs are currently hand-curated into topical groupings. The original reason for the the groupings was that early on we...
Users who make PNG exports at very high resolutions (e.g. for publication) run in to the issue that text font sizes are fixed and do not scale, leading to very...
AFAICT ref docs anchors are just completely broken at present, e.g navigating to https://docs.bokeh.org/en/latest/docs/reference/models/tools.html#bokeh.models.TapTool which is what a docs search for "TapTool" returns, just dumps me at the top of...
Currently our release actions pipeline only surfaces "internal" log details in case there is an error, but sometimes it is desirable to access a log even when there was success....
Hi, @cjdoris first I just want to say that it was great to discover this. I have thought that Bokeh+Julia would make a great combination for many years. But I'm...
We currently use `Self`, `Never`, and `NotRequired` from `typing_extensions` all of which are accepted starting with Python 3.11. This is a placeholder issue to remember to update these cases to...
ref: https://docs.bokeh.org/en/latest/docs/user_guide/advanced/bokehjs.html#low-level-models Scrolling down to the "low level models" plot, the page suddenly "jumps back up" closer to the top, for no apparent reason. ~~Additionally, the "Try on Codepen" but...
Seen this a few times, where the prepare environment step will fail (e.g. due to transient conda bad gateway) but then proceed to try to run the tests, e.g. https://github.com/bokeh/bokeh/actions/runs/8989165483/job/24691806627?pr=13874...
From the 3.4.1 docs, happens on Safari, Chrome, and FF on OSX cc @tcmetzger in case you have any quick ideas why the middle section won't grow to fill the...
**What's the problem this feature will solve?** Our project has to simultaneously publish docs, PyPI, conda, and npm packages. If one of those fails (e.g. because a token has expired)...