Terje Larsen
Terje Larsen
If you are tracking a local branch (`remote = .`) the command fails with the following error: ``` apply: Wrong number of arguments: #, 1 ``` This is due to...
Hello I am trying to run this from a read-only device (e.g. nix store). Given how the autoupdate functionality is configured, setting the updatesDirectory based on the bin path you...
```nix { test = "hello ${interpolated} world"; } ``` Running the command `(nth 3 (syntax-ppss))` up until the `$` will return true indicating this is within a string, but when...
This adds a config option to open as pop-up instead of in the same buffer. Not sure if this is something you want, but I made a PR in case...
This is already available through the `eir-repl-start` function, but it would be nice to not have to replicate the knowledge of how those things are setup. So for example wrap...
Sometimes for various reasons I end up with characters that will thinks it will cause unbalanced region while it actually won't. Over time I have found it quite annoying with...
When I do a lookup on certain functions I consistently get this error. One example is `org-edit-special`: ``` Debugger entered--Lisp error: (args-out-of-range 0 10) replace-match(#("ffap" 0 4 (button (t) category...
When I try to require `elsa` I get the following error: ``` Debugger entered--Lisp error: (void-variable elsa-check) byte-code("\301\10\302\211\303\304\305\306&\7\210\307\310\311\310\312\302#\313#\210\314\310\302\312\302\315%\210\307\316\311\316\317\302#\320#\210\314\316\302\317\302\321%\210\322\300!..." [elsa-check defclass nil :abstract t :documentation "A check is essentially a callback...
Currently passing the argument `-` does not try to read the "file" from standard input. E.g.: ``` nixfmt - < flake.nix ``` This is a common standard as suggested per...
I have worked on some projects where `yarn.lock` is used and teams seem to be quite attached to `yarn` so it seems unlikely that they would switch away from it...