Robin Munn

Results 288 comments of Robin Munn

I've been able to reproduce this on both Linux and Windows 11 using version 7.4.2, and also using the 7.5.0-preview.3 release on Windows 11. (I have not been able to...

Did some more testing, and I can confirm that Google Drive is not returning a Content-Range header when the file is completely downloaded. (It does return Content-Range if the file...

Since wget handled that Google Drive file retrieval correctly, I looked at the wget source, and this is the logic that wget uses for detecting "download already finished" cases: ```c...

I'm also seeing this, but I wonder if that's because I'm also in Asia? Is anyone from North or South America or Europe also getting "This blob took too long...

And now, with the changelog file not yet having been split, I'm no longer seeing the GitHub unicorn page. So maybe the problem is temporarily solved? Splitting the changelog into...

Once #1774 is merged, I'll rebase on top of the new state of `main` so that the tests can pass.

Just rebased on top of `main`; let's see what the unit tests do now.

@robherley - Looks like a team member needs to re-approve running the workflows again.

> Looks like this can be removed: > > ```ts > import {createReadStream} from 'fs' > ``` Done in commit 7c61054.

@robherley - Your approving review is now considered stale because I rebased and pushed one new commit. Want to give this another look? I should be done making changes.