Robert Horvath
Robert Horvath
Same issue is happening here. Grafana version: 5.2.1 Plugin version: 1.0.8 Steps to produce the error: 1. Create variable for a parameter (TARGET) 2. Use this in "General" tab under...
Update: It seams that you don't use the template variable when you calculate the result. When I use mock the response the below doesn't work `[ { "datapoints": [ [2,...
Hi, I have the same problem. It seems that the terraform provider doesn't pick the credential file. ``` apiVersion: tf.upbound.io/v1beta1 kind: ProviderConfig metadata: name: tf-provider-config spec: credentials: - filename: credentials...
Ok I solved the issue by changing the source to: git::< url here >?ref=master In the second example in the doc there is this prefix. :D In the first one...
On the page https://github.com/upbound/provider-terraform in the example after 'modul:' the URI doesn't have the 'git::' prefix. But without that my setting didn't work. In the git examples folder the workspace-remote.yaml...
I'm on ubuntu 18.04 and have the same error. My vala version is 0.40. This solves the problem: In src/synapse-core/result-set.vala (line 60) change public Gee.Iterator iterator () to public Gee.Iterator...
Somehow if I download and use the release it segfaults. If I run the cargo build/install it is working. I don't know Rust but could it be the linked musl...
The similar way how you could do in Ansible One way is: ``` - name: send request as list request: ... body: '{{ item }}' ... with_items: - '{"a":"b","c":{ "d":"e","f":"g"}}...