Andrew Backer

Results 16 comments of Andrew Backer

Given the age on this, I have little hope it will be addressed. List comprehensions are one of only 3 **major** issues I have with black. In most cases there...

I ended up with this code, just for reference: ``` _env = environ.Env() _config: ParseResult = _env.url("EMAIL_URL", "dummymail://") EMAIL_BACKEND = _env.EMAIL_SCHEMES[_config.scheme] # just error if misconfigured EMAIL_HOST_USER = _config.username EMAIL_HOST_PASSWORD...

> Then, oauthlib should raise a valid exception when the body is wrong. However, in this usecase, it's not happening because the response is a valid JSON. In the referenced...

Since this is the first performance hit on google, I thought I'd add my thoughts. I haven't looked in depth, but I *was* looking for something faster for a task:...

@rc65 ~~@Aldiuser~~ I do not know how you found this out, but thank you! I feel that `kubectl` might be triggering some bug. If I manually set the servers as...

Yep, ran into this on the _very first_ project I implemented.

Why does the entire page on installing it locally **even exist**? The primary thing we'd want to use locally doesn't work. Its like the documentation is taunting us - "your...

@nsfinkelstein I like the sound of your suggestions - just don't edit the newlines in a comprehension outside of function calls embedded within it. If the temptation to reformat can...

@noam-delfina I see. A little disagreement then, I don't think black should format them at all other than spacing. If you find yourself in a hole, first rule is to...

Is this perhaps somewhat intended, as part of a streaming response?