Carlo Mion
Carlo Mion
I can understand your frustration, being an open source project maintainer and having a changing sets of hands with the coming and going of each volunteer can be problematic. For...
> As far as unit testing goes - no we don't have any. It's another thing on my long list to become an expert at ... I did at one...
Glad that everything seems to be improving nicely! I saw the Docker file has these install step https://github.com/AppDaemon/appdaemon/blob/7f834a1005489453756073ad7b0eda7adf57987f/Dockerfile#L26 Are all those packages needed? Excpecially cargo seems to cause issues when...
Locally I tested by removing all these `apk add` and I was able to build successfully a Docker image. Including the apk dependencies produces a Docker image of a whooping...
It's the `apt-get` equivalent in the Alpine linux distribution
My reasoning behind that change is that this way every time there is a change it triggers a Python build and a Docker image build, without actually publishing anything to...
> OK, docs now b building cleanly as well Wow, you have lots more patience than me! :wink: > OK, I removed support for python 3.7 and upgraded flake8 to...
I suggest we keep an eye out when releasing the next version of AppDaemon with this Docker image, since previously the build dependencies (`gcc, rust, cargo & company`) used for...
I saw that too when locally committing, I think it is because pip-compile tries to resolve all dependencies from scratch to be sure of their versions, but this may slow...
Sorry my bad, I made a typo. I meant I was trying to use both `yaml` and `toml` config files as sources, a feature that this library readily provides. My...