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...
### I confirm that... - [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [x] I have read...
My first impression with WebSlides was - wow! This is super easy and I can preview my slides while I create them! Just hook it up to a library that...