Xuanwo
Xuanwo
Thank you @weiji14 for the help! It seems we can work on cudarc first? What do you think @morristai ?
Hello, @meteorgan, are you interested in helping with the implementation? I believe we should transfer most of the check code to the new layer instead.
> Yes, I'd love to. I'm still working on other projects, but I can start this one later this week. Greatly appreciated. Thank you in advance.
Hi @dentiny, I have updated the PR title to better reflect the changes. I have to say that I completely agree with your "upstream first" philosophy, and I appreciate any...
The browser handles the encoding process. Therefore, I assume our task is to set the appropriate `accept-encoding` header for `fetch`. For example: ```js fetch('https://github.com/seanmonstar/reqwest/issues/2073', { headers: { 'Accept-Encoding': 'identity' }...
> Therefore, I assume our task is to set the appropriate `accept-encoding` header for `fetch`. Oh, `accept-encoding` doesn't take effect: the browser still sending `gzip, deflate, br`
> So then it seems there's nothing we can do, right? We should enable `gzip` and `brotli` by default on the `wasm32-unknown-unknown` target to ensure proper handling of `content-encoding`. However,...
> My understanding is that the use of compression in the browser should be transparent to the application: the response should be decompressed by the browser automatically and returned to...
Hi, unftp-sbe-opendal v0.0.1 has been released: https://crates.io/crates/unftp-sbe-opendal Please check it out.
Thank you and welcome.