ZipFile

Results 9 comments of ZipFile

Pixiv now follows [RFC7636](https://tools.ietf.org/html/rfc7636). We won't be able to use (old) password login again, but there is a way to automate token retrieval without traffic sniffing. I've implemented a [simple...

I don't have much time to implement fully automated solution, so I shared bare minimum implementation so that everyone could recover ASAP. Algorithm itself is not something unique, as it...

Yep, docker with restricted write permissions was my exact use case. Anyway, rebased with the latest `master` since there is an interest in this PR.

You do not really need to monkeypatch anything: ```diff -container.config.from_pydantic(settings) +container.config.from_dict(settings.model_dump()) ``` `from_pydantic` did essentially the same: https://github.com/ets-labs/python-dependency-injector/blob/cc2304e46e054ae08dc12995428759fbfb51af10/src/dependency_injector/providers.pyx#L1818

Not really familiar with subject, but would safe/symmetrical power be correct? Avoiding stepping into complex numbers zone feels like there is some data loss possible, less drastic than clamping, though.

Rebased with master. I'm still not sure about safe/symmetrical power approach, though. Should I implement it for this PR?

Quite a mess with merge requests you have, I think. Code-wise looks ok for me. I'm not really sure about use case behind flagging requests, though. What kind of middleware...

@sibiryakov, thanks for reply. > Is this a real use-case or you're just thinking? If yes, please share it if you can. My crawling solution is not yet reached it's...

Let's mark this issue as feature request with low priority. The reasons why I need this feature is that I need to do on demand crawling, there is pretty much...