Robert Helgesson

Results 8 issues of Robert Helgesson

Some of the option descriptions for the launchd contain some odd duplications that I assume is from copy-pasting. For example (similar problems also exist elsewhere in the file): ![launchd-descr](https://user-images.githubusercontent.com/798147/155841462-b645e1aa-4471-44ff-b8fa-f82bfc8cfc3e.png) I...

My [GitLab CI job](https://gitlab.com/rycee/nur-expressions/-/blob/86bad12c80dd1344a99ebee4e083296084350eaf/.gitlab-ci.yml#L42) frequently fails due to ``` curl -sfSL -XPOST https://nur-update.herokuapp.com/update?repo=rycee ``` erroring out with the message > curl: (22) The requested URL returned error: 429 TOO MANY...

See below for a test run with Bats 1.5.0 (the same run succeeds with Bats 1.4.1). Originally found in a [NixOS CI job](https://hydra.nixos.org/build/156972814/nixlog/2). This is with bash-preexec 0.4.1 but master...

### Description It seems `==` is preferred as a break point over the logic operators `||` and `&&`. I think it should be the opposite, at least I can't think...

enhancement
help wanted

### Description The `\t` form of tab characters in strings are expanded to a literal tab character. The result could be confused for space characters. ### Small example input ```...

low-prio

### ⚠️ THIS IS STILL EXPERIMENTAL. DO NOT TEST ANYWHERE IMPORTANT. ⚠️ ### Description This deprecates profile management from the activation script. The profile management is instead the responsibility of...

**Describe the bug** I'm the maintainer of the trash-cli package in Nixpkgs. We got a bug report https://github.com/NixOS/nixpkgs/issues/212817 which I think may be due to some issue in trash-cli and...

### Description With version 0.4.0 of [sd-switch](https://git.sr.ht/~rycee/sd-switch), it should be more robust and work out of the box for most people. We should therefore switch to using it by default....

feature request