Mateusz Paprocki

Results 99 issues of Mateusz Paprocki

Release build fails with: ``` sphinx.errors.SphinxWarning: The version switcher "https://docs.bokeh.org/switcher.json" file is malformed at least one of the items is missing the "url" or "version" key ``` (e.g. in https://github.com/bokeh/bokeh/actions/runs/5067042634/jobs/9097592138)....

type: bug
tag: CI

For example from PR #13570: ![image](https://github.com/bokeh/bokeh/assets/27475/954bd78d-9143-437a-9bcf-03a6222f5015)

type: bug
tag: component: bokehjs
tag: webgl

My xelatex generates output with non UTF8 characters. In effect, symy-bot failed just after testing documentation.

See bottom left corner: ![image](https://github.com/bokeh/bokeh/assets/27475/9215c690-1058-47a0-b81c-bc5790712779) Goes away after the first hover.

type: bug
tag: regression
tag: component: bokehjs

Previously bokeh/model/UI events were only allowed to be sent from client to server. This PR allows the other direction, for events where it makes sense. In particular it adds `ClearInput`...

type: feature
status: WIP

This PR: - [x] fixes handling of `active_` properties when merging toolbars - [x] allows to use `ToolProxy` in `active_` properties - [x] allows to activate a proxy with a...

status: WIP

This is an early work-in-progress PR attempting to fix initialization issues of `HasProps`. This works for all models that are part of a document, but not for models initialized in...

status: WIP

Currently rendering is spread in multiple places, including `initialize()`, `connect_signals()` and `render()`. When re-rendering `this.el` (the root element of a component) never gets recreated. It's "emptied" instead, but that doesn't...

status: WIP
type: task
tag: component: bokehjs

See https://github.com/bokeh/bokeh/actions/runs/9134594077/job/25120443390#step:8:185: ``` ------ Starting task pack_deployment_tarball +mkdir deployment-3.5.0.dev4 +cp bokehjs/bokeh-bokehjs-3.5.0-dev.4.tgz deployment-3.5.0.dev4 +cp $CONDA_PREFIX/conda-bld/noarch/bokeh-3.5.0.dev4-py_0.tar.bz2 deployment-3.5.0.dev4 +cp dist/bokeh-3.5.0.dev4.tar.gz deployment-3.5.0.dev4 +cp dist/bokeh-3.5.0.dev4-py3-none-any.whl deployment-3.5.0.dev4 +mkdir deployment-3.5.0.dev4/bokehjs +cp -r bokehjs/build deployment-3.5.0.dev4/bokehjs +mkdir -p deployment-3.5.0.dev4/docs/bokeh/build...

type: bug
tag: regression

This PR is an experiment, based on discussion #13870 and other, to bring static types to models and properties. The main goal of this PR is to establish the correct...

status: WIP