Derek Passen

Results 17 issues of Derek Passen

Based on: https://insideclojure.org/2020/09/30/exec-example/

When using devil-mode, I can use `C-g` to interrupt a command key sequence. For example, `, x p C-g` will abandon the projectile command I was going to use before...

https://github.com/tree-sitter-grammars/tree-sitter-markdown uses a `split_parser` design where there are two grammars, `tree-sitter-markdown` and `tree-sitter-markdown-inline`. [markdown-ts-mode](https://github.com/LionyxML/markdown-ts-mode) suggests we will need both grammars for it to work effectively. How do we set this...

https://kdl.dev/ I don't believe the "slashdash" comments can be supported easily.

## Expected behavior Functions are capable of being instrumented for debugging, regardless of how many keys are destructured. ## Actual behavior An error is thrown when instrumenting a function when...

bug
stale

I frequently launch my terminal from within emacs via a package called `terminal-here`. Long story short, it does the equivalent of: ```sh open -a rio path/to/directory ``` With a number...