svet-b

Results 20 comments of svet-b

@mdziczkowski doing the sort of on-the-fly updating of a squashfs image that you describe would be quite resource-intensive and not useable in practice. If you need to update some files...

Would also love some more detail on the intended functionality of the v5 event loop. A bit of context on my simple use case: I want to publish a few...

@ggenot I suspect this is to do with your auth setup. See these discussions for a potential fix: https://github.com/grafana/grafana/issues/9692 https://github.com/grafana/grafana/issues/9509 FWIW, we're running Grafana v5.2.1 and v1.0.8 of the plugin...

This plugin should work fine regardless of Grafana datasource used. We use it with Postgres for example. What's the specific issue you are encountering?

@Orjanp you're right, there's some odd behavior here. A little while ago we actually transitioned our data stores from Postgres to Influx; but I just did a quick test with...

Have a very similar use case, and experiencing very similar behavior. The actual API call doesn't appear to get executed unless the user (for example) goes into Edit mode for...

After upgrading to Grafana v6, the issue does not appear to be there any longer. Probably beside the point, but when running on Grafana v5 we were also experiencing other...

@retzkek just curious whether you got any feedback from the Grafana dev team on what might be causing this? Given that `yarn dev` works just fine, and the rest should...

FWIW, this PR has some more details on what Grafana expects to receive - looks like there were some changes around v7.2: https://github.com/grafana/grafana/pull/27186. In this context, `config.displayNameFromDS` may be the...

Hm...unfortunately `field.config.displayNameFromDS` still appears to lead to the same issue. (tried it in this fork branch https://github.com/ammpio/graphql-datasource/tree/ammp_v1.3.0a). I guess it would be good get some input on best practices from...