Results 61 comments of Dmitry Katsubo

Same issue after upgrading Grafana from 7.x to 8.x – the plugin stopped working. It shows the map / globe, but does not show the track. Query returns the valid...

@cowwoc Thanks for submitting the code to Maven. Would you (or anyone else) in this thread interested in the following modification: change the input type from `java.lang.String` to `java.lang.CharSequence`. It...

You're right, I meant `CharSequence` – just corrected my post above. And your post lead me to another idea that maybe writing such a layer between byte and character translation...

Would be great to have a possibility to disable a given plugin in order to suppress the warning messages: ``` 2022-08-17 23:04:05.141263 udisksd[3857]: failed to load module mdraid: libbd_mdraid.so.2: cannot...

I have modified `Dockerfile` but in principle it's about setting `https_proxy` / `http_proxy` environment variables, as you have mentioned. As you can see from logs, `wget` tries to connect to...

Would be nice to have a possibility to provide a custom name for a metric. More information in the same topic: [How to override metric name](https://community.grafana.com/t/how-to-override-metric-name/4388/2), [Aliasing a metric](https://github.com/simPod/GrafanaJsonDatasource/issues/14).

Subscribing to the issue as I experience the same with plugin latest master snapshot on Grafana 8.x. > Could you at least tell me if I am using the option...

Where can I download `ECDRequest.xsd` to reproduce the problem? I will appreciate if you create a minimalistic project that demonstrates the problem. For example, are `wsdl2java` or `jacoco` or `sonarqube`...

Could you please create a maven project with two minimalistic subprojects (one that generates episode and other one that uses that episode), and then share this project? Similar to issue...

Very likely I won't have time to look into that till August...