Nicholas Vollmer

Results 32 issues of Nicholas Vollmer

Accomdates upstream change as of https://github.com/djcb/mu/commit/035977a89ae04d99892b3382582ec5b0b8b6a140

Reimplementation of the watcher script in elisp. See: #692 Not quite complete, but I figured I'd share it to show the general direction so far.

See: #523, #500 Note this change required hoisting the build cache code above the recipe registration code in order to satisfy the byte-compiler. Test Case ```emacs-lisp (straight-bug-report :user-dir "better-warning-recipe-override.straight" :pre-bootstrap...

`filenotify.el` provides an abstraction layer over OS file system watchers. I was curious if you had explored this as an option for straight's file system watcher. Pros: - Reduces dependencies...

enhancement
refactor
live modification detection
filesystem watcher
modification detection
python
external command

Add `:files` directive. See: #2857

Company now includes an additional `icons` directory in the repository which should be part of the `:files` directive.

Forgive me if this is expected behavior, I'm not too familiar with the Matrix API. When sending messages I consistently get the following backtrace: ```emacs-lisp Debugger entered--Lisp error: (ement-api-error "400:...

waiting

Abstract regexp for beginning of :CONTENTS: drawers into a variable. Allow whitespace before :CONTENTS: and :END: drawer markers. Ran into the `"No TOC node found"` user-error despite having a `:CONTENTS:`...

bug

When compiling in a clean environment, the following warning is emitted: ```emacs-lisp makem.el:68:133 Warning: the function ‘project-files’ is not known to be defined ``` This is because the reader in...