Will Leinweber

Results 108 comments of Will Leinweber

The code is public there, but also let me know if there is anything you want me to try out and report back

> Is that on an M1? I wish, still don’t have one :( This is on an intel

Thanks for the tip @cyangle. I am unfortunately not able to get it to work yet. The path you gave ``` env DYLD_LIBRARY_PATH=/usr/local/Cellar/[email protected]/1.1.1q/lib crystal i src/cli.cr WARNING: /usr/local/Cellar/crystal/HEAD-f276d70/libexec/crystal is loading...

> FYI, I found it's possible to use the generic `libssh2_channel_open_ex` in your own code with a constructed message type of `[email protected]` to achieve this. @kdart-brt could you share an...

@kdart-brt hah, I was just typing up a message to tell you to never mind. I appreciate it though! I was misunderstanding `libssh2_channel_forward_listen_ex` and thought that it would actually open...

I've gone the monkey patching route for now, posting the solution here just in case it's useful to find what spots would be good for hooks: ```ruby #!/usr/bin/env ruby ENV["BUNDLE_GEMFILE"]...

I got this also recently in neovim ``` solargraph: -32603: [NoMethodError] undefined method `+' for nil:NilClass extract_offset = ->(code, offset) { [soff = code.index(name, offset), soff + name.length] } ```...

So sorry @jgaskins I missed this being opened completely until just now! I think it'd be cool to get pipelining in for sure. I think your approach here of a...

I use iTerm2 and I would love to have bat automatically detect the background. I have iterm switch colorscheems between light and dark corresponding with the overall OS switching with...