Oliver Breitwieser

Results 5 issues of Oliver Breitwieser

In order to reduce duplication, relevant host-specifc configuration should be optionally extracted from user's openSSH client connection. This includes proxy configuration, autojump config etc.

Same as ag, [ripgrep](https://github.com/BurntSushi/ripgrep) supports a `--vimgrep` flag so that it can be used as `g:ackprog`. However, when used via `vim-dispatch`, stdin is not closed which ripgrep interprets as a...

## Describe the bug When building in a restored cache, the builder is unable to find `libgcc_s.so.1`. This leads to various errors, such as: ``` /nix/store/00mg4vlhzmm7gi9bd5v5ydjlgrywpc3n-go-1.22.3/share/go/pkg/tool/linux_amd64/link: running gcc failed: exit...

Fixes: #117 Since go 1.23, `vendor/modules.txt` is [required](https://github.com/golang/go/commit/38ee0c7630e999f97d96899ecf4e8d0230236cd6#diff-61fb6e44eac25bd4d6a8a64b3f38ee8a41faaefd1ef481170a011ecfc0f7c76bR344). Hence, this is a first attempt to track `modules.txt` via gomod2nix. Since, unfortunately, `module.txt` employs a bespoke custom format in which [varying](https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/cmd/go/internal/modload/vendor.go;l=57)...

Closes #8132. We confirmed that this PR resolves the issue internally, but I will provide a minimal example for easier verification. ## ✅ Pull Request Checklist: - [x] Included link...

waiting