Arpit Singh

Results 13 issues of Arpit Singh

## Description Added support to pass a callback to listen to double click event of column resizer knob. This can be very useful to enable excel like autofit columns in...

enhancement

Hi, I would like to add some features in fixed-data-table-2. Currently I am planning to add the following two features 1. Enhance Touch Scroll: I would like to make it...

help wanted
backlog

When upgrading from 7.x to 8.x (8.1.0), the render in [panel](https://panel.holoviz.org/) which loads the panel output in an iframe within jupyterlab has stopped working. The greater concern is that once...

I am using panel 1.3.8 and not able to use any react based ipywidgets (via ipywidgets-bokeh ) which makes use of **window.require** and **window.define** method along with codeeditor extension. The...

I am using panel 1.3.8 and found that when I use num-procs > 1, some parts of my code gets executed twice. Check below code ``` import os import panel...

type: docs

Hi, I am writing a lab extension which depends on an external javascript asset which will be loaded from a cdn source. In the current setup, I see that we...

enhancement

Currently, %%pyinstrument only supports following options through IPython magic: --interval INTERVAL --async_mode ASYNC_MODE --height HEIGHT --timeline TIMELINE Can we add support for options like outfile, hide-regex etc ideally all options...

I am using panel 1.4.3 and bokeh 3.4.1 and found that in MultiChoice widget the resizing of the box is inconsistent, check attached gif ![multi-choice-bug](https://github.com/user-attachments/assets/4bdff36c-f382-4bb2-92f3-d2deb96b698e) If I have Pear as...

bokeh

Hi, I am trying to update my widgets with the url search query params but seems like using the pn.state.location.sync does not work when I press the go back or...

When using py-spy dump --locals, a variable that contains a boxed numpy primitive like a numpy.int64 or a numpy.float32 shows its memory address rather than its underlying value. Given numpy's...