Adrian

Results 299 comments of Adrian

Please add this. it is extremely important nowadays with e.g. Microsoft requiring XOAUTH2.

FYI here's a very ugly implementation that works. Proper upstream support would be nicer of course :) ```python class IMAP4ClientProtocolWithXOAUTH2(IMAP4ClientProtocol): def __init__(self, loop, conn_lost_cb=None): super().__init__(loop, conn_lost_cb) self.literal_auth_data = None def...

I'd also like some more flexibility, such as being able to specify a path that's already mapped as `.well-known/acme-challenge` (i.e. the files would do there directly instead of creating those...

Can you please pester mozilla to consider adding APIs for this or to just add this very useful functionality to the core (or even better: both)?! Being able to scroll...

I tried that but it didn't work well - especially for smaller pages the changes may be significant enough to go above the threshold while keeping is reasonable for actual...

Haven't tested it yet but it indeed sounds like good solution.

Having `black` reformatting in this PR makes it basically impossible for anyone to properly review... widespread formatting changes do not belong in PRs that add features or bugfixes.

I'm the maintainer of https://github.com/indico/indico and here's what I do: > How are you updating requirements.in in your projects? I think automating it is a terrible idea. you want to...

Would love to see support for `multi_line_output=0`, can't ditch isort until that's available :)