Lorenz Leutgeb

Results 71 issues of Lorenz Leutgeb

Red probably was chosen since this is somewhat related to `diff`, but for inputs. I still think that users will not grasp this, especially not when there is no input...

stale

Building this project with [Gradle 7](https://docs.gradle.org/7.0/release-notes.html) fails. The output can be found in [this gist](https://gist.github.com/r-rmcgibbo/9e41f5d4a5ef65131f2d5da94b591e8c). See the [section in the upgrade guide on configuration removal](https://docs.gradle.org/7.0/userguide/upgrading_version_6.html#sec:configuration_removal).

Hi! Thanks for `ghq`, it's really helpful. I'd like to suggest how to make it even better! ✨ Sometimes I like to create symlinks, especially for very long project names:...

I am using `paper-styles` through `gold-email-input`. Firstly, I do not get why a Gold element would depend on a Paper element, but that's not want I want to argue about....

breaking-change
p1 - backlog

I did `alias nix=nom`, and was very pleased with my new `nix build` experience. Then, I wanted to run `nix repl`, and was frustrated that `nom` does not "forward" this...

enhancement

I am aware of multiple ways to configure resource file paths, such as `-r`, `-R`, `resource.search.path` and that there are default paths such as `~/.bibtoolrsc{,.rsc}` being searched. I would like...

I am currently working on a NixOS module for BenchExec, stay tuned. See: https://github.com/NixOS/nixpkgs/pull/263375

First draft for generating `/gitalias.txt` from `/**/alias.{sh,txt}`.

I think the debugger is quite hard to "discover", but can be a real life saver. It deserves a little more publicity. My idea for a tutorial would be to...

tutorial

While trying out sops-nix I configured: ```nix { sops = { age.sshKeyPaths = [ config.sops.secrets."ssh/key".path ]; secrets."ssh/key" = { sopsFile = ./sops/ssh.yaml; }; }; } ``` That is, I tried...