nicolasdonato

Results 9 comments of nicolasdonato

Hello, I'd like to see the capability to define grafana dashboard/datasource in others chart. I saw the [grafana operator](https://grafana.github.io/grafana-operator/) which can help to define a dashboard by using CRD (https://grafana.github.io/grafana-operator/docs/examples/dashboard_from_grafana_com/readme/)....

Hello the team, It is a good idea and we are glad to see this feature in next version. Best regards

Hello, I check this issue and I try to know if an "alert" exists on the page. If I read the previous answer, I should write the Side file like...

Another question : I used the `form.watch` ans `schema.safeParse` functions. When I checked the data which is defined into args watch method, I didn't have a setting value as enum,...

The same code does not work into my workspace. I do not know why. Maybe it is linked to the usage of the latest version of shadcn ?

Ok I have the same issue but I can have a workaround like this ```js const schema = z.object({ "level": z.enum(["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]).default("6")...

Hello, Do you have new information about the implementation of ovhcloud costs for nodes, please? Thank you in advance

Hello, I try to show the carbon cost and I found the way for that. I should set the env var "KUBERNETES_PORT" and "CARBON_ESTIMATE_ENABLE". But I can not have the...