Andre Popovitch
Andre Popovitch
I would be very interested in using this, so it would be nice if it were updated to support newer versions of GHC.
> What is the advantage of this? If there is no GPU but the render plugin is used, the app is in a broken state. It doesn't make sense to...
> > Can you selectively disable cargo features for specific tests? If so, how? > > You can select the tests and the features to use when running the command...
> I like the idea, but should we move it to a separated `bevy_tests` crate? So users would use as `[dev-dependencies]`. We may also add other useful tests utilities in...
> I would rather have a feature that would enable only what is interesting in CI than a plugin group. The feature would help reducing compile time. Any tests that...
> The example should live in the root level `tests` directory, which will avoid the shenanigans :) We should try and publicize that better though; perhaps we can add a...
> @mockersf I want your opinion on the organization here. I think it's _interesting_ that we're linking to this from the examples README / including it in the cargo.toml. Unsure...
I tried changing `LogTracer::init().unwrap();` to `if let Ok(_) = LogTracer::init() {` here: https://github.com/anchpop/bevy/commit/ec8713b0691b2dfd9441e8a45f7a8d6066b2de51#diff-ce0ef3820ac31e1eaf71e97972a68d832239ca8affc9441f6dd419f434d15781R125 It does work at preventing it from panicking, but the problem is that it seems to be...
Any progress on this?
In the long run, are there plans to automatically add padding in WASM builds?