TimJentzsch
TimJentzsch
Fixes #420. On mobile devices, the images were previously distorted. This PR enforces that the images always keep their original aspect ratio. TBH it looks a bit weird, but probably...
Code snippets that are incorrect, i.e. that don't compile or give other errors, are currently styled with a red border and background:  property. This allows UI layouts to...
# Objective Fixes #166. This PR aims to implement the [Yoga benchmarks](https://github.com/facebook/yoga/blob/578d197dd6652225b46af090c0b46471dc887361/javascript/tests/Benchmarks/YGBenchmark.js) to serve as a comparison point for other libraries. - [ ] Stack with flex - [ ]...
## What problem does this solve or what need does it fill? A logo/icon is a nice way to make the program stand out a bit more. ## What solution...
# Objective Closes #128. This PR aims to add more robust benchmarks that deal with much larger trees to get a better comparison point for performance improvements. ## Solution This...