Jakob Hellermann
Jakob Hellermann
### Are you on the latest version of AssetRipper? Yes, I'm on the latest alpha-build of AssetRipper. ### Which release are you using? Linux x64 ### Which game did this...
One less dependency is always nice to have, and [OnceLock](https://doc.rust-lang.org/stable/std/sync/struct.OnceLock.html) has been stable since 1.70.
TODO: - [x] there's a crash sometimes that I need to investigate - [x] This behaviour should be locked behind a config https://github.com/user-attachments/assets/107422f1-7321-478d-bd03-8c3ef2152a8a
It works, but there is an offset between the cursor position and the position bevy thinks I am picking. I'm assuming this is because the game view is rendered to...
### Please complete the following tasks - [x] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [x] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.88.0-nightly (27d6200a7 2025-05-06)...
This is helpful for - editors with git integration that show a warning when on an detached head (intellij etc.) - using git and jj together on a repository It...
### What do you want us to work on? ```cargo r --example load_gltf warning: invalid feature `bevy/zstd` in required-features of target `load_gltf`: feature `zstd` does not exist in package `bevy...
I'm getting this error whatever I do. ```sh ~ λhandlr list 2025-08-29T17:23:18.078333Z ERROR handlr::error: Custom("mime parse error: a slash (/) was missing between the type and subtype") ~ λ handlr...
I'm building a tool that lets you search through unity game objects using jq at https://github.com/jakobhellermann/uniscan/ With this change, I can directly deserialize the internal game files directly into `jaq_json::Value`...