You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files were changed from `.bin-gz` to `.gz` and then left
to the browser to decompress. But that only happened to work
because the local dev server served `.gz` files with
`content-encoding: gzip` headers. Github didn't do this.
Revert to using `.bin-gz` and manually decompressing with
`DecompressionStream`
0 commit comments