martinRenou
martinRenou
# Target - The code repository: https://github.com/deathbeds/jupyterlab-starters/tree/main/packages/jupyterlab-rjsf - The npm package on npmjs.com (if available): https://www.npmjs.com/package/@deathbeds/jupyterlab-rjsf - The python package on pypi.org (if available): - The conda-forge recipe on https://github.com/conda-forge...
## Description Updating jupyter-collaboration from one version to another usually breaks because of `.jupyter-ystore.db`, removing that file fixes it. Should we include the current jupyter-collaboration version in this file and...
The suggestion view does not support some of the view effects: - wireframe - clip plane - exploded view
> So the `sceneL` is not connected to the original document anymore, meaning if another collaborator changes the base document without making a suggestion, it is not reflected in `sceneL`...
Sibling issue https://github.com/geojupyter/jupytergis/issues/375
It would be great to implement linear and radial patterns operators
We should allow for applying chamfer and fillet to multiple edges at a time
The function objToMesh: https://github.com/jupytercad/JupyterCAD/blob/main/packages/base/src/3dview/mainview.tsx#L923 is not correctly implemented. It should use the `buildShape` helper function. The downside of not using `buildShape` is: - wrong coloring - no bounding box for...