Akira Komamura
Akira Komamura
After upgrading to SootUp 1.3.0, my error (from `sootup.core.model.Body$BodyBuilder.build(Body.java:498)`) has been fixed. Thank you for maintaining this project.
> The main purpose of this PR is that people can always run nix run nixos-generators instead of nix run github:nix-community/nixos-generators, so its main purpose is only a shortcut. @nagy...
@nuusers In your case, you won't specify those host-specific overlays under `perSystem` though? You can specify overlays for a NixOS system as part of the configuration: ```nix nixpkgs.lib.nixosSystem { inherit...
I created a custom fork of vc-msg which uses pretty-hydra. It partly depends on magit, but I can contribute other parts of the code: https://github.com/akirak/vc-msg/blob/8c76b3ce7ba497477c8fae69d7b157efaed74973/vc-msg.el#L298 
@seagle0128 Yes, I am using hydra-posframe. Hydra makes this kind of task very easy.
@redguardtoo Thanks, it's a fork because it was easier to hack the package in that way. It probably didn't have to be a fork, but actually I added some features...
Thank you for catching this. I'm not interested in this feature now, so I'll close the PR. PS. Your recent development on org-ql is great. Support for dynamic blocks was...
Emacs 29 ships `treesit.el`, while the current gleam-mode depends on `tree-sitter.el`. They are slightly different in API, and recent packages supporting the former are named like `typescript-ts-mode`, `elixir-ts-mode`, etc. Hence...
> python-base-mode contains common functionalities. Both python-mode and python-ts-mode inherit from it. Maybe this package could have a similar structure and provide both versions. Separating out common functionalities would be...
I've had a look at the source of this package, but `lean4-fringe.el` and `lean4-info.el` are tightly integrated with `lsp-mode`, while the other parts of the package would work without lsp...