Lennard Hofmann

Results 39 comments of Lennard Hofmann

They only work if `global-hotkeys` is set to `false`. Don’t ask me why.

We could simply hide the blocked terminal window or sent it to a scratchpad and unhide it when the graphical program exits. See [i3-swallow](https://github.com/jamesofarrell/i3-swallow) and [bspswallow](https://github.com/JopStro/bspswallow).

Performing the change would enable the github-wikidata-bot on around [800 items](https://query.wikidata.org/#SELECT%20%3Fproject%20%3FprojectLabel%20%3Frepo%20%3FbestRepo%20WHERE%20%7B%0A%20%20%3Fproject%20p%3AP1324%20%5Bps%3AP1324%20%3Frepo%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wikibase%3Arank%20%3Frank%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D.%0A%0A%20%20FILTER%28%3Frank%20IN%20%28wikibase%3APreferredRank%2C%20wikibase%3ANormalRank%29%29.%0A%0A%20%20%23%20Only%20include%20projects%20with%20a%20repo%20on%20GitHub%0A%20%20FILTER%28contains%28STR%28%3Frepo%29%2C%20%22%3A%2F%2Fgithub.com%2F%22%29%29.%0A%20%20%0A%20%20%23%20Exclude%20projects%20with%20main%20repo%20on%20GitHub%0A%20%20%3Fproject%20wdt%3AP1324%20%3FbestRepo.%0A%20%20FILTER%28%21contains%28STR%28%3FbestRepo%29%2C%20%22%3A%2F%2Fgithub.com%2F%22%29%29.%0A%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%7D%0A%7D): ```sqarql SELECT ?project ?projectLabel ?repo ?bestRepo WHERE { ?project p:P1324 [ps:P1324 ?repo; wikibase:rank ?rank; ]. FILTER(?rank IN (wikibase:PreferredRank, wikibase:NormalRank))....

> Why would someone turn off the sound on a sound based level? How are you supposed to know that it’s a sound based level if you don’t play with...

This would be useful when hacking together a simple shellcheck wrapper where parsing shellcheck's JSON output is not worth it. For example, in [markdown-shellcheck](https://github.com/Ordoviz/markdown-shellcheck) I have to use regexes to...

Shellcheck is right unless you want `*` and other globs in `findArg` be replaced by filenames. Since you are using Bash, make `findArg` an array and replace `$findArg` with `"${findArg[@]}"`...

I want this, too! You probably would need a way to tell shellcheck which userspace(s) (e.g. GNU, BSD, busybox, macOS, POSIX) you are targeting, though: https://github.com/koalaman/shellcheck/issues/1455#issuecomment-453875211

Helix will automatically pickup awk-language-server, you just need to have it in your PATH. Check with `helix --health awk` that Helix finds awk-language-server.

Web: [Openstreetmap.org](https://www.openstreetmap.org/) Desktop client: [GNOME Maps](https://wiki.gnome.org/Apps/Maps) Android client: [Osmand](https://osmand.net/) → Get on [F-Droid](https://f-droid.org/en/packages/net.osmand.plus/)

Might be fixed by #183