Terje Larsen

Results 212 comments of Terje Larsen

I want to compile my `init.el` via the build function provided by twist.nix. Also if I want to make these local sources packages how do I go about that? I...

@akirak So I finally got around to try this (the nixpkgs `trivialBuild` solution recently broke). It seems everything worked smoothly. Relevant parts: ```nix { emacs-config = prev.callPackage inputs.self { buildElispPackage...

Most of the time I use several `assert_includes` or just `assert_equal`. One way to do it is this: ``` sh function suite_list_equality function setup set -g test_dir (stub_dir) touch $test_dir/(seq...

Yeah, when running in a flake check it won't have access to `.git/COMMIT_EDITMSG` and will therefore not be able to check the commit message. The workaround is to use `nix...

Just ran into this myself. I'll see if I can open a ticket upstream if it was not done already

I agree that re-tagging is the easiest solution. The downside is that it mutates the tag (although very briefly) and that we would have to figure out how to not...

Unfortunately `fish_indent` write files every time currently so had to create a wrapper. `fish_indent --check` will return the files that needs to change to stderr. I created an issue for...

There was some discussion on this topic inside #304

Thank you very much @andnig, following the cache refresh tip from that MS answer I finally got the icons to work for the task bar as well.

This is an essential change, especially if you want to use checkov for a pre-commit hook.