Maciej Lech

Results 14 comments of Maciej Lech

Hi! Any progress on this one? For packages that use e.g. `setuptools-scm` and `from importlib.metadata import version` to get the version in a runtime, there is this problem: ``` Traceback...

Thank you for your short reply. I'm afraid it won't help me as `importlib.metadata` doesn't use `pkg-resources` and actually intends to replace it. I know it would be a big...

Wget apparently doesn't support `Content-Encoding` and in the recent versions sends `'Accept-encoding: identity'` Curl does similar but has `--compressed` flag to automatically decompress the data. PyCurl has this option customizable,...

> What about the browser? All the browsers that I have installed accept `Content-Encoding`. I would be very surprised if they don't :)

Hi. Yes, python 2 and 3.4 are no longer supported on the master branch and we had been thinking about introducing mypy, but we put it not on the beginning...

So if we consider it as a bug, then we can: * Fix it ;) * Add `--hide` argument for the sync which is mutually-exclusive with `--delete` and in SDK...

@mpnowacki-reef I see merged changes in Backblaze/B2_Command_Line_Tool#726 in order to use this, but I have idea for a small improvement.

> @mlech-reef that's good. What kind of improvement? I need to think about that a little bit more :D Will get back to you.

* change the API of `SyncReport` * the API should not exit from the given `ProgressListener`. It should be used as a context manager by the user as described in...