N. Jourdane
N. Jourdane
I made some icons for the demo editor:   [demo](https://roipoussiere.github.io/what-the-flow/posture-editor.html) Behavior: - the three first icons on the first colon are radio buttons replacements for *bend*, *tilt* and *turn*,...
Following #177, as suggested in https://github.com/d3/d3-shape/pull/177#issuecomment-809936541, it could be useful to have a curve similar to [`curveStep`](https://d3js.org/d3-shape/curve#curveStep) but with smooth angles:  An important note is that the curve angle...
Using the `gh-pages` branch is not practical when working with git, if we don't want the website content pushed on main branch. Using gh action should fix this.
New API
## `/api/sandbox` - `/` - `POST`: retrieve some code as plain text and return the resulting model in the given format ## `/api/models/` - `GET`: retrieve information about all models...
- `/`: used to show the website main page from where a user can select a project. - `/api/`: DCI openAPI endpoint (#54), which is not available on exported static...
The readme starts to be a bit long. A documentation website built with [MkDocs](https://github.com/mkdocs/mkdocs) and published on github pages should be nice. The website generation and content must be integrated...
Or, if a solution is found to have the same behavior without the extension, update instructions in the cqe readme and mark the extension as obsolete / archived.
This option will be used to enable CORS, which is useful to let a web client use a local cq-server. This might allow cq-server ui to run in a VSCode...
From the ui module, it's possible to check if the code is executed by cq-server or by vscode debugger, for instance by checking if a specific module has been imported...