Results 301 comments of Rob Parrett

> After that, it builds. Adding the `bevy_log` feature should be enough. It seems like this needs to be explicitly added in Bevy 0.16 for those tracing macros to make...

Nilirad was kind enough to pass along the keys to this thing. I've released `0.14` which supports Bevy 0.16, and `0.15` which supports Bevy 0.17.

> Once a sound has been queued for playback, you lose control over it. You can stop the sound by deleting the `AudioPlayer` component, but there is no way to...

> so i have to hack some recognised extension onto the "path" That is still necessary after #10153?

I think this just dependency breakage. `console` released [`0.16`](https://github.com/console-rs/console/releases/tag/0.16.0) with breaking changes, and `indicatif` `0.16.2` has a very wide dependency specification for that: `>=0.9.1,

Opened PR upstream: https://github.com/alyti/cratesio-dbdump-csvtab/pull/2

We may want to cross-reference #16273 where `parametrize` and `metallicity` were recently discussed. https://github.com/bevyengine/bevy/pull/16273#discussion_r1832649006 (rendering folks may want to weigh in) https://github.com/bevyengine/bevy/pull/16273#pullrequestreview-2440843191 (other math folks may want to weigh in)

This section needs to be consolidated with https://bevyengine.org/learn/migration-guides/0-14-to-0-15/#cleanup-unneeded-lifetimes-in-bevy-asset

Sort of opposed to this change. I feel like it's of way too limited utility to be given prime real estate in the `TextureAtlas` struct, and I'm not sure that...