Jakob Hofer
Jakob Hofer
Currently, ESSMQTT only supports a single ESS instance as it publishes to the root of the MQTT server (specifically, under `/home` and `/common`). Since we have 2 ESS inverters, I...
**Describe the bug** Using `Koin#getAll()` to get `@Single` annotated functions sharing a return type only returns a single instance. The others get lost during registration and don't even show up...
Script to clean kubeconfig files See https://github.com/SIMULATAN/dotfiles/blob/f36f7c533f7500b372bc907ef0bce8219e4c0efe/bin/seal.sh#L28
The `date` filter has [a few formats attached](https://github.com/bkiers/Liqp/blob/master/src/main/java/liqp/filters/date/Parser.java#L44-L157). However, a `.SSSX` format is missing (only ones with a space between the time and time zone), thus ignoring timezones when using...
## The Problem Previously, I used the `application.instanceLabelKey: argocd.argoproj.io/instance` configuration to have `argocd.argoproj.io/instance=my-ops-repo` labels on my ArgoCD Applications. By doing this, I was able to restrict the default subscriptions to...
#### Description This PR should eventually fix a quotation issue encountered when using invalid characters in table names. Tracked by https://youtrack.jetbrains.com/issue/EXPOSED-690, details are there #### Status Currently, just a (obviously...
Should result in Headlamp, potentially even Open Lens & Spotify properly supporting fractional scaling
Throughout the documentation, Workloads / Pods are referred to as "Services". While this may make sense conceptually (a typical Backend application could be called a "service" - e.g. "microservice"), it...
*Note: finding a commit message for this change is quite difficult, the current one is likely to cause confusion. I'd appreciate better suggestions* Originally introduced as Beta in 2.2.0, Context...
#### Description **Summary of the change**: Clear the Transaction from the `TransactionManager`'s `ThreadLocal` after completion in order to prevent retrieving closed Transactions through `TransactionManager#currentOrNull` **Detailed description**: Since JDBC Transactions are...