vcalv
vcalv
The `--picture` options allows either a specification as `[TYPE]|[MEDIA-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILENAME` Or just a filename.WEBP I can understand that when specifying just the filename, only jpeg, png and gif are supported, since...
for example: `print(plumbum.local['echo'](b'test'))` should result in `test` but instead it results in: `b'test'` byte objects are not even supported in command names: `plumbum.local[b'echo']` results in a type error `TypeError: a...
Service type needs to be `simple` and not `oneshot` since `nvx daemon` never forks. As it stands the service never starts.
fixes #41
Instead of logging to a hard-coded path `/var/log/nvx.log` use the system's logging facilities via journald [python-systemd](https://github.com/systemd/python-systemd/) already has a handler. ``` import logging from systemd import journal logger = logging.getLogger('custom_logger_name')...
Instead of implementing a unix socket server it would be much easier and less error prone to just use the [systemd socket services](https://www.freedesktop.org/software/systemd/man/latest/systemd.socket.html) Another more sensible alternative would be to...
If you use the voice `en_US-ryan` to synthesize the sentence `My general knowledge of Smith and his ideas has also benefited from numerous conversations about Smith with Don Boudreaux of...
[piper TTS](https://github.com/rhasspy/piper) is an excellent TTS system that you can run on your own machine capable of creating very natural speech in real-time using only CPU and no GPU acceleration...
If would be nice to be able to export profile information in `tsv` Another nice to have would be having the export commands output to `STDOUT` instead of writing files...