Tim Pope
Tim Pope
Step 1 is a simple criteria constructor: ``` limit(3).filter(ou: "People") ``` This could later be expanded to allow dispatching class methods off of criteria: ``` def self.people filter(ou: "People") end...
Also, note the 0.1.0 release lacks both.
I was in the process of preparing to release my own (much smaller) Lua filetype plugin when I stumbled onto this project. I'd be thrilled to use someone else's project...
I rigged up PHPDBO DSN support early on, thinking it might a good test candidate for interop, but I'm unconvinced it has much value. Putting it here in case anyone...
Jack in
Jobs make firing off `lein repl :headless` or a similar command in the background a much less dicey prospect than when Fireplace was introduced. Evaluate adding the option to start...
Easiest way to demonstrate: ``` :e ~/.vimrc :colorscheme solarized :colorscheme default ``` Note that the highlighting for `vimCommand` and other highlight groups is gone. I haven't figured out the precise...
A few togglebg changes hopefully adequately justified in the commit messages. Should this repo or the master solarized repo be forked and edited? Also your need to `exe "colorscheme "...
First, mke sure the daemon is running: ``` $ drip -cp clojure.jar clojure.main -e nil ``` From then on, when stdin is redirected, nothing is output. ``` $ drip -cp...
### Problem Neovim (inheriting from Vim) has a seldom used feature for combining multiple filetypes into the `'filetype'` option separated by a dot: https://github.com/neovim/neovim/blob/61f1b091ea97793f9b644cebf6c84cf6bbb4f0bc/runtime/doc/options.txt#L2541-L2546 The runtime files for `eruby` and...