ParetoOptimalDev
ParetoOptimalDev
Maybe #142 is related, I think it adds more binaries?
I vote: 1. Add a depth option to the cabal file 2. Wait a release 3. Set the default depth to 1
> Before we settle on `depth: ` we should have a field study what different VCS have, with the hope of finding an interface that not just `git` supports (an...
> I am guessing NamedRoutes goes in the way of inlining, which somehow is a good thing here ? 2 ideas then: - generate the core and diff each version...
The nix expression is responsible for loading autoloads correctly. The one in nixpkgs does, but this one in emacs-overlay doesn't load autoloads correctly. Therefore it seemed most appropriate to create...
Note there is a workaround I was given in the Nix Emacs matrix room: ```emacs-lisp (dolist (path load-path) (when (string-match-p "/nix/store/[a-z0-9]\\{32\\}-emacs-packages-deps.*" path) (dolist (autoload-file (directory-files path t "-autoloads.el")) (with-demoted-errors "init.el...
Okay, thanks for your help @thiagokokada !
> Is there any work that can be done to help solve this problem? We're trying to migrate to `haskell.nix` but this is a problem for us. We'd be happy...
> * `devbox build --engine=nix` builds using nix > * `devbox build` builds using the default. We could make it smart so if you only have one of the tools...
> Org Agenda buffers cannot be restored by Burly. (Trying to support that would require a lot of nasty hacks, because Org Agenda is not designed that way. That's one...