Mateusz Paprocki

Results 99 issues of Mateusz Paprocki

For example: ``` $ BOKEH_DEV=true BOKEH_RESOURCES=server-dev bokeh serve --port=5007 examples/bugs/issue11033.py 2021-03-17 13:33:03,665 Starting Bokeh server version 2.3.0-21-g79d8b9d69 (running on Tornado 6.1) 2021-03-17 13:33:03,667 User authentication hooks NOT provided (default user...

type: task
tag: component: server

Fixes https://github.com/bokeh/bokeh/issues/13921 This PR improves positioning of `ScaleBar` by allowing mixed screen and data coordinates. Example: [Screencast from 30.07.2024 16:07:10.webm](https://github.com/user-attachments/assets/508b24d8-03f8-428b-a860-d8f76544f835) Code ```py import numpy as np from bokeh.core.properties import field...

status: WIP

The goal of this PR is allow both canvas and DOM/CSS rendering for renderers for which it makes sense, i.e. renderers that are UI components and renderers that include text....

status: WIP
grant: CZI R6

This should be supported on client and server side. As an example consider two plots where one has years on an axis and clicking that year updates another plot with...

type: feature
tag: component: bokehjs

This is an experiment to add proper CSS4 color validation based on a parser and not ad-hoc regexes. I chose [lark](https://github.com/lark-parser/lark) as the parser library. For now this PR implements...

status: WIP

Currently our release process is mostly automated. However, post-release or starting new development cycle process is not. Thus a new action/workflow needs to be created that will do the following...

type: task
tag: component: build
tag: CI

Restores support for default browser touch actions on touch devices when no tools using relevant touch events are active. fixes #14107

status: ready
NEEDS BACK PORT
grant: CZI R6

This adds a separate on demand bokehjs workflow for testing new versions of Chromium (issue #14090). This workflow is essentially equivalent to bokehjs' default workflow, but instead of running image...

tag: component: tests
status: ready
type: task
tag: component: bokehjs
tag: CI

It's been 10 versions since last upgrade, so it's time to upgrade. About 10% image baselines needed updating.

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