-
I decided to try enabling CCD on some dynamic rigid bodies in a project, and immediately noticed crashes on unreachable code. The error seems to originate from Parry, but I'm unfamiliar with neither r…
-
Many tests are leaving `If`s in the `final intermediate intent`. Although the `final ii` is solvable, not all `If` are being removed.
Related to issue #325
For example: `exists.yrt` fails with …
-
## Bevy version
0.13
## What you did
Manipulating UI elements sometimes need cleanup.
## What went wrong
Calling `commands.entity(entity).despawn_recursive();` can cause `taffy` to panic…
-
I tried cross building [avian](https://github.com/Jondolf/avian)'s examples:
```
cargo xwin run --target x86_64-pc-windows-msvc --example cubes --no-default-features --features "3d f32 parry-f32 def…
-
When attempting to retrieve the value of a script variable using Java classes, the process attempts to fetch the value from EmbeddedSlotMap using the query method, but the thread becomes stuck in th…
-
I can't reproduce this but it happens every day, 3 days in a row for me. When developing helix, after I checked out other commits using `git rebase` or `git revert`, quite a few time I do `cargo c…
-
Hi, thanks for the great library, it is really amazing. My issue is I am trying to avoid duplications of some functions.
For example, I have these functions to add and remove nodes.
```rust
p…
-
Many tests are leaving extra keys in either the `exprs` or `expr_types` slotmaps in the `final intermediate intent`. Although the `final ii` is solvable, the `size` of the slotmaps are not equal
Fo…
-
Floem version: https://github.com/lapce/floem/commit/4c2266a9d4466194e17761b374a5f071f14a629e
To reproduce:
```rust
use floem::{
event::EventListener,
quit_app,
views::{container…
-
## Intro
I'm using Rust Analyzer with VS Code on Windows 10 and 11 (both my desktop and laptop, and on another contributor's Win10 machine). I've been developing [Graphite](https://github.com/Graph…