Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Also somewhat relevant the bugzilla report, in particular the 9th comment: https://bugzilla.mozilla.org/show_bug.cgi?id=1874840#c9. |
Beta Was this translation helpful? Give feedback.
-
|
I filed a PR on mime-db to mark parquet files as incompressible, which wouldn't fix the github pages bug but would un-block users of observable framework. (Also I think it's the correct behavior as ~all parquet files are already compressed) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Users of duckdb-wasm currently cannot use github pages on firefox, because of an invalid response of the github pages server to range requests.
The issue is that github pages is returning a range of the gzipped file, which is not itself a valid gzip stream, causing decoding to fail in Firefox. Chrome and Safari don't send
accept-encoding: gzip, so github pages does not return invalid data to them.You can reproduce easily with curl:
cf duckdb/duckdb-wasm#1932
cf bugzilla 1874840
cf observablehq/framework#1886
cf apple/embedding-atlas#20
cf protomaps/PMTiles#584 (comment)
related (but not duplicate) discussion: https://github.com/orgs/community/discussions/162857
Beta Was this translation helpful? Give feedback.
All reactions