TeamDman

Results 136 comments of TeamDman

still happens after cargo clean

narrowed it down, it only ICEs when the members being formatted includes `bevy_reflect_derive` ``` cargo fmt -p bevy_reflect_derive ```

Minimal reproduction: bruh/repro2.rs: ```rust use proc_macro2::{Ident, Span}; use quote::quote; fn reproduce() { let __this = Ident::new("__this", Span::call_site()); let _ = quote!(Self(#__this)); } ``` ``` crates\bevy_reflect\derive on  rust-ice-2025-12-05 [$?⇡] is...

![Image](https://github.com/user-attachments/assets/0cca3da5-4785-4530-9949-1992e2859f0b) click-ops works cli fails ``` 0-CCoE AZR Client Workloads\AzureDevOps\Users on  main [$?] via 💠 default ❯ az devops user add --email-id "[email protected]" --license-type express You are trying to...

Bevy 0.17 is out, will try and get this updated soon https://bevy.org/news/bevy-0-17/

my version https://github.com/TeamDman/storage-usage/blob/67fa2d83dcaa11b008019ea656637d95c3a3ff1c/storage-usage-v2/src/mft_dump.rs#L34-L93 which is a rewrite of this python version https://github.com/pitest3141592653/sysMFT/blob/e0b60a040ccdd07337a9715777e455a82f64b216/main.py