Joseph Morag
Joseph Morag
This adds utility functions for merge and diff operations on sorted streams in constant space. I had a problem at work where I needed to diff a sorted stream of...
**Is your feature request related to a problem? Please describe.** These doesn't seem to be any way to set combos as described in [the docs](https://kaleidoscope.readthedocs.io/en/latest/plugins/MagicCombo.html) **Describe the solution you'd like**...
Currently, I'm using [phi-search](https://github.com/zk-phi/phi-search) for its integration with multiple-cursors. Is there an easy way to extend ctrlf to also support multiple cursors? For now, I've employed this hack: ```elisp (defmacro...
It would be nice to have another executable that generates LLVM IR from C and also prints the corresponding LLVM AST in Haskell.
Addresses #17. Moving the `Filter` branching to top level type family patterns does appear to recover linear runtime. A rudimentary benchmark compiling the `hitmen` executable from https://github.com/jmorag/databass on my machine....
Draft for a work in progress wrapper for the unison code manager to run in a comint buffer. Not ready for merging, but I thought I'd open the PR earlier...
See the README. These commands prompt for input once per cursor instead of just once.