Bryan Van de Ven

Results 764 comments of Bryan Van de Ven

This bug is still present in conda: ``` dev312 ❯ conda search -c bokeh/label/dev --override-channels bokeh ``` yields ``` ... bokeh 3.4.0rc1 py_0 bokeh/label/dev bokeh 3.4.0rc2 py_0 bokeh/label/dev bokeh 3.4.0.dev1...

> I am having trouble picturing an upgrade path without affecting those hypothetical use cases (a minority, that said). I Currently, everyone who reasonably expects that a release candidate should...

> it does look like the decision to make the dot meaningful was intentional I guess I'd pose that the possibility that the line `== 1.1.rc1 # 0 is inserted...

Whether I receive email from or related to an organization and whether I belong to an organization are two independent, orthogonal things. They should not be coupled in the custom...

Noting per [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html) the Numpy schedule for this will be August 2025

Well, I'd say: * we should remove any dependency that isn't actively being used, so we can base decision strictly on what, if anything, is needed in this particular module,...

@evoulitas Bokeh is a volunteer OSS project and contributors self-direct their own work. If no-one has added it to a concrete milestone then I would not count on it being...

related: * #11104 Also noting that SlickGrid's sorting docs are here: https://github.com/mleibman/SlickGrid/wiki/DataView#sorting and an SO outline for custom individual column sorters here: https://stackoverflow.com/questions/22559891/slickgrid-custom-column-sorters It does seem like we could add...

> Is this a bug? The `text_align` properties are simple mechanical pass-throughs to the underlying HTML canvas. However, the alignment is only *within the defined text box*, and currently the...

I'm glad `Title` works, I've labeled as `discussion` for now since, as it is, the property seems like a trap for users (so we should either make it more useful...