Felix Spöttel
Felix Spöttel
When applying `flex-wrap: wrap-reverse` to a container that has `align-items: flex-start` set, all other tested browsers (Chrome 41, Firefox 38, Safari 8.0.3, Android 4.4) render the columns with an implicit...
Using grid modifiers causes unnecessary selector bloat that quickly runs out of control if used frequently. [Gzip should solve this but I still think it is bad authoring to generate...
Hey there! I really love working with this grid, simplest one I came across so far. Just a quick thought: When using the mark-up-fix, the em-value seems to be a...
[This example](https://github.com/wopian/kitsu/blob/b3e2624a1e5969e606fc50daa68fdd44ff90abb2/packages/kitsu-core/src/deserialise/index.js#L36-L55) states that the linked relationship `user` will look like this: ```js user: { type: 'users', id: '2', slug: 'wopian' } ``` However, according to the [linkRelationships documentation](https://github.com/wopian/kitsu/blob/b3e2624a1e5969e606fc50daa68fdd44ff90abb2/packages/kitsu-core/src/linkRelationships/index.js#L89-L95) and...
_(Not a bug but something that people will run into and that could be documented in the README. I am happy to provide a PR and examples.)_ When loading web...
[Implementation](https://github.com/fspoettel/advent-of-code-2022/blob/main/src/lib.rs) Currently experimenting with a higher sample count for benching on my solution repo, might add to template after this year concludes. Unfortunately, using `criterion` with binary crates is not...
[aoc-cli](https://github.com/scarvalhojr/aoc-cli) supports submitting inputs with a command. It would valuable to support automatic submissions for `solve` behind a flag, e.g. `cargo solve 04 --submit`.
[Implementation](https://github.com/fspoettel/advent-of-code-2022/blob/main/src/bin/scaffold.rs) Currently experimenting with a separately timed parser util on my solution repo, might add to template after this year concludes. Advantages: - parser code is not timed twice. -...
OS: macOS 14.1.1 (23B81) VSCode version: 1.81.0 CodeLLDB version: v1.10.0 Compiler: rustc 1.74.0 (79e9716c9 2023-11-13) Debuggee: rust binary Reproduction case: https://github.com/fspoettel/code-lldb-launch-inputs-repro **Description** I am trying to configure a `launch.json` to...
will be done as part of #57.