Will Leinweber
Will Leinweber
I want to make it possible to use the pg driver with an [`SSH2::Channel`](https://github.com/spider-gazelle/ssh2.cr/blob/1589903e0284e533169af854777225a0eaa29772/src/channel.cr). It's possible, I have it working by using the pg driver directly without crystal-db, and with...
The DB wrapper seems to swallow then raise different exceptions, at least on connections. For example if you add `raise "whatever"` here https://github.com/will/crystal-pg/blob/master/src/pq/connection.cr#L228 you get an `DB::ConnectionRefused` error that wraps...
Hi, I'm looking through https://solargraph.org/guides/plugins and I see I can modify the reporters, which is cool. I'm looking to also change the formatter, but don’t see it explicitly called out...
I'm not sure, but would it be a good idea to have it so including Serializable also overwrites `inspect(io : IO)` to include the properties? The upside, is as a...
Is there, or would you consider adding, a way to only generate RBIs for gems that have changed? Some of the gems I have to use take a long time...
### Problem Statement It would be maybe nice to use `vim.fn.tempname()` to generate a tempfile socket and use that to communicate with a dap server, instead of having to make...
I have an external program I want to run that runs forever, and very rarely prints a thing on stdout I want to handle. This works all works fine ```lua...
good job with this ;) in case you were curious of the one i made and am using it's at https://github.com/will/git-vain/blob/master/git-vain.c talk https://youtu.be/Jcto0Bs1hIA?list=PLE7tQUdRKcybMGuZ9QIjkXulQE8ddcVx0&t=92
Before it was possible to call transition at times when it was not safe to do so, such as in input handlers. It would sometimes work, but then sometimes crash...
### Neovim version (nvim -v) `NVIM v0.9.0-dev` it's nightly from nix so, maybe 090048bec9f80c46a6ce6ff05a419b15bc4bf028 but hard to tell without pr #21210 ### Vim (not Nvim) behaves the same? no, needs...