Terje Larsen

Results 82 issues of Terje Larsen

It would be nice if the build function was exposed so one could make custom derivations: https://github.com/emacs-twist/twist.nix/blob/master/pkgs/emacs/build/default.nix The use case is that I want to build my configuration and not...

enhancement

Multiple times when I tried to get my WSL image build working on a self-hosted GitHub Action running in a rootless docker container. I ended up with the super annoying...

**Describe the bug** When building from source and using the tags the version will be wrong (the previous one). Since the commit bumping the version in the `package.json` happens after...

### Description This adds support for configuring the editor that comes with Google Cloud Workstations. On these machines vscode is preinstalled and configured to read from `~/.codeoss-cloudworkstations`, the user settings...

If running nix-portable with `sandbox = false` and a derivation writes to `HOME` you will get an error like this: ``` error: home directory '/homeless-shelter' exists; please remove it to...

**Describe the bug** I just switched to the new release treefmt v2.0.2 and I am experiencing some weird issues with the `--fail-on-change` flag. I am running `treefmt` via pre-commit ([git-hooks.nix](https://github.com/cachix/git-hooks.nix))....

bug

As seen in example2 the nodes render in the order they are defined (ELK) and thus the connections look nice, however in example1 they render to the side even though...

It seems that when you use near or grid it changes the connection style of the lines, to be straight diagonal lines instead of the curvy (dagre) and orthogonal (elk)....

This adds support for formatting fish files via fish_indent bundled with fish. Not sure about the naming, if it should be how the tool is named or if it should...

### Description This is alternative to #4645 which stalled. More along the lines of how starship and zoxide is implemented. Closes #4645 ### Checklist - [x] Change is backwards compatible....