skshetry

Results 320 comments of skshetry

> @skshetry In addition to my previous suggestion, or as an alternative one, how about adding support for [chunked transfer encoding](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding#chunked_encoding)? We already do chunking uploads. See https://github.com/fsspec/filesystem_spec/blob/5d6c87e562396f352645df7cd555a2b4b6eec84a/fsspec/implementations/http.py#L274-L278. I was...

> Just to let you know that I have been having these problems lately, which are really slowing down our team since we cannot rely on dvc. We are not...

@cerquide, would it be possible to try with `sock_read=None` and see if it fixes the issue?

@cerquide, can you try installing `dvc-objects==0.1.7` with `dvc==2.16.0`, and see if `sock_read=None` fixes the issue: ```console pip install dvc-objects==0.1.7 ``` This will complain that it is incompatible, but you can...

I would feel comfortable pointing users to a file that is within the repository or bundled in source dist or git-archives. It should be a simple client, do we really...

> @skshetry We'll be using it in multiple projects, so it is easy to point everyone to that one place and handle all feedback/bugs/testing/etc there and not duplicate the code....

> But the chances of forgetting to modify analytics url or user_id location or something else in one of 3-4-5+ packages is much more error prone. Unittests should easily catch...

> @skshetry Copying unit tests from project to project or creating them from scratch everywhere is suboptimal though, as people will miss things. The whole idea is to consolidate effort...

Also I think that having the source in-tree establishes more trust with the users and increases confidence, which is more important for analytics.

Not in cache is tricky, as there are too many scenarios to think of.