Alex Barcelo
Alex Barcelo
First of all, this ansible role rocks! But I needed loki in addition to promtail, and there is a lot of common stuff. I started a fork, but maybe you...
### Helm chart name bookstack ### Helm chart version 5.0.0 ### Container name docker.io/bitnami/mariadb ### Container tag 10.6.8-debian-11-r9 ### Description I used mostly default values, with the honorable mention of...
# What does this implement/fix? Add a mechanism to translate non-linearity of certain curtains (e.g. roller shutter blinds) into the time-based cover component. ## Types of changes - [ ]...
I was happily using this library and everything went smoothly. I had something along the following: ```python def _connect_to_kca(): return KeycloakAdmin( server_url=current_app.config["KC_SERVER_URL"], realm_name=current_app.config["KC_REALM_NAME"], client_id=current_app.config["KC_CLIENT_ID"], client_secret_key=current_app.config["KC_CLIENT_SECRET_KEY"] ) ``` However, since updating...
## Context Having a single-button interface to fan speeds is something desirable in a lot of scenarios (e.g. the switch-cord mechanism that old and not-so-old ceiling fans have, something also...
I was looking into some app capable of switching CyanogenMod profiles (something like Tasker profiles, but built-in with the CyanogenMod ROM and tight integration with the system) with Beacon. I...
I created fastapi-keycloak organization where I forked this project. My main idea is to archive the current one and perform a seamless takeover from the new place. This updates the...
When `obj` is a tuple, this raise yields a TypeError given that the formatting is not resolved. The proper way of doing this is by ensuring that a tuple is...
This is a minor issue that should have no relevant impact in performance (and, for certain, not a negative one). But, IMHO, it is a boost in readability and friendlier...
## Level MINOR ## Component Container creation ## Description Funnyness on version specification of pip on various Dockerfile (at least base/Dockerfile and tutorial/Dockerfile, maybe others). The character `>` is used...