Heinz N. Gies
Heinz N. Gies
That's the way I'd go ja 👍
Upon further investigation there is another issue for this namely it is here: https://github.com/tsloughter/rebar3_cuttlefish/blob/master/src/rebar3_cuttlefish_release.erl#L50-L55 this tries to generate the config file based on the overlays found, not the one generated...
Won't help, the problem is that the cuttlefish schema files contain placeholders, which can't be parsed as they are not valid cuttlefish syntax so the line before L62 crashes.
I was looking for this too, and I think it would be helpful. The main reason is that it would prevent keeping the alarm state in two places. To explain...
Heya :) thanks for getting back to me so quick! Adding a const map in the metrics would be a way, it'd require doing things in more places but it...
👍 I'll try to get to it on monday :)
Well, not Monday but at least I started looking at things yesterday! It seems that the static labels already are supported as of today, I totally missed that - I'll...
Nope doesn't work just retried it today 0.2.22 is broken: ``` ===> Package katana-0.2.22 not found. Fetching registry updates and trying again... ===> Updating package registry... ===> Writing registry to...
Heya first of all thank you for looking into this! And yes, following the same model for unsupported types is totally fair :)
Heya, sorry for the late reply. Const generics are not implemented in the derive but the EString is fairly simple you can implement Serialize like this: ```rust impl Serialize for...