Nishad Mathur
Nishad Mathur
Done! Created #109 #110 and #111 thank you!
(If there is anything we can do to help, please let me know)
Resolved in #111 (Is the convention to leave an issue open until its fix is merged or released?)
Yeah, it’s not an issue at all, I’m just using a build off main and it’s working great, thank you for looking at it so quickly! On Wed, May 10,...
I think this is a bug with how `_get_raw_response_socket` is implemented, it does: ``` def _get_raw_response_socket(self, response): self._raise_for_status(response) if self.base_url == "http+docker://localnpipe": sock = response.raw._fp.fp.raw.sock elif self.base_url.startswith('http+docker://ssh'): sock = response.raw._fp.fp.channel...
It makes a big difference when you build a lot of strings; for example if you use starlark to build `sh` commands (it can significantly reduce code volume and help...
Im waiting on getting the bats for vc9 tests green before we merge this.