Chris Angelico

Results 60 comments of Chris Angelico

Having the same issue, and am using zbar from the Debian Buster repository which is 0.22. In my case, I think there's actually no barcode in the image, but it's...

Yeah, that's the part that surprises me. I'm familiar with the normal behaviour with and without REUSEADDR, and it's generally fine with the default of None. That's what I expected...

Interesting. That definitely could be a part of the problem. The code previously waited on a different signal (waiting on an FD), but I changed that a little while back...

Cool. This technically isn't my project, so I'll leave an issue on the tracker. Hopefully removing serve_forever will help.

I've heard the crackling music in vanilla Wine too. That may not be a Proton issue.

@bendat78, can you recall what your previous limit was before making this change? On my Debian Stretch, the default limit is already 1048576.

Ah, cool. Thanks. It still can't be directly imported into the local namespace due to compatibility difficulties across the multiple use-cases, but I can at least remove it from my...

No, it would mean a small change to the code, I think, but I'm not 100% sure how to do it in a way that wouldn't break other usage. The...

That might require the Twitch API - you may need to write a full bot for that.

Your project is clearly licensed MIT, which isn't compatible with including code from CPython. May want to check that out.