Philipp Rudiger

Results 108 issues of Philipp Rudiger

The new ``frame_width`` and ``frame_height`` properties generally work pretty well however they seem to be at least partially ignored in a Row, Column or GridBox layout. This occurs specifically when...

type: bug
tag: layout

The Tabs layout currently responds only to the dimensions of its contents and does not respect any of the ``width``/``height``/``min_width``/``min_height``/``sizing_mode`` etc. properties. This makes it very difficult to use Tabs...

type: bug
tag: layout

When a Bokeh server application times out and disconnects from the Websocket there's generally no indication that this happened and indeed no mechanism for a developer to add some kind...

type: feature
tag: component: bokehjs
tag: component: server

This PR implements a `cache` decorator which enables memoization for any function. It heavily borrows from streamlit without copying any of the code and does not implement any of the...

Currently the editable slider widget have one regular set of bounds defined as `start` and `end` which define the limits of the slider. The text input does not have any...

type: enhancement

Panel depends on pyct but the only thing it's really used for is copying the examples into a user directory. Since that is literally about 10 lines of code I...

dependencies

This is an experiment to see if we can improve the speed of handling the initial request. The basic idea behind this is that in most cases the initial page...

type: enhancement

Tabulator.js has support for pasting data into a table. We should expose this functionality.

type: enhancement
component: tabulator

Fixes #3583 Supersedes #3607 @MarcSkovMadsen could you try this one out. Make sure you bundle the CSS.

Sets up pre-commit configuration, configures a pre-commit stage in GH Actions and applies the suggested linting. The main changes are twofold: - Whitespace - Extra lines on file end