Jason Toffaletti
Jason Toffaletti
Has anyone floated a proposal to integrate `Checker` into the stdlib `testing` package? It really feels like it belongs there.
Sure, here’s the scenario: We need to build the protobuf repo as part of CI for a protoc plugin. To run the conformance test. We want to follow master on...
This might be helpful: https://github.com/fish-shell/fish-shell/commit/f5be301a2f3eb568fcb712c110aa116452573c73 Here's the fish shell code that does the printing: https://github.com/fish-shell/fish-shell/blob/80fe0a7fcb42ab81903038c0d25c1f2e40aa1ed8/share/functions/fish_job_summary.fish That fish code is executed from here: https://github.com/fish-shell/fish-shell/blob/b73091b27bff809d9a0c8e61081b8c814999b84c/src/proc.cpp#L565 https://github.com/fish-shell/fish-shell/blob/11cfa85a2a8b2f727fc97c96f7a20cc3a7204e3c/src/proc.h#L121 Summary from quick skim of the...
I took a shot at it as well and noticed the same thing and more: 1. The issue you mention in #5908 which is essentially that the error reporting only...
One issue I'm running into is that there are multiple places in the code where the method to execute externals is called and then exit_code is taken off the ListStream...
I too ran into a lot of confusion with the current API and what the expectation is here. I think https://github.com/apple/swift-metrics/issues/139 is another example of this. In addition to all...
Before making this "smart", could it just be manual like: `tailscale wake --from `
Before I go breaking things. Does anyone know if it is possible to test this on macOS by building my own binary and then swapping out my binary with the...
I've got Mac Mini on ethernet that seems to wake reliably via ssh, it is just the other Macs on WiFi that don't seem to wake up without WoL. My...
for anyone else suffering through this, I found you can work around it by downloading the files via another tool that can handle timeouts, retries, etc. and then move the...