TimJentzsch

Results 76 issues of 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...

A-News
C-Webdev

Code snippets that are incorrect, i.e. that don't compile or give other errors, are currently styled with a red border and background: ![Example of an incorrect code example that shows...

C-Accessibility
A-Book

When testing the website locally, I get a 404 error when trying to access the Assets and Examples pages. I assume I have to run the `generate-assets/generate_assets.sh` script to do...

I'm not sure if there is an easy way to add this to Zola projects, but it would be nice to have basic accessibility checks in CI. Stuff like "every...

C-Accessibility

I think it would be valuable to add some inline documentation to the example files to make it easier to get started with `tower-lsp`. Especially a top level comment explaining...

documentation

## What problem does this solve or what need does it fill? Currently, the CI jobs will often run twice in PRs: Once for the PR and once for the...

bug
good first issue
build system

## What problem does this solve or what need does it fill? The CSS layout specifications allow for reversed layout dependent on the [direction](https://developer.mozilla.org/en-US/docs/Web/CSS/direction) 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 - [ ]...

benchmarks

## 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...

good first issue
meta

# 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...

benchmarks