William Furr

Results 12 comments of William Furr

I could take another look at nassh_google_relay.js and bring over the detection logic. This might be sufficient to take mosh-chrome through to the Chrome app removal. Then I'll need to...

I don't know if you can win, I get confused when lines I *didn't* change are formatted, particularly in languages without a canonical formatter like gofmt. I tried using codefmt...

I tried it and the EFT link showed the 650mm artillery as expected.

This would be great. I'm working with an API that's typed in closure compiler's ES4 type system as `() => boolean|undefined` and the TypeScript functions passed in are required to...

I have a *lot* of code that has functions with return types of `undefined` or `T|undefined`. I'd be happy to try to take this on myself, if a project member...

Any chance of this ever landing? It's amazing to me that there's no "stream.collect" equivalent.

Rather than removing the references, can we have the proto matchers as open source? I would love to use those in my project instead of hacking something together over `MessageDifferencer`.

This would be great for enabling LLM-suggested completions with vim-lsp.

This seems to still be happening, e.g. with `sudo apt-get install -y libtinfo5`. See also https://github.com/actions/runner-images/issues/9959. Removing the `needrestart` service seems to work around the issue.

Is this good to merge? The test failures look like timeouts; one error is "fatal error: error writing to /tmp/cckAF38s.s: No space left on device" which doesn't seem relevant. Thanks!