Dario Pellegrini
Dario Pellegrini
I have noticed segfault on the final cleanup for every single `demo_IRR*` that I tried. None seem to have a clean exit. For instance this is the gdb backtrace for...
Testing on the latest releases of ipykernel (5.2.0) and jupyter_client (6.1.2). Issue https://github.com/CadQuery/CQ-editor/issues/123 is gone, but now I get: ``` $ cq-editor Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/cq_editor/widgets/viewer.py", line...
Hi, I am trying to run Meshroom with python 3.10, but it fails to launch with this error: ``` File "/tmp/makepkg/meshroom/src/meshroom/meshroom/ui/reconstruction.py", line 6, in ImportError: cannot import name 'Iterable' from...
Hello! I wrote this example to train myself and I thought that it could be useful to others. Feel free to do anything you want with it. --- This change...
I have successfully compiled the `TheoJansenStrandbeest.cpp` example (linux, gcc 10.1, simbody 3.7) but I get a segfault as soon as I launch it. Here is my gdb backtrace: ``` 0x0000555555563685...
Text messages sent via zmq get a trailing null char on the receiver side. The method message_t::to_string[_view] return a string size which is one byte larger than expected. Comparison between...
Hi, the latest OpenSCAD version produces the warning above, for example when running the list-comprehension-demos/toothed-belt.scad I thought that to be be trivially fixable, but I have found the following behavior...
The old code was only formatted a bit. It is unchanged both in the concept and implementation. The new code is pretty simple: the loop for the generation of the...
I have been following the wiki page --> https://github.com/cage-kiosk/cage/wiki/Starting-Cage-on-boot-with-systemd but I needed to take few extra actions to make it work and I thought reporting my experience here. First of...