martinRenou

Results 251 issues of martinRenou

## References ## Code changes ## User-facing changes ## Backwards-incompatible changes

maintenance

cc. @trungleduc @jtpio ## Description When jupyter-server is not installed, and the user tries to add custom content with the `--contents` CLI option, the contents addon will fail on an...

bug

Provide a new widget `StreamingDatagrid` which lazily requests data to the back-end upon scrolling/resizing the grid. It only requests data needed to render the current viewport. This is a very...

I'm getting the following error with jupyter-collaboration 2.1.1: ``` Traceback (most recent call last): File "/home/martin/micromamba/envs/jupytercad/lib/python3.12/site-packages/tornado/ioloop.py", line 750, in _run_callback ret = callback() ^^^^^^^^^^ File "/home/martin/micromamba/envs/jupytercad/lib/python3.12/site-packages/tornado/websocket.py", line 640, in self.stream.io_loop.add_future(result,...

bug

Similar to https://github.com/jupytercad/jupytercad/issues/335 but for extrusion result ![Screenshot from 2024-06-03 10-50-00](https://github.com/jupytercad/jupytercad/assets/21197331/88678041-7c4e-4a90-aa76-c909d64db4a6)

bug

Attempt to find a generic solution for fixing the display of non-solid shapes (see https://github.com/jupytercad/JupyterCAD/issues/356)

The lite build on JupyterCAD fails with the following. This is most likely related to the latest changes on filtering: ``` [LiteBuildApp] ERROR | [lite] [post_build] [jupyterlite-xeus] [ERR] Object of...

bug

Revive https://github.com/voila-dashboards/voila/pull/1479 Looking into fixing https://github.com/voila-dashboards/voila/issues/1485

enhancement

We should forward port https://github.com/voila-dashboards/voila/pull/1482 onto the main branch

enhancement