N. Jourdane

Results 156 issues of 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

bug

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: ![image](https://user-images.githubusercontent.com/1665542/161084589-b19e4922-6422-459f-8c51-b5503c91670f.png) 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....

announcement

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 (![image](https://user-images.githubusercontent.com/1665542/115066665-28df6200-9ef0-11eb-9cb5-4a5e57b82d38.png)) and a working state (![image](https://user-images.githubusercontent.com/1665542/115066727-372d7e00-9ef0-11eb-9be5-9f950eaea0fc.png)). 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: ![image](https://user-images.githubusercontent.com/1665542/109590624-997f1a80-7b0c-11eb-9ef4-f2ba70219580.png) The most important area, the source code, is very small: even the very small line like `import cadquery as cq` doesn't fit. Also,...