Mateusz Paprocki

Results 291 comments of Mateusz Paprocki
trafficstars

With recent changes to widgets and bringing them closer to bokehjs (removal of jquery-ui, partial removal of bootstrap), we will be able to implement a common styling API (~~definitively for...

There is no progress on this issue. If there was, it would be reflected here. Unfortunately, additions like this one are very low on core maintainers' priority list, so this...

Hopefully PR #12083, or a follow-up to it, will allow this.

I don't see it feasible to try to finish this for 3.0. I will try to extract changes that affect APIs into smaller PRs and leave the remainder of the...

It's broken, though I'm not sure if it ever worked. I always specify the type of resources explicitly for the given job, so my command line always looks like this:...

Let's keep it for now, as I would actually clean up and simplify the dev setup.

> `AttributeError: 'tuple' object has no attribute 'children'` The source of the issue is `gridplot()` returning a `GridPlot` and not a composite layout. I don't see any workaround for this,...

Currently we don't have intention to make any new 2.4 releases, so I would rebase this on `branch-3.0` and change the base branch in this PR. If we change our...

Also, on a side note, we would first need to update `branch-2.4` to allow tests to pass.