Andrew Stevenson

Results 18 comments of Andrew Stevenson

@ioquatix if you still want to do the coalescing of duplicate links I'd be happy to take a swing at that maybe with something like this in links.rb ```ruby def...

@reneklacan specifically the confusion for us is that having `#activate` return `false` at the console level seems to indicate failure. If that's intentional it'd be great to have some docs...

Any chance this will get merged? I would use this in a heartbeat.

Running into this same issue after using link conditioner (which was already installed). Noticed that invokers firewall rules were unloaded launchctl unload -w /Library/LaunchDaemons/com.codemancers.invoker.firewall.plist /Library/LaunchDaemons/com.codemancers.invoker.firewall.plist: Could not find specified service...

Of note rebooting after turning off conditioner (but leaving it installed) seems to restore everything.

@janko fwiw we've currently got a bunch of environments where we have trouble installing vips (though we use it in prod) and so we have to have conditional code that...

I'll close mine my PR in favor of this one.

@andyw8 https://github.com/Shopify/ruby-lsp/issues/2382 might also be relevant FWIW this can be worked around on a per-project basis by wrapping lsp-ruby in shell script that sets the current working directory to a...