Lucien Menassol

Results 16 comments of Lucien Menassol

Is there still a plan for a regular Bevy newsletter to be published? I'd be interested in giving an hand if that's the case :slightly_smiling_face: Would the release cycle be...

I think that in addition to having the possibility of submitting issues/PRs for content inclusion in the current month's draft, it could be good to have a discord channel dedicated...

There are two other question mark related lints that could be added alongside this one, which currently do not trigger anywhere in the codebase (unless we want to go with...

Putting in draft since there is some potential edge cases with `NoWireframe` I'd like to fix. Edit: should now properly handle `NoWireframe` removal.

Seems like [the comment](https://github.com/bevyengine/bevy/pull/10702#discussion_r1404595015) that's the basis of the corresponding item in #11052 mentions `PhysicalKey`, while the issue mentions `PhysicalKeyCode`. Which one should we keep?

Regarding the `tracing` utiliities in `bevy_utils`, I checked whether that could be easily moved to `bevy_log`, but that creates a deps cycle since it already depends on `bevy_app` and `bevy_ecs`...

I think the linked migration guide indicates that the default sampler of `ImagePlugin` used by `ImageSampler::Default` has been changed to be linear, not the default `ImageSampleDescriptor` (which still uses nearest...

> Should doc comments always end with a dot(.)? For this one, I think it should be enforced in review for sentences to always end with a dot: it's straightforward...

Would some kind of simple regex-based check in CI do the trick? I don't think this would necessarily fit as a clippy lint, and I checked some code spelling tools...

As I started taking a shot a completing the docs for some of the crates, I thought it would be good to have some updated info on the global documentation...