Federico Rinaldi

Results 8 issues of Federico Rinaldi

# Objective - `Query` docs need a refresh and they look quite inconsistent. - `WorldQuery` docs had some info about the derive macro that should not belong there. - Closes...

C-Docs
A-ECS

## Issue The following PR: - bevyengine/bevy#4767, introduces a paragraph in the API docs for `Component` about using the newtype pattern to implement the trait for foreign types. However, both...

A-Book
C-Content

In the current state, API documentation is left to be auto-generated and hosted by docs.rs when we `cargo publish` a new version. This requires no effort, but the results are...

A-Build-System

# Objective - Fixes #5960 ## Solution - Wrap return value of `Commands::get_or_spawn` into an `Option`, to mimic the behavior of `World::get_or_spawn`. --- ## Changelog - Changed: `Commands::get_or_spawn` returns `Option`...

C-Bug
A-ECS
C-Breaking-Change

# Objective The doc comments for `Command` methods are a bit inconsistent on the format, they sometimes go out of scope, and most importantly they are wrong, in the sense...

C-Docs
A-ECS

**Bevy version: `main`.** While working on #5955 i noted that `Commands::get_or_spawn` had a strange implementation. I did some experiments and I found that the method can return `EntityCommands` for an...

C-Bug
A-ECS

When accessing http://dev-docs.bevyengine.org, the browser isn't redirected to the https website, as it should by convention.

C-Webdev

## Context In Bevy UI, hierarchies of nodes can be hidden by tweaking two different properties, with slightly different effects, exactly like in CSS: - **[`Visibility`].** Setting the `is_visible` field...

D-Good-First-Issue
C-Examples
A-UI