Bertrand Martin
Bertrand Martin
Any chance this can be implemented? I'm expecting the below code to behave this way: ```java @ArgGroup(exclusive = false) Credentials credentials; public static class Credentials { @Option( names = "--username",...
Ha! it's a trap! 😅 I'll see what I can do, but I first need to finish another project I'm on.
Hi, I have the same issue, where the added row is **NOT** editable the first time it is added, but **IS** editable the next times. Quite weird. It may be...
Thank you for your reply @ckosloski ! I'm already using `shown="access == newDenyAccess"` (newDenyAccess is the object being inserted in the array). So: * in **index.html**, I'm calling my directive...
oh yeah, the editable row works beautifully!... as long as it's not embedded in another directive. I don't understand what is going on. Quite frustrating. Here's my suggestion: allow us...
Oh my goodness, no I hadn't seen this, I'm sorry! This should definitely do the trick! Thank you so much! :-)
+1 We're developing a hardware monitoring solution in OpenTelemetry and many of the components report a status that is an enumeration (e.g. simply "OK", "Degraded", or "Failed"). Using the "value-as-attribute"...
I agree that the `{ 0 = OK; 1 = Degraded; 2 = Failed }` unit suggestion is more of a workaround than a proper *enum* implementation, as it defers...
Sorry for the late reply, I did not receive the notification... Thank you for the questions and comments! > The example you have given above feels a bit more like...
As a matter of fact (if I'm not mistaken 😅), [Grafana doesn't have any visualization](https://grafana.com/docs/grafana/latest/visualizations/) that can display *StateSet* metrics, where the different states are represented with an *Attribute* (label)....