William Linna

Results 41 issues of William Linna

**Describe the bug** The unmodified worker demo doesn't start the download, it only shows `downloadZip is not a function` error when trying to download. The issue is that the `worker.js`...

help wanted

I'm testing concave_hull with a simple polygon, and concave_hull returns very weird results. Here are the screenshots Original polygon ![OriginalPolygon](https://github.com/georust/geo/assets/1473454/882b8dcb-911c-4d62-a3c7-fec73bde6b12) Concave hull ![FailedConcaveHull](https://github.com/georust/geo/assets/1473454/3307ce7e-a53a-43d9-9678-e6a668859c13) Here's the test code ``` let exterior...

bug
geo

Problem: there's no documented way to prevent `rollup-plugin-html` from reading modules from an HTML file and bundling them. The module is processed even if I remove the module in `transformHtml`....

I just noticed that gltf-rs does not support (EXT_mesh_gpu_instancing)[https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/EXT_mesh_gpu_instancing/README.md] . I know that at least Three.js may export such meshes, and it would be nice to be able to read...

Is there a reason to limit the visibility of `sort2` and `sort3` to `pub(crate)`? If not, I propose that the visibility would be changed to `pub`. In my case they'd...

P-Low
C-User experience
D-Easy

When I compute the area of a triangle with the provided `Triangle::area` -function, the area can be very wrong. ``` let tri = Triangle::new( na::Point3::new(1.811, -2.871, 17.464), na::Point3::new(1.811, 1.629, 17.464),...

When using `segments_intersection2d`, I get misleading results. Instead of `first_loc1` being `OnVertex(0)`, I get `OnEdge([1.0, 0.0])`. While they represent the same point, the result is misleading since the doc comment...

Face color computation doesn't seem to work. In my simple test case, all the values were equal to u32::MAX. ``` let verts = vec![ // Tri 1 na::Point3::new(0.0, 0.0, 0.0),...

Hello, I have trouble understanding what this extension can do. I installed it, but it doesn't seem to do anything. Sure I can click `Create random alias`, but all I...

OR maybe the title should be: op_code isn't serialized when set to zero. I'm sending message like this: `client.socket_send(op_code, &msg::SpawnWiz { x: 0.0, y: 0.0 });` If `op_code` is 0,...