Alexis "spectria.limina" Horizon

Results 10 issues of Alexis "spectria.limina" Horizon

## Bevy version main, commit 2a1ebc4ac ## \[Optional\] Relevant system information ```ignore 2024-02-06T02:02:22.879898Z INFO bevy_render::renderer: AdapterInfo { name: "AMD Radeon Graphics (RADV GFX1103_R1)", vendor: 4098, device: 5567, device_type: IntegratedGpu, driver:...

C-Bug
A-Rendering
C-Crash

## Objective There are no 2d primitives available for the common shapes of an arc or a circular sector (pie slice). ## Solution This PR introduces three new types to...

C-Enhancement
A-Rendering
S-Ready-For-Final-Review
A-Math
C-Needs-Release-Note

Without `merge_derives`, rustfmt leaves the following code as-is: ```rust #[repr(u8)] #[derive( Copy, Clone, Component, Serialize, Deserialize, Debug, Hash, PartialOrd, Ord, PartialEq, Eq, IntEnum, Sequence, Reflect, )] pub struct Waymark {}...

needs-mcve

Whenever I'm looking at wards on Dynamis, I always need to filter out wards 25-30 because they are closed. Could this be done by default?

Currently, the nav on the left-hand side doesn't support nested sections, even when you are visiting a section's own page. Example directory structure: ``` content/ ├── section/ ├── subsection/ ├──...

If there is a page (not in a section) directly under the `content/` directory, it does not appear in the nav.

There's no way to link directly to a section page from the nav, which is unfortunate when the section has content. Please add a way to do this, possibly with...

[`float_eq`](https://docs.rs/float_eq/latest/float_eq/) is an alternative to `approx`, but it has some features that `approx` lacks, most importantly being [derive macros](https://jtempest.github.io/float_eq-rs/book/how_to/derive_the_traits.html). It would be greatly appreciated if you could add support so...

enhancement
good first issue

The `WasmResolver` effectively exposes the raw `World` pointer: a client can call `register` with a `World`, stash the resulting `WasmResolver` somewhere, destroy the `World`, and then call `resolve`. This will...

## Bevy version N/A ## What you did Visit https://bevyengine.org/examples/picking/mesh-picking/ ## What went wrong The example does not run ## Additional information There's a 404 error in the console.

C-Bug
C-Examples
S-Needs-Investigation
A-Picking