Sigvald Marholm
Sigvald Marholm
I support this! I don't really like any of the color themes in ConEmu today.
Second this. Also version 0.18.
I do have a desktop environment running, but it's Wayland (I believe it's default for Gnome 3?). Not X11.
I tried opening Gnome using Xorg (it comes with both Xorg and Wayland) and it turned out ttygif works then! I won't need this program very often, so for now...
As I often find is the case with software in the Python-ecosystem, documentation is fragmented, irrelevant and/or outdated, but I'll give a few pointers, and hopefully you can glue it...
It is probably also possible to do this using Semaphore CI, but I have no experience with that. Choose whichever you like best.
I second this. I use Doxygen for C and C++ projects, but my experience is that for Python projects, Sphinx along with ReStructured Text (reST) and [Read The Docs](https://readthedocs.org) is...
In the real scenario, I pause the first frame until I have indicated a point of interest with the mouse, which is why I use interactive mode. That is the...
How odd! You are right, though, I do not resize the window or specify the width. I just run the above code as it is and get the attached file...
Good catch, @QuLogic! I just tried replacing `FFMpegWriter` with `FFMpegFileWriter` (which I didn't know existed), and that worked wonders. FYI, here's the ffmpeg version: ``` $ ffmpeg -version ffmpeg version...