David Morgan
David Morgan
I don't know if the same OpenJDK code is used with GraalVM, but I have also seen errors related to this with Graal and zlib 1.2.12 (but not earlier versions):...
Alternatively, something along the lines of what project.el does would also work, e.g. ``` (defun projectile-switch-project (&optional arg) "Switch to a project we have visited before. Invokes the command referenced...
Is there any chance of this being completed/merged? By the way, usually when things are marked as deprecated, they aren't removed yet. This lets people know that they should no...
Would this also allow the result to be used in a repl?
It looks like this has already been fixed: https://github.com/elitak/nixos-infect/commit/18a03664f31775361f23ef9c08baeef890aecae3
Possibly this PR isn't needed, but only https://github.com/dduan/ea/pull/64. At least in nixpkgs it's working with just that one, and without this one (https://github.com/NixOS/nixpkgs/pull/247493).
Is the problem in smartparens, or in clojure-mode? It doesn't happen in emacs-lisp-mode. The difference seems to be that when the character after the point is `?`, then `(syntax-after (point))`...
I've figured out what's going on here. https://github.com/oantolin/embark/commit/d369bb6131ed156a06168f57cb11a5faedf94c23 combined with using `:bind ([remap xref-find-definitions] . embark-dwim)` causes this to happen. In my config, I've switched back to `("M-." . embark-dwim)`,...
I'm seeing the same thing. `home-manager switch --flake ~/dotfiles/nix-conf/home#dmorgan` works, but: ``` $ nh home switch ~/dotfiles/nix-conf/home#dmorgan --verbose > Building Home-Manager configuration error: flake 'git+file:///Users/dmorgan/dotfiles?dir=nix-conf/home' does not provide attribute 'packages.aarch64-darwin.dmorgan',...
Strange - I checked out the source code, followed the instructions in https://github.com/phiresky/ripgrep-all?tab=readme-ov-file#nix-and-direnv , and `cargo test` (and `cargo build`) work fine. I also changed `default.nix` in nixpkgs to use...