Dave Poulter

Results 3 issues of Dave Poulter

Hello I have code that looks like the following: ```rust let context = Context::new().unwrap(); context.eval(" class Foo { bar() { return 42; } } function setup() { return new Foo();...

Useful when working with tools that can differentiate between generated files and regular files.

While performing intersections on some polygons I am running into cases where the holes of some polygons are being assigned to different ones on output. I checked against the JavaScript...