Mateusz Paprocki

Results 99 issues of Mateusz Paprocki

The goals of this PR are: - [x] use `View.children()` in `View.has_finished()` instead of overriding `has_finished()` in subclasses - [ ] make sure that all views participate in `has_finished()` and...

status: WIP
type: task
tag: component: bokehjs

- [ ] address test failures - [ ] add tests for non-linear axes fixes #11196

status: WIP

This is a very early preview of WebAssembly support in bokehjs. It will be at least a month or two before this will be in any useable state. I will...

type: feature
status: paused
tag: component: bokehjs
tag: webassembly

Early WIP. Reduces verboseness of server logs and introduces color for better readability. ![image](https://user-images.githubusercontent.com/27475/228890128-388d760c-eb1d-4142-9c70-0d6a5a9b0652.png) fixes #11074

status: WIP

This is a very early WIP PR that attempts to make use of ESM bundles (formerly `*.esm{.min}.js`, now `*{.min}.mjs`) in embedding APIs. This will take awhile to complete, as handling...

status: WIP

This PR attempts to resolve `Task was destroyed but it is pending!` issues, which are both annoying and can influence other tests (like in PR #13070). For now I dealt...

type: bug
status: WIP

This PR allows to attach a `Tooltip` instance to any target (UI model, HTML element, etc.) and display the tooltip on hover over the target. Note the API is a...

status: WIP

Previously `mask_data()` usually returned all (subset) indices and only give non-trivial results for a handful of glyphs. This PR makes `mask_data()` always narrow indices to view viewport (and utilize the...

status: WIP
type: task
tag: component: bokehjs

Early work in progress. First I need to finalize PR #12068 and then I will complete the documentation here. - [ ] fixes #12073

status: WIP

Previously constructs like `div({style: {margin: "10px"}, tabIndex: 0}, ...)` were pretty much dynamically typed. This PR fixes that problem and fixes any discovered issues.

status: WIP
type: task
tag: component: bokehjs
tag: typescript