TimJentzsch
TimJentzsch
Replacing `starts_with` with `startswith` indeed seems to fix the problem for me locally.
> I think I would prefer an approach where we create cache only from the main branch, those should be available to every job We can now do this via...
You are right, this seems to be specific to Firefox. I will still try to fix it.
Is there a way for the [Bevy CLI prototype](https://github.com/TheBevyFlock/bevy_cli) to support this development? We have full control over the (default) `index.html` and the local dev server, but not the Bevy...
Related `taffy` issue, to adapt the layout to the writing direction of the text:
The component lifecycle hooks have been merged, so we can probably tackle this once Bevy 0.14 is released
> I ran into this panic as well. In my case, the problem was not adding `StatesPlugin` to my app. (at a glance, looks like the same issue for you)...
I created a prototype, `cargo-bavy`: Notably, your CLI crate will have to be named `cargo-bevy` to work properly. This is why I chose `bavy` to avoid naming conflicts. I also...
Some thoughts from my experience with developing [`cargo-bavy`](https://github.com/TimJentzsch/cargo-bavy): # Project templates This is an important feature, currently there is a lot of boilerplate setup needed when you want the "full"...
I'll let you know if I encounter this again and try with the --verbose flag :)