Will Leinweber
Will Leinweber
Do you think it'd be both A) possible and B) worth it to use https://github.com/luvit/luv/blob/master/docs.md#uv_fs_event_t--fs-event-handle instead of polling the git directory for changes? The libuv bindings all works for me...
In general I'm very happy with the string spellchecking you just merged in #57, however it'd be nice if calls to `require` like `require "shellwords"` didn't spellcheck `shellwords` I think...
``` 2011-12-19T08:07:24+00:00 heroku[web.1]: State changed from crashed to created 2011-12-19T08:07:24+00:00 heroku[web.1]: State changed from created to starting 2011-12-19T08:07:27+00:00 heroku[web.1]: Starting process with command `sh boot.sh` 2011-12-19T08:07:27+00:00 app[web.1]: Usage: 2011-12-19T08:07:27+00:00 app[web.1]:...
from https://github.com/zombocom/wait_for_it/commit/ab7cc2bb52cd6e1a4ab2beba4fcedaa71973da89#diff-81a95052a9718f0cdb828b69b23f23c4
Right now the scram support does not run the password through sasl prep, so not all technically valid passwords will be able to authenticate using scram. I decided to release...
It'd be awful nice if jsonpretty could also make json response wrapped in jsonp pretty. The p in jsonp doesn't stand for pretty now, but it could!
At http://www.databasesoup.com/2014/05/new-finding-unused-indexes-query.html @jberkus has a nice index query that lists reasons why you might want to remove the index, instead of just indexes that aren't used often. It might be...
from @atreanor on the original "will" repo Hi there, I'm not postgres expert but it seems to me that you cache hit rate and index hit rate are pulling the...
On https://github.com/crunchydata/bridge-cli on cafe7b977599bff94035d870129daf40912a1851 and ``` ../crystal/bin/crystal --version Using compiled compiler at /Users/will/code/crystal/.build/crystal Crystal 1.5.0 [994c70b10] (2022-07-06) LLVM: 13.0.1 Default target: x86_64-apple-macosx ``` Normal crystal builds and runs the main...
I just learned that the next version (0.5) of neovim will have built-in support for[ tree-sitter](https://tree-sitter.github.io/tree-sitter/). There doesn't appear to be crystal support for tree-sitter yet, but if there was,...