N. Jourdane

Results 156 issues of N. Jourdane

I made some icons for the demo editor: ![image](https://user-images.githubusercontent.com/1665542/173548495-a1f24352-7158-4391-a91a-0cf350503ca6.png) ![image](https://user-images.githubusercontent.com/1665542/173577816-2defa47d-5c97-4cc9-b312-a630c9786057.png) [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: ![image](https://github.com/d3/d3-shape/assets/1665542/0eeee0a9-8498-4f4f-a926-fcc4a38d78f1) 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.

good first issue

## `/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...

good first issue

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.

waiting external action

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...