NEON725
NEON725
> Can these be emitted as a different event, rather than variants of a keyboard event? That would allow them to be passed through unchanged, but avoid the current footgun....
I could theoretically try re-testing this with 0.32.x to see if this is a breaking change in the library, but I left that for now because it would have been...
Only just now discovered the following note in Lesson 8: > Side Note: Earlier versions of this tutorial had the ambient shaders taking in the normals buffer as input despite...
Closing because repository is stale.
I spent some time investigating this issue, which resulted in this minimally-reproducible example: ``` #[test] fn test_entity_bits() { let test_entity = Entity::from_raw(0); let mut actual_output_buffer = Vec::new(); let formatter =...
Ok, I finished the investigation. That commit was indeed the culprit, particularly this change, and other ones like it throughout the rest of the file: https://github.com/bevyengine/bevy/commit/b257fffef81a1c3a33c867c39dd53fb10bc6fd3b#diff-64745065a7cefb843c5c5a881c561330ee9d06d3f1f36c28321788b97e64d88fR249-R254 In short, entity generations...
I don't agree that we're lacking good testing here. There was a breaking change in behavior, and the tests brought it to our attention. I agree with this view that...
Once those changes are made, I think this PR is ready to un-draft and pull in @hankjordan for final approval.
@perry-blueberry The line number is deceptive. It's caused by the `include_str!` directive at the top of `src/lib.rs`, which is inserting the entire doc inline, which makes the compiler see a...
I can't figure out how to propose a change here in the PR, so here's the patch. Unzip and use `git am` in your local repository. [doctest.patch.zip](https://github.com/user-attachments/files/16646529/doctest.patch.zip)