Andrew Baxter
Andrew Baxter
Ah cool, and I guess the missing devices wouldn't have entries in sys-fs? That's easier than setting up udev rules.
Ah! The `dev-N` exists but `block` is missing if the device doesn't exist. That means to remove dead devices I just have to scan the sysfs dir. I think identifying...
Doesn't this also remove the border? Is there a way to keep the border but get rid of the title? (ex: the popular monocle layout)
Oh nice!
Also `MutableAdvertPacket`, got a panic: ``` attempt to multiply with overflow ```
Maybe sway is using `pt` while it looks like this is using pixels per Em: https://docs.rs/fontdue/latest/fontdue/layout/struct.TextStyle.html#structfield.px I've seen about 3 definitions of various capitalizations of em, so I'm not 100%...
So FWIW, this seems to be working for me now (although maybe I had a different issue) ``` bcachefs-tools 3:1.13.0-1 6.12.4-arch1-1 ``` In a lab env I did: ``` $...
https://github.com/dimforge/bevy_rapier/discussions/441 Just found this, here's another user getting tripped up.
This also looks related: https://github.com/dimforge/bevy_rapier/issues/172 To clarify, I think if the parent transform were ignored entirely this wouldn't be as much of an issue, it's the fact that the parent...
Oh, yeah! Okay, so `each` does execute on each line as it comes in.