ParetoOptimalDev
ParetoOptimalDev
Yeah this one is still broken: ``` nix-repl> :b pkgs.haskell.lib.dontCheck haskellPackages.cabal2json :b pkgs.haskell.lib.dontCheck haskellPackages.cabal2json error: builder for '/nix/store/lfa41sagq4qs0xp0vfd7340dbhhag2sy-cabal2json-0.0.0.0.drv' failed with exit code 1; last 10 log lines: > [1 of...
I have a project that uses both elm and nodejs. If I added elm support, would I get elm+nodejs support for free? Is only one discoverer run or are multiple...
To perhaps answer my own question, I think #76 answers it: > These are notes/ideas for a potential discovery phase, which is supposed to be executed before the translation phase...
I came to add this issue now, but first searched and found it exists. I believe inf-haskell.el is used for haskell-interactive-mode and it uses comint. Maybe this was never added...
It would be nice however if this were project specific history imo. One could probably modify the file-name to take project into account to accomplish this pretty easily though.
For the host n I was building the `install-iso` for I had to add this patch: ``` networking.networkmanager.enable = lib.mkForce false; ``` Since in my case the [jovian nixos](https://github.com/Jovian-Experiments/Jovian-NixOS) module...
At the least, it appears this issue won't be solved for a long time. In the mean time would it be possible to have a configuration to disable magit-delta for...
This seems to work for both cases, but does keep a newline between headings so it could bother those who don't like that: ```emacs-lisp (defun org-hide-properties () "Hide all org-mode...
@ahmed-shariff You might find this interesting. I use it to avoid reading all org roam nodes to find TODO headings: https://d12frosted.io/posts/2021-01-16-task-management-with-roam-vol5.html
> > I've ended up running ripgrep over my org-roam directory and only allowing files that contain todos > > another option for this is to query directly from the...