N. Jourdane
N. Jourdane
The Qwant search engine uses redirect urls that could be neater. Example: go to https://lite.qwant.com/?q=neat+url&t=web. The first link is: https://lite.qwant.com/redirect/A87WdhgKpSL5WPMwrfNHUDSCMg3bKWN402ijaQ8xiiE%3D/https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Ffirefox%2Faddon%2Fneat-url%2F?position=10&query=neat%20url&t=web&l=fr Decoded version: `https://lite.qwant.com/redirect/A87WdhgKpSL5WPMwrfNHUDSCMg3bKWN402ijaQ8xiiE=/https://addons.mozilla.org/en-US/firefox/addon/neat-url/?position=10&query=neat url&t=web&l=fr` But it could be: `https://addons.mozilla.org/en-US/firefox/addon/neat-url/?position=10&query=neat%20url&t=web&l=fr`
I try to output a png image from a svg but I get unexpected behavior with the style I use. ## PHP code sample ```php
When the user clicks on the no-JS button, the page reloads without keeping the current fields content. This data lost can be annoying: suppose that the user writes a long...
I created a VSCode extension for CadQuery:  It's available on the [Open VSX Registry](https://open-vsx.org/extension/roipoussiere/cadquery) and on the [VisualStudio marketplace](https://marketplace.visualstudio.com/items?itemName=roipoussiere.cadquery). Features: - update preview on save; - reasonably fast (ie....
This pyproject.toml* is used to build the new [cadquery2](https://pypi.org/project/cadquery2/) package, using the [`ocp-vtk`](https://pypi.org/project/ocp-vtk/) python package (which is based on #1048), which solves #153. I used [poetry](https://python-poetry.org/) to build the wheel...
This is the default code sample when a user opens CQ-Editor for the first time: ```python import cadquery as cq result = cq.Workplane("XY" ).box(3, 3, 0.5).edges("|Z").fillet(0.125) ``` `show_object()` is not...
The Render button on the buttons-bar has a default state () and a working state (). This gives a good feedback to the user about the rendering status. It could...
The possibility to display the result of python's `print()` can be very useful when debugging. It could be interesting to have a dedicated window that displays stdout.
The CadQuery documentation provides [some good code examples](https://cadquery.readthedocs.io/en/latest/examples.html). They could be included in CQ-Editor, with the ability to load them from the menu File / Examples. For instance the Arduino...
This is the default UI, maximized:  The most important area, the source code, is very small: even the very small line like `import cadquery as cq` doesn't fit. Also,...