hermann-p
hermann-p
When switching to web-mode, it breaks with `Error (prog-mode-hook): Error running hook "highlight-indent-guides-mode" because: (wrong-number-of-arguments # 0)` and stays in fundamental mode. Reproduce: - `emacs -q -l nano.el` - install...
My node (TypeScript) project builds just fine with a minimal `dream2nix`-config from the examples (and I'm amazed at how easy and clutter-free it is compared to other node nixification tools!)....
Denoifying a TypeScript file with a comment containing the word "Buffer" led to an output file importing the `Buffer` package, subsequently breaking our backend build. See [this commit](https://github.com/hermann-p/pragmatic-fp-ts/commit/e1ce9769336b73559fc435ebe6efe2398d5db392) for context....
### Composer & operating system versions Composer: git latest 2023-05-03 OS: Linux (NixOS) ### What is the problem? The UI works, I can import audio files and text, drag around...
In my home-manager on NixOS, I added the flake input and activated the program just as the readme suggested. When building the new home-manager generation, it will fail with ```shell...
When doing the following, I get an infinite loop: ``` const x = dayjs(null).businessDaysAdd(1); ``` This is probably due to the while loop in the `businessDaysAdd` method. It proceeds to...