Bryan Van de Ven

Results 72 issues of Bryan Van de Ven

Previous PR: https://github.com/bokeh/bokeh/pull/13316 The idea is to be able to display a colormap of just a single "slice" in an image stack as-is, so that e.g. a slider could scrub...

type: feature
tag: component: bokehjs

This was asked about in https://github.com/github/codeql/issues/9298 and the issue log stated "closed as not planned". The "answer" was to dismiss via the UI. But this alone is really not a...

question

On previous versions of the docs the version switcher showed the exact version of the dev/rc build: --- On latest `dev-3.4` it just says "Choose version" cc @tcmetzger in case...

type: bug
tag: component: docs

Should be able to make use of WORKING protocol message (send OK to indicate completed? or maybe new message type?) @havocp can you point @canavandl at the partial code you...

type: feature
tag: component: bokehjs
tag: component: server

@mattpap I've run into some issues with the current unit tester: - [x] `Error: expected 0 to be equal to 0` The tester is distinguishing between -0 and +0 which...

type: bug
tag: component: bokehjs

ref: https://docs.bokeh.org/en/latest/docs/user_guide/styling/plots.html#selected-and-unselected-glyphs Code there does this: ```python plot = figure(width=400, height=400, tools="tap", title="Select a circle") renderer = plot.scatter([1, 2, 3, 4, 5], [2, 5, 8, 2, 7], size=50) selected_scatter =...

type: bug
tag: regression
tag: component: bokehjs

This was already on my short-list todo, but NF is pushing projects to communicate their privacy policies. I have opened a WIP wiki page for BEP 8 here: https://github.com/bokeh/bokeh/wiki/BEP-8:-Privacy-Policy NF...

type: discussion
tag: BEP

Currently all of the CustomJS models essentially re-implement everything, i.e. there are many repetitions of code like ```typescript get names(): string[] { return keys(this.args) } get values(): unknown[] { return...

type: task
tag: component: bokehjs

ref: https://discourse.bokeh.org/t/refactoring-custom-markerview-from-v2/6156 The current triangle marker is face-centered, but a the linked discourse post brings up a valid and not-uncommon need for a point-centered triangle that can be used as...

type: feature
type: discussion
tag: component: bokehjs

*[I have edited this old issue to reflect other recent changes and features]* Tooltips were generalized in https://github.com/bokeh/bokeh/pull/12154 in order to support richer content and also the ability to be...

type: feature
tag: component: bokehjs