Terje Larsen
Terje Larsen
I tried to use this as a flake input, but due to the inability to pass the system it seems to be an impossible task. https://github.com/cachix/ghcide-nix/blob/521e28d7a64589e902a8328829c6f2d23999aa97/nix/sources.nix#L157-L171
**Is your feature request related to a problem? Please describe.** There are a bunch of useful parameters that you can pass to the binary cache URL:s in order to affect...
As discovered in issue #58 and probably elsewhere as well. There is a case where multiple hashing algorithms for the same dependency (same resolved key) will break the cache. The...
I wanted to adopt this function to use it with [quick-peek](https://github.com/cpitclaudel/quick-peek). However `quick-peek` does not take care of hiding the diagnostic by itself. I figured I could add a configurable...
When using this together with strip-buffer-mode from [stripe-buffer](https://github.com/sabof/stripe-buffer). The background from the face on the line is overridden. I've tried setting `all-the-icons-dired-dir-face`, but that only applies to the small icon...
Hello, I started using this a while back, just before the `0.19.0` release (`0.18.0`) At that point it was triggering on `pytest`, although we had those errors. Since this plugin...
Instead of relying on the Workzone plugin it would be nice if you could also add default reveiwers using the feature that comes out of the box with Bitbucket. I...
It would be nice if a tag of the current release was available, for those interested in pinning a specific version.
### Summary of the new feature / enhancement As a user I want to accept the proposed suggestion when going to the end of line ### Proposed technical implementation details...
It does not seem to be possible to redirect stderror from inner functions using "subshells". ``` sh function example_error if not contains '-a' b c echo 'Not contains' else echo...