Daniel Colascione

Results 18 comments of Daniel Colascione

Err, reading the code, the problem was that I was running with debugging turned on. I guess the real bug here is that LoggingPipe._capture shouldn't be turned on just because...

Thanks for taking a look! > can you elaborate a bit what the advantages over conventional imap gmail are? This backend works when IMAP access is turned off. Corporate customers...

Thanks. IMAP access is still preferable though: this mode is read only (no mark as seen), had no push support (so we have to poll), and in my testing reports...

I'm looking at using locally-defined structures to describe Python argument parsing defaults. Being able to specify default values would be helpful: these default values would become the default values of...

Is there anything that would be helpful in debugging this problem?

Unix socket support would solve a whole class of configuration and security problems

Python's official OAI module takes 700ms to load. With GraalVM native image, the equivalent Java program with the same logic starts in 10ms.

That said, my FR should probably get punted over to Lombok. :-( Lombok uses runtime reflection for its various fancy automatic builder classes, and the right way to clue GraalVM...

Thanks. I read through the FAQ and the linked Emacs bug. I think we should reopen Emacs bug#64988. I don't see any good reason that we can't address the special...

Yeah, just haven't gotten around to it. Happen to have a *minimal* repro?