Brian Leung
Brian Leung
Thanks for your response. Hope you're doing well in these tough times.
> What would be the advantage of having this package in ELPA/core? 1. People would be free to write other core features that depend on this package. One useful feature...
As sternenseemann pointed out in #552, only two Hackage packages require `gcc_s`, and both still fail to build for unrelated reasons. Is it still worth attempting to fix this here...
> cabal2nix starts downloading things and complains. Isn't this expected, since it needs to get the hash of a clean tarball? The `README` states: > Alternatively [...] a `file:///local/path/pkg.cabal` URI...
`lsp-ivy-workspace-symbol` doesn't work well with `ivy-prescient`'s sorting. I have this in my config to make `prescient` ignore certain `ivy-read` callers: ``` elisp (setq ivy-prescient-sort-commands '(:not swiper swiper-isearch counsel-imenu ivy-switch-buffer lsp-ivy-workspace-symbol...
For the time being, this seems to be what you're looking for and can integrate with Forge: https://github.com/charignon/github-review
> I learned about dream2nix and see that perhaps the best way forward for me could be adding `cabal.project.freeze` support to dream2nix. I have a branch for cabal freeze at...
Your way is good too, it's just that if my proposed change is implemented, the end user has an even easier time of it, by simply adding the overlay into...
Now that `evil-want-C-w-delete` is used to opt into yanking, it would be great if this could get reviewed and merged. This is the only thing stopping me from using `evil-search`...