txtsd

Results 225 comments of txtsd

Not sure how Qt applies themes on Windows, but on linux it uses the current GTK+ theme. It would take a LOT more effort to create a dark theme, than...

@xzi Go for it. The Windows screenshot has been updated, but the macOS and Linux ones still need updating.

@RetroZelda Would you be able to do `poetry shell` to enter the venv, and then show the output of `pip freeze`? Also tell us what OS you're running it on,...

Does it run if you pass `--basic` EDIT: Derp. Sorry. You already said that. It's the curses library that's not able to handle output then.

Seems to be fine. I haven't noticed anything broken.

Is there a possibility of compiling this with CMake instead of autotools?

thetvdb is not known for maintaining a stable or documented API.

Examples further down don't work either. Who wrote these? ಠ_ಠ

In the asynchronous example, the `is_admin` function refers to a `source` variable that is not defined in the function. And the `self.message(target, '{source}: You are an administrator.', source=source)` line is...

> I have noticed similar issues in other modules of pydle where names are referenced before assignment and similar errors and have been fixing them as I have become aware....