William Linna
William Linna
Hello, `bevy_tiled` crashes with `Index out of bounds` when a TMX's data (CSV) is missing new-lines. I used [ldtk](https://ldtk.io/)'s TMX export to create my TMX file. Here's a small file...
`to_writer` [computes the length internally](https://github.com/gltf-rs/gltf/blob/master/src/binary.rs#L174), and the length provided in the header is ignored. Thus computing it yourself only adds complexity.
I have a GLB file that causes a panic when opening. The file works fine on ThreeJS, so I think gltf-rs should be able to handle it as well, or...
`Triangle::contains_point` gives false-positives. I have a point and a triangle pair for which `rapier3d::parry::query::PointQuery::distance_to_local_point` returns `0.15627049`. When I check the point and the triangle visually, the point is clearly NOT...
I have a triangle and a point for which I need to compute the distance. However, when the triangle is degenerate, the result can be very very wrong. Here's a...
`TriMesh::cast_local_ray_and_get_normal` requires reading source code to use correctly. The issue is that if the ray intersects with a backface, the function sets `feature` to `FeatureId::Face(best + self.indices().len() as u32)`. When...
Hello, I'm trying to follow the example (from [FAQ](https://github.com/dom4j/dom4j/wiki/FAQ)) on handling very large XML documents. However, even with relative small files (80 MiB) the method is very slow. Here's my...
For example, the minified file defines a global function Q, which conflicts with Q promise library.
`az webapp deploy` fails because of an SSL error, (incorrectly) suggesting that I'm behind a proxy
### **This is autogenerated. Please review and update as needed.** ## Describe the bug I was following this guide.. https://learn.microsoft.com/en-us/azure/app-service/deploy-zip?tabs=cli ... but I can't deploy an app service because of...
Hello, could you give some pointers on how to migrate to the new stack? I used `building-blocks` in my project some time ago, and now I'm wondering how to migrate...