François Mockers

Results 437 comments of François Mockers
trafficstars

We probably won't be free of FloatOrd as it's used to be generic overt type that impl Ord, which f32 doesn't even with total_cmp. So this could be just a...

not saying this is friendly or easy to discover, but here's what I do: ```rust #[derive(Component)] struct Animation { animation: AnimationNodeIndex, graph: Handle, } pub fn setup( mut commands: Commands,...

Could you also share the console log?

Those are not usable for me, I'll wait for something in text form rather than screenshots of logs when you can

This seems to be https://github.com/bevyengine/bevy/issues/13038 but on more GPUs that we identified at the time it's fixed for Adreno 6xx, but you are on Adreno 730. Those GPUs lie about...

doc test fails because an import used in a link in a doc comment has been removed

the `trace` feature is not used to flag log level but to enable tracing spans

The log given is: ``` No observers found for event type ComponentId(390) in invoke ``` This is not very helpful. I think this feature is controversial, because it's expected that...

> How do we actually combine the text nicely using Zola? I think the `generate-release` could do the combination, so Zola will see just the merged file

how does cargo-generate integrate with the repo being marked as a template for GitHub? https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository