skshetry
skshetry
I think it was added assuming that on `SEEK_CUR`, the offsets are small, and might be already cached in our buffer and that I wanted to reset the iterator as...
Hi, sorry for the late response. `follow_redirects` is set to `False` given httpx default. This is done for security reasons of course, and I wanted to keep it. The issue...
The problem still exists though, if `follow_redirects=False`, as URI for a collection requires a trailing slash. At the moment, we just strip trailing-slashes. That could be fixed, but we don't...
@amichuda, what feature are you thinking of?
Hi, I am open to support `headers=` in `client.upload_fileobj()` and `client.upload_file()`.
Closed by #176
There were some changes in MemoryFileSystem in fsspec that are breaking cli tests. I'll try to look at it over the weekend. Thank you for creating this issue.
Fixed by #170.
Does a link without trailing slash redirect to a url with a slash? iirc if it does, it should work (I see we do `follow_redirects=True` on propfind). We strip trailing...
Hi @Ph0tonic. Could you please elaborate why you need to chunk? What issues do you run into? The reason why we don't prefer chunked-encoding is that not a lot of...