Erik Hermansen
Erik Hermansen
I've now found 3 separate causes for infinite loops--2 of these I've already reported. The third, I'm narrowing down the repro still. Of course, we can work through fixing the...
This is probably in the category of just handling invalid input. See my comments below that seek to clarify the contract of the API. I'm willing to add a quick...
Hello! If I call diff() and one of the passed polygons is missing or has an incorrect ending coordinate, the function will get caught in some kind of loop and...
This is similar to #68 but maybe different:  The code below attempts to subtract the square (with the hole) from the triangle. ``` var arg1 = [[[2, 0],[10, 10],[10,...
This is in a local build with latest master branch and then pr #58, #60, #64, #66, and #67 merged in. (Should be reproducible without #66 and #67 and maybe...
Hi! Today, I made a fresh fork of wavefile and then executed... ``` git clone [email protected]:erikh2000/wavefile.git cd wavefile npm install npm run build ``` The build fails with several error...
My Vite/Typescript-based build broke after upgrading to 0.2.75. I fixed it by installing a missing dependency to `@webgpu/types` which is in the `devDependencies` section of `package.json`. I'm suggesting we could...
### Operating system MacOS 13.6.3 (Ventura) ### Publii version Version 0.46.4 (0.46.4) ### Post editor None ### Bug description When someone/something pushes to the underlying Git repo that Publii is...