Jeremy Fleischman
Jeremy Fleischman
**Describe the bug** `nix flake update` fails for me with the git config `safe.bareRepository=explicit`. @mightyiam and I checked all the nix versions available in nixpkgs#nixVersions, the earliest in which this...
(This PR is some refactoring that I want to land before creating a PR to implement https://github.com/pypa/pip/issues/12750. If the additional context is useful, you can see my upcoming changes over...
I see the [charts directory](https://github.com/smcavallo/argocd-ecr-updater/tree/main/charts) in the root of the repo, but is there a helm repository somewhere that hosts releases of this helm chart?
This implements a builtin formatter that (essentially) invokes `nix fmt` on the given buffer. I called it `"nix flake fmt"`, even though the underlying command is `nix fmt`, because I...
This implements . This is incomplete, which is why I've marked it as draft. It's also stacked on top of https://github.com/nvimtools/none-ls.nvim/pull/192, and includes the commits from that PR. Just ignore...
### Issues - [X] I have checked [existing issues](https://github.com/nvimtools/none-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description While working on https://github.com/nvimtools/none-ls.nvim/pull/192/, I learned about none-ls's...
I'm trying to follow the instructions on https://ryantm.github.io/nixpkgs-update/interactive-updates/#interactive-updates, and things are just not working out for me. I've been trying to get this command to work: ``` nixpkgs-update update "python3Packages.urwid...
### Problem If I'm partway through a quickfix list, and then I do something to refresh the quickfix list, I lose my location in the list. Here's an example of...
I'd like to use `cmp-buffer` as a completion source for `nvim-cmp`, but *only* when I explicitly request completion via `/`. I've hacked this together locally: 1. I created a new...
**What page or section of the docs have an issue?** says: > Codepoints are buffered until a C0, C1 or other escape/control sequence is encountered, which triggers a flush and...