Jan-Niclas Gladbach
Jan-Niclas Gladbach
Hello, I tried building dcmjs with a M1 Mac, but it did not succeed. I did the following: ``` docker run --rm --platform=linux/amd64 dockcross/web-wasm > ./dockcross-web-wasm chmod +x dockcross-web-wasm ./dockcross-web-wasm...
Hi, I have a problem when executing this code: ``` height = 35 radius = 19.8 pitch = 10 teethDepth = 3 wall = 0.8 wire = cq.Wire.makeHelix(pitch=pitch, height=height*2, radius=radius)...
Windows 11 node 18.19.1 Electron auto-launch 5.0.6 --- we use auto-launch in out application, which puts a RegKey in HKCU \\Software\\Microsoft\\Windows\\CurrentVersion\\Run (see https://github.com/Teamwork/node-auto-launch/blob/master/src/library/autoLaunchAPI/autoLaunchAPIWindows.js#L8). That gets recognized by the WIndows 11...