Nicola
Nicola
You need to supply the `-it` parameter to docker, as per README: > docker run --rm -it browsh/browsh
It has been effective for me, but it may change with newer versions. To stay on the safe side, but still avoid failing, I see 2 options: * wrap the...
I progressed on the fork. I converted the code to use OOP (objects), since it looks more logical to me (we have 2 pieces of code, one for Emby, the...
According to [the cheatsheet](https://python-future.org/compatible_idioms.html#configparser) it does
What about instead enabling mypy type checking and avoid a series of checks used probably by a single caller? Nicola Canepa Il giorno 12 mag 2024, 14:41, alle ore 14:41,...