TimJentzsch
TimJentzsch
## What problem does this solve or what need does it fill? When running `cargo bench`, I get the following warning: ``` WARNING: HTML report generation will become a non-default...
## What problem does this solve or what need does it fill? Reduce number of `Vec`s generated in `perform_absolute_layout_on_absolute_children` in the flexbox algorithm: ## What solution would you like? Whatever...
## What problem does this solve or what need does it fill? [Step 10](https://www.w3.org/TR/css-flexbox-1/#algo-visibility) of the flex layout algorithm is currently not implemented. This handles `visibility:collapse` items, which is currently...
## What problem does this solve or what need does it fill? Setting the main size of the children when resolving the flexible lengths does not seem to follow the...
## What problem does this solve or what need does it fill? The `min_max` computation when resolving flexible lengths seems to not follow the spec: ## What solution would you...
## What problem does this solve or what need does it fill? [Step 3. D](https://www.w3.org/TR/css-flexbox-1/#algo-main-item) of the line length determination algorithm is missing in the implementation. ## What solution would...
## What problem does this solve or what need does it fill? [Step 3. C](https://www.w3.org/TR/css-flexbox-1/#algo-main-item) of the line length determination algorithm is missing in the implementation. ## What solution would...
## What problem does this solve or what need does it fill? Currently, [step 4](https://www.w3.org/TR/css-flexbox-1/#algo-main-container) of the flex layout algorithm is not explicitly documented. This can mean that the documentation...
## What problem does this solve or what need does it fill? Adding borders to UI elements is a common need, both for design and debugging. Currently, we can only...
It would be nice to have some basic filters, like filtering by Bevy version or license. For example, one might want to filter out outdated tutorials/plugins or require a compatible...