Omar Zaki

Results 4 issues of Omar Zaki

For some reason, when I try to compile my code through Nuitka, the python interpreter doing the conversion always crashes at the same point. * Nuitka version: 0.8.3 * full...

I am using ProcessPool with 12 workers and 50 tasks; the pool is being used over and over to perform long tasks with timeout. I want to be able to...

### Description When trying to use HAPropsSI with a pair of "R" and "W" inputs like this: ``` HAPropsSI('T', 'P', 101325, 'W', 0.027, 'R', 0.05) ``` it raises the following...

I have a simple code that generate a box `rectangular_prism = cq.Workplane("XY").box(1, 1, 1) ` I want to add a rectangular planar selectable surface at the top face, with dimensions...

question