Thomas Bergheim

Results 3 issues of Thomas Bergheim

## The problem: If you write a simple script that forks, and set max_old_space_size, pkg will fail with: > Error: Cannot find module '--max_old_space_size=4096' This works fine when running directly...

Hello, With `corfu-popupinfo-mode` enabled: ```elisp (use-package corfu-popupinfo :ensure nil :after corfu :hook (corfu-mode . corfu-popupinfo-mode) :custom (corfu-popupinfo-delay '(0.25 . 0.1)) (corfu-popupinfo-hide nil) :config (corfu-popupinfo-mode)) ;; and the hook (add-hook 'org-mode-hook...

When trying to bind a custom command to corfu, it will work for the top suggestion, but fail for the others. Binding something to `corfu-info-documentation` will work fine, but if...