Will Leinweber
Will Leinweber
I have this ``` ~> cat .config/direnv/direnvrc export DIRENV_LOG_FORMAT="" source $(asdf which direnv_use_asdf) ``` Which got rid of almost all of the logs, however it still prints one line ```...
> @will, does this make sense to you? not really tbh. I poked around with R a little bit during college, but had a legit free license for mathematica at...
I dont think it has been addressed. It's now just moved here.
@tas50 can you share how you did this, or where your fork is? The size of the azure gems makes it take multiple seconds to require, not to mention the...
Thanks!
@tas50 For what it's worth, I gave up on this sdk, and wrote my own mini sdk that uses the rest api, just for the handful of endpoints we actually...
yeah it fuckin sucks having your name as "will" on slack cause they wont make the option to notify without the @ a user setting, it's admin only and they...
Yeah I'm using simple_rpc, but I opened it here, since when I was trying to solve it, this was where I thought the change would go. I wonder if for...
> Which debug adapters support domain sockets? This is for https://github.com/ruby/debug . With no args it'll start on some random temp socket, but you can pass in an argument to...
> I added support for it https://github.com/mfussenegger/nvim-dap/pull/606 Nice. I'm using type=server though, and it looks like this is only for type=executable ? I based my setup off of https://github.com/suketa/nvim-dap-ruby/blob/main/lua/dap-ruby.lua There...