Christian Mäder
Christian Mäder
# Version Information not added when published on Mac/Linux We publish our binary as single file. When we build such an EXE on Linux or Mac, it does not contain...
``` Caused by: java.lang.NullPointerException at io.milton.http.annotated.SpecificityUtils.sourceSpecifityIndex(SpecificityUtils.java:29) ~[milton-server-ce-2.7.2.4.jar:?] at io.milton.http.annotated.AbstractAnnotationHandler.getBestMethod(AbstractAnnotationHandler.java:100) ~[milton-server-ce-2.7.2.4.jar:?] at io.milton.http.annotated.AbstractAnnotationHandler.isCompatible(AbstractAnnotationHandler.java:183) ~[milton-server-ce-2.7.2.4.jar:?] at io.milton.http.annotated.AnnotationResourceFactory.instantiate(AnnotationResourceFactory.java:648) ~[milton-server-ce-2.7.2.4.jar:?] at io.milton.http.annotated.AnnotationResourceFactory.createAndAppend(AnnotationResourceFactory.java:792) ~[milton-server-ce-2.7.2.4.jar:?] at io.milton.http.annotated.ChildrenOfAnnotationHandler.execute(ChildrenOfAnnotationHandler.java:68) ~[milton-server-ce-2.7.2.4.jar:?] at io.milton.http.annotated.AnnoCollectionResource.initChildren(AnnoCollectionResource.java:176) ~[milton-server-ce-2.7.2.4.jar:?] ... 42 more ``` An...
## Summary **As** a cluster admin using k8up \ **I want** a smooth upgrade experience for k8up\ **So that** I upgrade to new versions of k8up. ## Context In #511...
Related Issue: #819 ## New Behavior Values, which are now [_dynamic configuration paramters_ according to the docs](https://docs.netbox.dev/en/stable/configuration/#dynamic-configuration-parameters) have their default set to None. To make this less cumbersome for boolean,...
Related Issue: n/a ## New Behavior This PR removes the non-free Redis and uses Valkey instead, which is the FOSS fork of Redis backed by the Linux Foundation. Additionally, it...
I believe we can agree it is widely accepted that RFC 7159 [1](https://tools.ietf.org/html/rfc7159) defines what JSON is, so it should at least be mentioned in this spec. My suggestion is...
I do become an error when I right-click on some file/folder in Sublime Text telling `'ascii' codec can't encode character u'\xe4' in position 74: ordinal not in range(128)`. The context...
I would like to inform you that we will change how Netbox Docker server HTTP traffic in the next version. Instead of nginx serving static content and forwarding all dynamic...
When the last container exits, then the overview is just empty, instead of telling that no containers are running right now.
It'd be great if you could add support for the `energy_since_boot` parameter from https://api.mystrom.ch/#fbb2c698-e37a-4584-9324-3f8b2f615fe2: ### Request ``` curl --location -g 'http://[switch_ip]/report' ``` ### Response ```json { "power": 240.67, "Ws": 226.89,...