BD103
BD103
Yes, thank you!
Though the check passed, could you fix the mega-linter Markdown warnings? https://github.com/bevyengine/bevy-website/actions/runs/8197688024/job/22420021368?pr=1080#step:4:80
Oh and also make sure to mark the PR as ready for review, since you cannot merge a draft. :)
It's unfortunate that this is opt-in, but this is the least-friction solution. The alternative probably would involve: - Renaming `config_fast_builds.toml` to `config.toml`, breaking a few links on the website. -...
That sounds like a great follow-up PR! I'll create an issue for it.
Example error output ([source](https://github.com/bevyengine/bevy/actions/runs/8989564545/job/24692938754?pr=13275)):
> We re trying to avoid shellscripts to be cross platform. Could you add it to the ci rust script? Not easily right now. Our current `ci` structure does not...
Speaking of which: #13279.
I created https://github.com/Brezak/bevy/pull/2 with just a few small refactors. I think it's possible to still use a trait instead of having inconsistent `Command::run` function signatures, but I'll make a demo...
I was able to reproduce this as well. An interesting side-effect is that the candle and large sphere now have a "trail" following them. (Look at the borders of both,...