Kenny Root
Kenny Root
`apiclient` package was created in 2014 as a stop-gap to help people transition from "`apiclient`" to `googleapiclient`. This transition should have been completed in the past 10 years. However now...
**Kairos version:** ``` PRETTY_NAME="Ubuntu 24.04 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=noble LOGO=ubuntu-logo KAIROS_VERSION="v3.1.3-v1.31.0-k3s1" KAIROS_PRETTY_NAME="kairos-standard-ubuntu-24.04 v3.1.3-v1.31.0-k3s1" KAIROS_FLAVOR="ubuntu" KAIROS_RELEASE="v3.1.3" KAIROS_REGISTRY_AND_ORG="quay.io/kairos" KAIROS_BUG_REPORT_URL="https://github.com/kairos-io/kairos/issues" KAIROS_GITHUB_REPO="kairos-io/kairos" KAIROS_NAME="kairos-standard-ubuntu-24.04"...
When migrating from Flask to Quart, one of the issues I ran into was that Werkzeug's client [supports more in the `data` field](https://github.com/pallets/werkzeug/blob/f5b71d82b87212bb5468656422f5a7423980432d/src/werkzeug/test.py#L375). This input supports having a `dict` passed...
The paho-mqtt backwards compatibility problem was fixed with version 2.1.0, so we only need to avoid the 2.0.x series of releases. Upstream apprise is currently being tested with paho-mqtt 2.1.0...
This adds the changes necessary to run changedetection.io with Python 3.13.
This will help running tests because the app isn't initialized automatically by touching the "`changedetectionio`" package. Moving things out of the `__init__.py` removes the side-effect of "`import changedetection`" which means...
Try to unify the git and docker ignore files a little bit. This also ignores more byte-compiled files and some caches of tools that can help with finding errors (mypy,...
Since `exports` was added to `package.json`, you can't define your own theme outside of the reveal.js package. For instance, using the mixins as they're specified in the themes files: ```javascript...
### Description In order to have repeatable builds, the git repository commits used to build the artifacts should be uploaded along with the release as well. There are two cases:...