Janis

Results 5 comments of Janis

> What are the advantages of this proposal over the `take` + `insert` approach? My goal was to touch the entity and related storage as little as possible, hopefully reducing...

another idea might be to just keep a bitset near/in the table/archetype to keep track of enabled-ness but I'll have to think more about whether that could work, and it...

> I think `component_scope` similairly to `resource_scope` will be very usefull. Especially if we can get it to work with bundles. But I don't think we should implement it like...

the way rust prints lifetimes in type names has seemingly [changed](https://github.com/rust-lang/rust/pull/145284/files#diff-1065395e81ed3483eb0f33b94e3f07c6eaaed7f29e11d8e57342da380dda7aa4) and bound lifetimes are now always rendered as `'_` rust-lang/rust#145284

that compiler error is because `bevy_mikktspace` doesn't compile with newer rust versions, so to build bevy 0.16 you need to use a rust version that departed from master around the...