David Huculak

Results 19 comments of David Huculak

would the maintainers of this project be willing to accept a pull request containing this change? I want to use this but if it's not added into the main branch...

I had a similar issue in which the package was indeed running as I started it manually yet the app was still complaining with the "No bundle URL present" error...

Is this currently being worked on? If no, would the info in this issue be enough for a wasm bindgen noob to work on it? I wouldn't mind giving it...

From what I can tell this is an issue with the epa algorithm as gjk is returning a `GJKResult::Intersection`, which causes a fallback onto epa for trying to find the...

After further investigation (and producing a failing case with intersection_test), I eventually tried with f64 and it fixes the intersection_test failing case as well as the contact test I mentioned...

Here is my second failing unit test for intersection_test: https://github.com/Davidster/parry/blob/4edb6863635adf39f2b937da31ac4a82a12428b8/crates/parry3d/tests/geometry/convex_polyhedra_intersection.rs

For your convenience, this is what a fully-expanded ImportEnum looks like now: ```rust #![feature(prelude_import)] //! Raw API bindings for Web APIs //! //! This is a procedurally generated crate from...

I'm not sure what's going on with the CI. The `cargo test --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --all-features` test passes locally for me. Any ideas?

No worries! Thanks I missed the flag