Bryan Van de Ven
Bryan Van de Ven
> My sense is that most Bokeh applications tend to not be mobile-first, so perhaps there is limited opportunity for feedback on interaction between gestures and tooltips. I don't disagree...
@jacobtomlinson this seems like s perfectly reasonable thing. Since you have already dug into it some, are you interested in submitting a PR with some guidance?
@jacobtomlinson great! Here is what I would suggest: make a PR with simple hard coded changes that set the headers that you need. Then once that is pushed, I can...
@philippjfr do you have any thoughts about this? It seems to dovetail with #9536 somewhat, except on the response side. I might try to do something quickly for this for...
@dharhas I don't think anything has changed since mine or @philippjfr comments above. I still think a good first step is to update the handler locally to first figure out...
> The question is, do we enable the new representation by default or do we prefer to keep the old one for now and make sure property order matches between...
I have a rough grasp of why this is happening. I am not sure it's worth trying to explain all the gory details (range handling is probably the single most...
> I see, I guess part of my confusion is why setting the ranges works as expected when there are no tiles involved but as soon as tiles are involved...
@AnujRewar there's a ton of unrelated changes in this PR, looks like things needs to be rebased on latest `branch-3.9`
@rambip by default a single "Document" is used in notebooks. Unfortunately you've run into a corner case where adding an invalid model to a document causes a persistent problem, because...