Bryan Van de Ven

Results 764 comments of Bryan Van de Ven

@yuji38kwmt Your original code, with `size=8` added, plots just fine for me: You'll need to look for some additional information, e.g. is there any output or error messages in the...

@mattpap is `field("radius")` a default we should keep? I guess it makes this one very specific case work "automagically"? ```python source = ColumnDataSource(radius=...) plot.circle(..., source=source) ``` i.e. if you happen...

@mattpap thoughts on making `radius` non-optional in 3.6?

I started a branch for this but there are like 60 BokehJS tests that need to be updated, I won't get to it before the 3.7 freeze

@p-himik I want to get at the actual important requirements for this use case. Is the "whole document at once" aspect truly at issue? Currently you can separately embed document...

Ok I *think* adding a JS API to perform the same function as the template embedding (only explicitly and selectively, instead of automatically) is reasonably actionable. In fact it's possible...

I should have re-read the comments in the old PR, since there are some design wrinkles we need to fix up: > One problem with this approach is that both...

HI @sj thanks for the reply > reasons that led us to choose for UX-based dismissal Well, I used to work for Microsoft. I know that the primary reason is...

cc @bokeh/dev One option would be to simply document this combination as explicitly unsupported. But affording a configurable sentinel value for "NA" might not be too much work.