radiish
radiish
> Something like this (I have not tested whether this compiles) could easily become: ``` s.field_mut("boxed").unwrap().set(replacement); ``` NB: i'm not sure if `set` actually works like this right now, but...
in one project, we use newtonsoft.json from nuget, but there's already a version which ships with the game, so there's an assembly conflict at runtime. there are other ways to...
`Bundle` is only implemented for tuples of up to 15 elements. however you can circumvent this by nesting the bundles e.g. ```rust commands.spawn(( ( Name::new("Hi it's me"), One, Two, Three,...
the most compelling motivation for me (i am in favour of forcing `unsafe {}`) is that it makes it extremely clear where the scope of the unsafe code ends which...
exciting! could you point me to your work (if available online, no worries if not) so i can see how we intersect?
i'm a little confused on what the roadmap is with v2. is there an issue or something which lays it out? as a downstream user, i need to know if...