Bryan Van de Ven

Results 752 comments of Bryan Van de Ven

> At least this seems like a bug to me. Should RangeTool not be able to accept DataRange1d? They are a bit at odds. A `DataRange1d` is for automatically setting...

given this is layout-related and layout is being revamped for 3.x, I am going to kick this down the road cc @tcmetzger @mattpap

> My prelimnary suggestion would be to use Jupyter protocol as thats more resilient, else anyone dealing with Jupyter remotely could have similar issues with firewall restrictions and the like....

> Another possibility is to keep it as a list-of-dicts, and have users optionally add a preferred=True item to one entry, and similarly an optional latest=True to one entry. I'm...

> AttributeError: module 'bokeh.plotting' has no attribute 'Figure' Redundant and removed, everything should use `figure` (lower-f) but I will see if we can't add a module getter to afford a...

@jrbourbeau can you try to confirm that these errors are not just test-only issues, and that they affect real codepaths?

@jrbourbeau I am submitting a PR to revert the `field_name` rename. I think the `Figure` issue is test-only: ``` 143: assert isinstance(figure, bokeh.plotting.Figure) 158: assert isinstance(ts.figure, bokeh.plotting.Figure) ``` So I...

> Would this: https://sphinx-gallery.github.io/stable/configuration.html#capture-repr be helpful at all? I don't think so, the current `_html_repr` provides an expandable textual view of the model and its properties, not an embeddable plot...

I am not sure what we can realistically do about this. We already have some folks complaining about existing validation overhead, looking for ways to reduce it, and this would...