Uwe

Results 162 comments of Uwe

> This should work. Are you sure that only one thread is being used? Can you share a screenshot/video where you demonstrate this? To test, I downloaded this notebook: [import...

I found a solution that Pluto respects the setting of the `JULIA_NUM_THREADS` variable: `import Pluto; Pluto.run(;threads="$(Threads.nthreads())")` I think that this should be the standard as Pluto is a package and...

I am not frustrated. I simply don't understand why the user's will is not respected. it is me, the user, who sets the number of threads for Julia. Personally, I...

> @donovaly does this ticket have anything to do with the work you've been doing on #8252 ? No. However this bug report can be closed. It does not provide...

> @donovaly there is a forum thread with more details, did you check that before closing ticket? I checked the linked forum thread. Last entry from 2014, no clear description...

> Beside me there have been only a few folk that have taken deep dives in to the issue queue. IMHO, just closing tickets because their old doesn't make sense....

> Consider two intersecting faces or shells A and B where you want to trim face/shell A with face/shell B. The function is supposed to allow the user to click...

I think only @wwmayer has the overview here. However, not pressing thus postponing.

I tested and when you take the loft and make a new one using the two sketches, you get a correct loft. There is a bug in OpenCascade regarding circles....

I could reproduce the issue and opened a new forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=69610 I remember a cool PR from @mwganson that would resolve the issue too.