Bryan Van de Ven

Results 786 comments of Bryan Van de Ven

It's also possible we could just re-use the existing `SelectionPolicy` models in this role

I do think policy-based filtering with appropriate CustomJS hooks is the best way to go, but I want to make sure there are not different ways of doing nearly identical...

Pushing this out again unfortunately, since things are a bit more complicated. There are multiple kinds of selections (point, line, multiline, image, etc) and it's unclear if one filter type...

Hi @mangecoeur thanks for the report. I would disagree that Bokeh should never do this, in fact I think in the vast majority of cases, providing the values inline is...

@mangecoeur can you supply a sample GeoJSON file and code to help with developing this change?

@mangecoeur that's exactly the approach I was imagining (and similar to that NumPy, etc. do as well). You're right that many coordinate properties may be large arrays but this is...

OK I tested a tentative implementation the behaves like this: ``` In [3]: r.start = "a"*400000000 ``` which results in (with some manual line breaks added be me) ``` ValueError:...

I would rather be able to just set an env var than going digging for where to put a debugger. Note this applies outside the notebook too, if people are...

Another user has run into this: https://discourse.bokeh.org/t/endless-error-message-with-fileinput-and-big-file/9438 > when using FileInput with a server callback, error messages will always display the base64 string . If this string is big (100mb...

@mattpap what's left for this? If you can describe what's remaining, I can try to push this to finish so you can focus on layout.