Andreas Weibye

Results 15 issues of Andreas Weibye

## How can Bevy's documentation be improved? When encountering PRs labeled `S-Adopt-Me` I'm unsure what is the correct way to "adopt a PR" that also preserves credit of the original...

C-Docs
D-Good-First-Issue
A-Meta

## What problem does this solve or what need does it fill? At the moment `Style` is incredibly verbose to use, just have a look at the [UI example](https://github.com/bevyengine/bevy/blob/main/examples/ui/ui.rs). In...

C-Enhancement
A-UI
C-Usability
S-Controversial

## What problem does this solve or what need does it fill? - The UI `Style` component is rather monolithic could benefit from being split into multiple components. - This...

A-UI
C-Usability

## Motivation - A lot of the learning-material in the Bevy-book can be improved by displaying graphs or diagrams as shown here: https://github.com/bevyengine/bevy-website/pull/290#issuecomment-1076737664 - Nearly all release-notes contain some form...

C-Enhancement
A-Book

>A few notes from my work on CSS grid that relates to `MeasureFunc`: > >- For Grid, we will want to be able to pass a "sizing constraint" (`MinContent` or...

documentation
usability
code quality

## What problem does this solve or what need does it fill? We have plenty of properties that are not up to spec, by looking at the codebase it seems...

bug

# Objective Fixes #114 Replaces #160 and #148 ## Context The new Resolve-traits really helped clean this up :) ## Feedback wanted - I'm not yet sure why the `simple_child`...

code quality
breaking-change

The fields of `Rect` should either be `main_start, main_end, cross_start, cross_end` or `left, right, top, bottom` but not a mix of the two. Most likely the latter _Originally posted by...

good first issue
code quality

Our current Display-style looks like this ``` struct Display { Flex, None } ``` This definition does not actually exist in the specification. As far as I can tell, these...

bug
good first issue
code quality
breaking-change

## What problem does this solve or what need does it fill? The `geometry::Size` is currently defined as ```rs pub struct Size { /// The x extent of the rectangle...

usability
code quality
breaking-change