Dominik Schrempf
Dominik Schrempf
I just had a look, and when using workspaces, `npm install` creates `node_modules` in all workspace subdirectories. So I think this behavior is the default.
I am having similar issures with `embark-act` and Org mode, see https://github.com/oantolin/embark/issues/723#issuecomment-2186639225. Others also had this problem but it seems to be gone for them, while I am still observing...
Adding another potenially related issue: https://github.com/nix-community/emacs-overlay/issues/366, and upstream https://github.com/szermatt/mistty/issues/14#issuecomment-1792965848.
Sorry, I spoke too soon. This does not fix the problem. This is the error I get: ``` Debugger entered--Lisp error: (invalid-function c-int-to-char) c-int-to-char(105) jest--remove-folded-range(#("import { SQSClient, SendMessageCommand } from...
I am using `jest-test-mode`, works fine.
I am using authinfo keys. Just, they happen to be printed in backtraces. Maybe I am doing it the wrong way? ```elisp (defvar llm-gemini-provider (make-llm-gemini :key (auth-info-password (car (auth-source-search :host...
Thank you. I did a bit of debugging. You are right about the hidden buffer (actually, the `markdown-mode` function `markdown-fontify-code-block-natively` mentions `org-mode`, so it is a derivative. The hidden buffer...
(I can fix it with `(advice-add 'font-lock-ensure :before (lambda () (font-lock-mode)))`, but that's quite a hammer).
Yes, it works perfectly fine. I do have problems only in conjunction with `markdown-mode`. It is quite a mystery. I somewhat assumed that `indent-bars` is causing this issue, because it...
Not yet. I just deactivated the workaround because it had other side effects such as `org-mode` code block evaluation not working anymore. I did all the *Messages* debugging. I actually...