Will Leinweber

Results 108 comments of Will Leinweber

Hm, so this is what I have now ```lua local function setup_ruby_adapter(dap) dap.adapters.ruby = function(callback, config) local stdout = vim.loop.new_pipe(false) local waiting = config.waiting or 500 local pid_or_err, handle, args...

Oh, nevermind now that I type that all out, I see that the variable template has to be on the adapter side not the config side. Whoops, sorry.

That's _much_ nicer, thank you. I put my setup using that in the wiki at https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapter-installation#with-ruby-debug

I never said that!

Nah On Fri, Jun 29, 2018 at 00:09 pmoorman wrote: > I'll agree with @dckc and @will > here that we'd probably be better of > (especially in terms of...

I'd potentially like to connect a server to two completely different and unrelated tailscale networks, and have it accept inbound traffic from both. Not a desktop or laptop making outbound...

I was running into transition problems all the time. I thought I could call it inside a AButtonDown callback and in sprite collisions, but it'd crash the playdate complealty or...

My guess is that I was holding down the button for a few cycles and it'd get fired off each time. Or the two srpites kept touching for more than...

@phil-blain thanks for taking the time to post here, this is great news!

I have a similar problem, but it's "already defined constant". Even just a single file with a constant triggers it for me. Up to date on vim-crystal and syntastic http://showterm.io/2c722b79bd5e92090d327...