Mateusz Paprocki

Results 99 issues of Mateusz Paprocki

Follow up to PR #13862 and PR #13863. ![image](https://github.com/bokeh/bokeh/assets/27475/91e08e59-2112-4a0f-aefd-4f9ccf357248)

type: bug
status: ready
tag: component: bokehjs

This PR adds support for resize and drag handles to `BoxAnnotation` behind `handles` property. By default the original behavior without handles is preserved. For this to work this PR expands...

type: feature
status: WIP
tag: API: models

This PR collects bug-fixes and tasks for a 3.4.3 release: - [x] https://github.com/bokeh/bokeh/pull/13952 - [x] 3.4.3 release notes - [x] updated switcher.json Release checklist: - [ ] do **not** squash...

status: WIP
type: task

Initially there errors in JS console: ```ts Uncaught ReferenceError: $ is not defined at custom.js?v=22a1fd09:11:1 (anonymous) @ custom.js?v=22a1fd09:11 pydata-sphinx-theme.js:54 [PST]: Changed to light mode using the light theme. pydata-sphinx-theme.js:570 Uncaught...

type: bug
tag: component: docs

Upgrades to TypeScript 5.5, upgrades other dependencies and resolves npm audit's complaints. The big change in 5.5 is inference of `obj is Type` type assertions, which e.g. allows to simplify...

status: ready
type: task
tag: component: build
tag: component: bokehjs

Currently nothing prevents users to set attributes/properties on models instances, like trying to set nonexistent `InputWidget.enabled` instead of the correct `InputWidget.disabled`. This is especially easy to mix up in all...

type: task
tag: component: bokehjs

Currently for example `Select().js_on_change("active")` will result in no errors/warnings in bokeh and will fail ungracefully in bokehjs like this: ```js [bokeh 3.5.0-dev.7] setting log level to: 'debug' signaling.js:144 Uncaught (in...

type: bug
tag: API: models

`pytest-mypy-plugin` somewhat works for me, just it takes 45 seconds to complete and requires me to remove the existing mypy cache. The problem then is that the plugin collects all...

tag: component: tests
type: task
tag: typing

The new version includes: * Migrated to TypeScript build which also provides Types (d.ts) * ES6 / ESM support while still providing standalone scripts (IIFE) * New Modern Alpine Theme...

type: task
tag: component: bokehjs
dependencies