ryanrasti
ryanrasti
What's the status here? I think `URL` has support for the `unix_sock` parameter which makes this change simpler. I have a PR of my own: #503
I have a similar (same?) issue with gzip encoding. Steps to repro: 1. Serve a large file 2. `Content-Length` header is determined before actually sending out the data [in _cprequest](https://github.com/cherrypy/cherrypy/blob/master/cherrypy/_cprequest.py#L898)...
A very common case for me is that I want to rely on some binary being in PATH so that when I depend on a nix target in bazel I...
+1 just ran into this issue ourselves using package-lock.json generated by npm 9.3
Indeed, good catch @ngbrown , the version that worked for me was 9.6.6 (not 9.6.7). Indeed, this looks like a duplicate of https://github.com/npm/cli/issues/6547 but that bug is incorrectly tagged with...
> Related: [#982](https://github.com/microsoft/typescript-go/issues/982) Nice that seems to work for this example, but it has some side-effects -- e.g., now I run into an issue where I can't include `graphql` because...
> Can you please file a new issue for your separate issue? I didn't test if that is truly a separate issue (i.e., a mismatch between tsc and tsgo) --...