Sandipsinh Dilipsinh Rathod

Results 79 comments of Sandipsinh Dilipsinh Rathod

Can you resolve the conflicts

Our current implementation uses `reqwest_middleware::ClientWithMiddleware` with `http_cache_reqwest` to cache egress. But for wasm, `reqwest::wasm::Response` (and same with Request) can be converted to some type that can be cached but there...

@wader You are correct. As mentioned [here](https://github.com/01mf02/jaq/issues/173#issuecomment-2075359203) implementation of `ValT` can perform all that operations. My PR just adds (de)serializer to Val, it can only be used for type conversions....

To save bandwidth, google (YT) only loads some part of the video based on your internet connectivity (I suppose). I forked the repo and tried downloading it in parts, and...

The above SS shows download time for 1. "failed attempt" to download in parts, 2. default implementation 3. my wrapper to download in parts (10 parts in this case) @nednoodlehead...

> the operation name should be part of the route and not the query params. yes I will fix that But apart from that I think keeping we should give...

@tusharmath can you assign someone to drop a review

Can you assign this to me

I won't be attempting this issue again.. for anyone who picks this up, you can refer to my previous PRs on how I handled requests (because hyper::Body is a trait...