Rudi Grinberg
Rudi Grinberg
Is there a way to make comb search using ripgrep? The native elisp is nice for portability, but it's far too slow for some real world projects. It would be...
Jbuilder
As promised, the first step in the master plan :P One thing I'm not sure about is what to do about the custom top level. Jbuilder hasn't gained the ability...
In my attempt to port this to jbuilder, I need to get rid of the cow camlp4 extension. But that extension doesn't have a ppx port. I think the easiest...
It seems like this variable is being set at build time but that leads to confusing behavior where if you install postgres AFTER installing pgocaml then the value will be...
When used in conjunction with deoplete I get constant cursor flickering. This flickering disables when I disable tmux-complete so I'm pretty certain this plugin is the cause of it. I'm...
I'm using neocomplete currently and tmux-complete is unfortunately a little bit too noisy for me. Is it possible to have tmux completion be triggered through some manual key combination. E.g.,...
After installing on OSX and running `echo '[1, 2, 3]' | json2msgpack` I get: ``` net.js:51 throw new TypeError('Unsupported fd type: ' + type); ^ TypeError: Unsupported fd type: TTY...
The code that gets the buffer path referred to projectile far too eagerly. Only when the file path of the buffer wasn't known it was necessary to get the projectile...
Projectile information is quite useful, but the functions to get the project root can be quite slow. It would be great to have a mode to disable the projectile interaction....