ParetoOptimalDev

Results 84 issues of ParetoOptimalDev

Diving into #212 more I found that working versions didn't work after a non-working, but they do the second time: ```nix { pkgs ? import (builtins.fetchTarball { url = "https://github.com/nixos/nixpkgs/archive/a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31.tar.gz";...

Reproduce with shell.nix and `nix-shell --run test-emacs`: ```nix { pkgs ? import (builtins.fetchTarball { url = "https://github.com/nixos/nixpkgs/archive/a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31.tar.gz"; }) { overlays = [ (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/c4bcf4b66394a4472cc251e2350c557dac13d621.tar.gz; }))];}, ......

I tried editing an agenix secret from `M-x shell`. I noticed the `Successfully exported EDITOR` message from `with-editor`. Then I tried editing my secret and this happened: ``` agenix -e...

Trying to run nix-alien on [talon voice](https://talonvoice.com/dl/latest/talon-linux.tar.xz) fails because no good options can be found for `libSkiaSharp.so`. Here are the options presented: ``` jellyfin.out mission-planner.out alttpr-opentracker.out > wasabiwallet.out 'libSkiaSharp.so'> ```...

In: ``` (defun direx-ejc:-goto-item (item) (cl-destructuring-bind (&key line_nr column &allow-other-keys) (car (oref (direx:item-tree item) :cache)) (ejc:goto--line-column line_nr column))) ``` There is no `ejc:goto--line-column` defined.

If I call burly-bookmark-windows and magit has checked out a certain branch or worktree I'd like it to restore that. I'm open to the argument burly should only restore worktrees...

My test was: - Open org-agenda - `burly-bookmark-window` - close emacs - open emacs - `burly-open-bookmark` - error `window--state-put-2: Wrong type argument: stringp, nil` Maybe this is expected and users...

bug

Narrowing org bookmarks work great! However I noticed that indirect buffers don't, so I guess this would be a feature request. #49 doesn't apply here because I tested this without...

**Describe the bug** Flake input urls like this: ``` git+ssh://my-github-host-with-ssh-key/NixOS/nix.git?ref=0.5-release ``` Used to work as of 2021-09 (last year), but at some point I believe a change was made. Maybe...

bug

Hi! I'm very interested in dream2nix as a current Haskell.nix user. I have some issues with Haskell.nix currently, and was about to start trying to contribute fixes for it. I...

question
haskell