Lennard Hofmann
Lennard Hofmann
When the player presses up Tux should look up. This gives the player a visual hint that pressing up has an effect in the game (carriable objects can be thrown...
Steps to reproduce: 1. Play [this study](https://listudy.org/en/studies/dl1oog) or create a study with the following PGN: `1. e4 e5 2. Nf3 Nf6 3. Bc4 Nxe4 4. Nxe5 d5 5. Bb3 (5....
If you start river with `XKB_DEFAULT_LAYOUT=invalid river` or some other invalid XKB configuration, you won't be able to use any keyboard shortcuts, which usually means having to physically reboot your...
The Bash, Zsh, and fish completions are generated with [complgen](https://github.com/adaszko/complgen) from an easy-to-read grammar. Since complgen is an obscure new Rust tool, I didn't make it a build dependency. This...
@mmd-osm commented on [Apr 16, 2020](https://github.com/drolbr/Overpass-API/issues/535#issuecomment-614564521): > Yes, https://github.com/drolbr/Overpass-API/blob/oversized_backend_objects/src/overpass_api/statements/query.h#L103 is incorrect. Care to create a new issue for it? > You shouldn't notice this when running a query, that method...
F-Droid is a community-driven repository for open-source Android apps. Your app would fit right next to [MensaPlan](https://f-droid.org/de/packages/de.csicar.mensaplan/). See the [FAQ about publishing on F-Droid](https://f-droid.org/de/docs/Submitting_to_F-Droid_Quick_Start_Guide/).
Fixes #2175. This requires a recent version of pwntools (https://github.com/Gallopsled/pwntools/commit/cb540857ccd4ea45678e24949f48a2231857f8ed). There already was a test for syscall names in `context`: https://github.com/pwndbg/pwndbg/blob/2b9beef7afc99db312667ac9bf90f866596287b2/tests/gdb-tests/tests/test_context_commands.py#L159 Use the script below to generate a diff of...
When using Helix editor to perform a specific delete operation, clangd gets confused and reports LSP diagnostics of severity zero, which causes [Helix to abort](https://github.com/helix-editor/helix/blob/620dfceb849d6b68d41d4f7678bb4675009fef4d/helix-view/src/document.rs#L1928) because severity 0 is not...
When pressing D to "view upstream changes since your last review" raw escape codes like "ESC[32m+ESC[m" were being printed.
plantri supports `-pc4` since version 5.0 released on October 2, 2016 but the [`planar_graphs()`](https://doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph_generators.html#sage.graphs.graph_generators.GraphGenerators.planar_graphs) generator incorrectly claimed that `minimum_connectivity=4` was not supported. This pull request rectifies that. I also tried...