Seldom

Results 12 comments of Seldom

(I also work on this project) > The same worked in Bevy 0.13? Yes

`StateMachine`s are stateless (the state is a component in the ECS, not in the `StateMachine`), so reflection wouldn't be able to tell you what state it's in. I'm open to...

This seems reasonable API-wise, but I may significantly change some of the APIs in Bevy 0.14 (because of observers). So I'll get back to this. For now, you can use...

Ok, I don't plan to make large API changes, so this issue is unblocked. I'd accept a PR for this.

I'd accept a PR for [asset processing](https://docs.rs/bevy/latest/bevy/asset/processor/index.html) from Rgba 32 to compressed binary blobs. I'm not sure where the grayscale images fit in. Would that need its own `AssetLoader` that...

Nice, thank you. I will take a closer look at this soon. > I did not add any flip for text because I wasn't even sure what it might mean...

Thanks for the reviews, y'all. I'll get to them when I can, but I've been busy

I ran into this with `polars = { version = "0.52.0", features = ["lazy"] }`, but worked around it with `polars = { version = "0.52.0", features = ["lazy", "timezones"]...