Lucien Menassol
Lucien Menassol
While testing some accessibility linting tools for #396, I noticed that `sitemap.xml` contains lots of url pointing to the default zola html for non-rendered section/page (see [here](https://bevyengine.org/assets/assets/ai/big-brain/) for example). It...
# Objective - Fixes #11782. ## Solution - Remove the run condition for `apply_global_wireframe_material`, since it prevent detecting when meshes are added or the `NoWireframe` marker component is removed from...
# Objective - Enable the `warn` level for the `clippy::question_mark` lint. It seems rather uncontroversial and general good practice to me. ## Solution - Enable the lint. - Use the...