William Linna

Results 91 comments of William Linna

Here is what the triangles look like when rendered ![TriangleCrash1](https://github.com/user-attachments/assets/8217b6b5-e53a-44a7-b50b-06c9af24e905) ![TriangleCrash2](https://github.com/user-attachments/assets/9fb8da7d-be0a-4c9a-a4a3-67808b47b737)

I have used the PWA, but it would be much better to have a proper app. Chrome does not allow changing the download folder, and even if I enable "Ask...

> That's a weird restriction - does it apply to any file you are downloading? Could be some corporate policy? It applies to all downloads. I think it's a limitation...

EDIT: It turns out that to disable automatic decompressing, I just had to configure my `Gcs` with my own `HttpClient` that disables automatic decompression and adds an `ACCEPT_ENCODING` header. Now...

> Does this mean OpenDAL will fail to read data with the current default settings if users attempt to read a file with content-encoding: gzip? To answer your question, I...

On the other hand, leaving compression to the user might not work well for WASM targets, since browsers always decompress. So maybe the only way to make them consistently is...

> ~Hi, [@wlinna](https://github.com/wlinna), do you think it's a good idea to add `Accept-Encoding: gzip` or `Cache-Control: no-transform` for all our `read` request?~ > > Ok, you have tried this. We...

Hello, I'm not sure what is that I would be testing by doing that. GCS has documented, that the only way to prevent decompressive transcoding is to either set: `Accept-Encoding:...

@sebcrozet I think this issue can be closed now. Two PRs have been merged to address this already :)

I could share the whole model, but privately