N. Jourdane

Results 161 comments of N. Jourdane

Ok. So is it possible to redirect stdout to the logging window? Having stdout is helpful and used by many programmers...

Hey! This week I took over the development of a flatpak for cq-editor, I keep you informed here: https://github.com/CadQuery/CQ-editor/pull/76#issuecomment-626195409

> Is this based on the work mentioned https://github.com/bernhard-42/jupyter-cadquery/issues/40? Yep, it's this one! > Is it based on jupyter-cadquery, or was it built from scratch? Its based on the jupyter-cadquery's...

I published a new version: 0.1.1 It is now be possible to avoid the use of Docker, see [the documentation](https://open-vsx.org/extension/roipoussiere/cadquery#install-the-cadquery-server).

Well, that's strange. Did you use a virtual environment? Which system and python version are you using? Can you at least do `pip install ocp-vtk`?

Hello there! The VSCode extension project is going to be replaced by cadquery-server: https://github.com/roipoussiere/cadquery-server It works well with VSCode and has other useful features. I created a similar issue to...

I cannot use `ctrl` + `m` anymore in the latest version, so I assume this is fixed now?

It works in dxf pretty well. So this works: ```py cq.exporters.export(cq.Workplane().placeSketch(sketch), op.join(output_path, 'sketch.dxf')) ``` But not this: ```py cq.exporters.export(cq.Workplane().placeSketch(sketch), op.join(output_path, 'sketch.svg')) ``` I think that the ability to export sketches...