AU

Results 558 comments of AU
trafficstars

Too many changes at once, I'm afraid. What is the problem you are facing, can you generate code without warnings other than seen in the CI. If so, what is...

How about warnings?

Thanks, so for the time being the solution is to use the configuration specified in this repo (i.e. clang 15). I do not understand the story with `--no-default-config` and Gentoo....

Alright, I'll update the README to say something about the deps (i.e. essentially take the versions from the devenv file or be on your own). Would you happen to know...

Hm, I'd rather not do it at this point of time unless there is some critical problem. I see rather limited risk of confusion (go versus python / data structures...

Hi there, weird repo for this issue. If you need tracing in Python then use `trace` from the standard lib or something like [this](https://github.com/ionelmc/python-hunter ). Am I missing something?

BTW: if you find OCCT issues, @lorenzncode has experience with submitting them to the OCCT tracker. AFAIR it is preferred to provide MREs with `draw.exe` and use `.brep` files to...

Not ideal, but try `m.Set(i,i,j,j, OCP.math.math_Matrix(1,1,1,1, value))`.

This is to be expected, numerical calculations are not exact and hardware/platform/compiler/compiler settings dependent.

I'm not sure what you mean TBH. OCP is built with gcc/msvc/clang on, respectively, linux, win, osx. We can change some flags, but do you know a set of them...