Christoph Deil
Christoph Deil
The docstring formatting here is broken: https://panel.holoviz.org/api/panel.config.html#panel.config.panel_extension I think this `: Example` format in many docstrings isn't processed correctly? Should this be fixed in nbsphinx or should the docstrings be...
With latest 9404b4348a80a190b3dcda7f270ba3e5b3c10210 on MacOS I get a few UI test fails. One run see [full log](https://gist.github.com/cdeil/3cc8f61ffea180d0f06bbc6ea07bd0cb) where these fail: ``` FAILED panel/tests/ui/pane/test_textual.py::test_textual_app - TimeoutError: wait_until timed out in 5000...
@MarcSkovMadsen and @philippjfr - would it make sense to mention JSComponent or whatever the new ESM component classes are in the docs also under Explanation -> Components? I wanted to...
As mentioned in https://github.com/microsoft/pylance-release/issues/6145#issuecomment-2229190809 the Django extension suggests wrong autocompletes. * Install Django v1.15.0 extension * Open a new file app.py * Type import plotly.express as px * Pylace suggests...
### Problem description I think since recently (see #411) pixi supports VS Code. Could you please mention this at https://pixi.sh/latest/ with some instructions how to use it properly? Are there...
This is the latest stable version of arcade: https://pypi.org/project/arcade/2.6.17/ The wheel on PyPI declares that it requires pyglet development version: 2.0.dev23 This causes https://pixi.sh/ to install by default a broken...
I sometimes see something in the docs that I'd like to improve (example: #7179) but then I almost never manage to get the docs build to succeed at all, or...
Hi, when I use Sherpa in a notebook in VSCode the HTML output for the model and fit result object looks great. However when I put the notebook on Github...
Would it be possible to add a File -> Open Example option to ginga that contains a handful of nice images (one RADEC, one Galactic, one Allsky, one very wide,...
This PR updates the README to show the `pip install inference-sdk` command more prominently. I'm new to supervision and inference and wanted to run the example from here: https://supervision.roboflow.com/latest/how_to/detect_and_annotate/ which...