Łukasz Langa

Results 194 comments of Łukasz Langa

I'm coming back to this now. Would you consider assignments special here? What if an assignment it augmented with a type annotation? What about keyword arguments?

I'm not so sure about this. It feels very subtle to me when this would be considered helpful versus noisy. An additional rule for handling parentheses in some special case...

In the mean time, if you put the value in parentheses manually, Black will keep them. We need to figure out a way to do it nicely automatically without over-extending.

You're right that this example it looks artificial without any `await` expressions inside the lock. You're also right that there might be future changes to code here and a surprise...

Thanks for your time to write your feedback. Yeah, installing rtmidi might require additional libraries on your system. As for not processing the queue fast enough, that's surprising. Even older...

Wow, 0.1% in 20 hours is pretty awful. As for a predefined file list, I'm thinking about an ignore list instead. If you really want to track known files, you...

@p1r473, wow, you updated the fork to 1.0? That's amazing. If you'd like to submit your support for ignoring files as a pull request, I'll accept it.

Sadly I don't think this is actionable for our little project. Honestly plowing through 3.7TB of data was never my intended use case for this. The problem is likely not...

> Unfortunately it is a feature of Linux based systems. When the system runs out of RAM the kernel will start killing things, hopefully the right things. On headless boxes...