Erik Hermansen

Results 8 issues of 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...

help wanted

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...

help wanted
handling bad inputs

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...

help wanted
handling bad inputs

This is similar to #68 but maybe different: ![image](https://user-images.githubusercontent.com/8631070/36493275-11cefa4a-16e4-11e8-9123-10821cb09743.png) The code below attempts to subtract the square (with the hole) from the triangle. ``` var arg1 = [[[2, 0],[10, 10],[10,...

help wanted

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...

help wanted

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...