Dario Pellegrini

Results 18 comments of Dario Pellegrini

Please flag the package out of date on the AUR (the link is on a box at the right of the page). That is the only way for me to...

Yes, you are right. Unsetting `CASROOT` helps. Unfortunately the GUI does not show up. I get no output, but 100% CPU usage for >10 minutes, until I close the terminal....

Since I had to dig, I decided to do it properly. I got rid of `OCE` and `cadquery/pythonocc-core` replacing them with of `opencascade` and `tpaviot/pythonocc-core` v7.4.0. I applied a couple...

Yes, I saw. I am looking into merging PythonOCC-core 7.4 into your fork, although the best course of action would probably be getting rid of it, running CQ-editor straight from...

Wow, you are taking it very widely, writing your own C++ wrapping tool! I also dislike swig for anything that doesn't need to provide bindings to a thousand languages, but......

[View rendered animation from my Google Drive](https://drive.google.com/file/d/1djnjHCYPMwm9JSfp0lqYQiXmeU61de6-/view?usp=sharing)

I noted that also other examples were showing the same behavior, so I dug a bit more and I found that I was missing `-DNDEBUG` on the command line. So...

I installed Simbody as a package, so I did not look too much into the compilation process, I just cd to the example folder and tried to compile a few...

Not surprising given that cling is stuck to clang 5 and that full support to structured binding came with [clang 8](https://clang.llvm.org/cxx_status.html). See also: https://github.com/root-project/cling/issues/276

Do the following. 1. Find the Arduino launch script, it could simply be `/usr/bin/arduino` or some other file called therein, for instance Arch has it at this path `/usr/share/arduino/arduino`. 2....