AGSPhoenix

Results 29 comments of AGSPhoenix

Further, less tired reading has revealed that my initial assumptions were incorrect. The buffer cleared by code is the internal buffer where it builds a complete statement, not the buffer...

All right, an hour of wading through CPython internals has destroyed any interest I have in finding the actual bug. An eventlet-specific copy of `InteractiveConsole` built for socket operations is...

Sketched out a PoC: https://github.com/AGSPhoenix/eventlet/commit/852df0aa1af979733c8f5a708c27928917123215 It works (usually?), but is not ready for merge. I have several questions about eventlet's internal API I didn't have time to look into. Might...

I also need the MySQL headers to get the mysqlclient Python package to install. @Auxilus what is needed to get it added to the Termux repos?

@hhsieh, have you resolved this? It has been two weeks.

Okay, looks like multiple URLs that are returned by their respective IEs a playlists get appended separately, as they should be. (In this case, anyway. Should be fun when some...

Oh yeah, and the process for concatenating involves writing a temporary file that ffmpeg reads. Ugly, but the one page of documentation I read didn't mention any way to use...

Some more issues to investigate later: 1. FLV to MP4 doesn't work. Ffmpeg barfs, saying `Could not find tag for codec flv1 in stream #0, codec not currently supported in...

Okay, the output extension is now that of the first input file, and will warn if all the extensions aren't the same (no warning is given for different formats, however,...

In a word, no. It was never merged because it was never completed. I managed to get it working for what I needed, but it wasn't good enough to release...