Felix Uhl
Felix Uhl
See #17 All Nerd Fonts glyphs were parsed from the official cheat sheet and the .tsv look perfect and works. I do still have an issue with some glyphs from...
Alright, let's have another look at this. So far, we've had discussions on this in #16, #17 and #18. Our goal is to create a standardised process for adding community-contributed...
First off, absolutely love this little tool! I've gotten so used to the Win+. on windows, this is not just a good, but an improved replacement! Now, there are a...
This is more of a feature request than a real bug. When trying to install the unfree package `nixpkgs.vscode`, I get quite a lengthy error message: ``` installing 'vscode-1.55.2' error:...
Hey man! I love teiler, it integrates really well into my setup with i3 and rofi! I'd like to support you as a maintainer for this repository, there's clearly interest...
None allows silencing "No uploader set" message when you don't want to use the upload functionality. Clipboard just copies the image so it can be pasted elsewhere.
In my local network, I am running the following command (user and remote name anonymised): ``` sshfs myself@remote:/home.net/myself ~/remote myself@remote's password: ``` When using CTRL+C while entering the password, the...
It is a required build step to run ./autogen.sh, as it generates ./configure, which in turn generates the Makefile. The readme did not reflect this.
### Problem This was discovered in [NixOS/nix#7770](https://github.com/NixOS/nix/pull/7700) We have a table with all operators, but `||` doesn't get rendered correctly:  I thought that maybe removing the `\` from the...
When working on different branches, terraform provider versions may differ. Often you forget to run terraform init -upgrade before your regular terraform commands. This rule lets you fix that. Example:...