David Paleček

Results 5 issues of David Paleček

# References and relevant issues Supposed to Close #6256. I am not sure about the stacklevel arg of the warning. # Description Added DeprecationWarning if arguments passed and removed the...

tests

**Is your feature request related to a problem? If yes, please describe:** NB not finished **Describe behavior you'd like to add:** Follow the workflow as described in the NB header...

enhancement

**Main contributions:** - OPT controller: imswitch\imcontrol\controller\controllers\ScanControllerOpt.py - OPT widget: imswitch\imcontrol\view\widgets\ScanWidgetOpt.py - Alignment controller: imswitch\imcontrol\controller\controllers\AlignOptController.py - Alignment widget: imswitch\imcontrol\view\widgets\AlignOptWidget.py **Other notables** - added ic4 TIS camera support, `imagingcontrol4` - added arduino...

#### Is your feature request related to a problem? Please describe. NA #### Describe the solution you'd like Extend FileSelector to accept Str | List[str] for file_pattern [here](https://github.com/holoviz/panel/blob/main/panel/widgets/file_selector.py#L36). Use list...

### What happened, and what did you expect to happen? I have leafmap and ipywidgets working locally. I deploy with actions using `myst build --execute --html` ipywidgets work, but map...

bug