Simon Podlipsky
Simon Podlipsky
You can try to implement it We're using Grafana's Codeeditor https://grafana.com/docs/grafana/latest/packages_api/ui/codeeditor/ Looking at the api there's something like `getSuggestions` function which might be a gateway to what you want.
I don't use Grafana UI actually (I sync definitions over api) so it's not a priority I have for future rn.
Did you check responses of requests the panels did to your backend?
Yes, it's not related to the datasource.
Hello, thank you for the contribution. That's a lot of code so will take some time to review in few rounds.
Yes, I'd expect you implement requested changes first (standard github review process 🤔). I'm willing to do final touches and nitpicking on this PR.
Sorry for late response, I have some work to do now. I'll take over from now, thanks for contribution!
Well, obviously the line above can read whatever from the file. So the reproduction is kind of straightforward. File can e. g. contain valid json like `null`. On Thu, Oct...
I understand we don't know how does it happen that cache file is empty. And it would be great to know it so we can solve the root issue. But...
BTW I think my IDE is purging the phpcs cache file It threw these exceptions and the cache file got empty. I opened issue with Jetbrains as well. ``` java.util.concurrent.ExecutionException:...