Marcus Efraimsson

Results 111 comments of Marcus Efraimsson

@rickb777 sorry I didn't know this. Reading the readme it's not clear it's not production-ready, but I may have missed something? Regarding no releases/tags makes sense, but hard to know...

@scottlepp I think I see what's wrong with your code. You're creating new HTTP clients in each `SFClient` methods, e.g. https://github.com/grafana/salesforce-datasource/blob/b66f68a0d12810baa8d18c4b5d0d659cdab94b6d/pkg/client.go#L87. With the connection settings here https://github.com/grafana/salesforce-datasource/blob/b66f68a0d12810baa8d18c4b5d0d659cdab94b6d/pkg/client.go#L46 It should either...

Yes, it's valid since still manual.

Ideas for how to solve this: - If we want to add some manual intervention to releases, I would suggest to use the [promotion feature of drone](https://readme.drone.io/promote/). - When promoting,...

Based on discussions sounds like `Headers` field/property is needed for `SubscribeStreamRequest` to be able to forward HTTP headers.

Please update description using the [bug template](https://github.com/grafana/grafana-image-renderer/issues/new?labels=type%3A+bug&template=1-bug_report.md) to cover what versions etc you're using.

You want to configure language https://github.com/grafana/grafana/blob/ad870c07cf7d2aa9215fc32de6d5c991ef76b082/conf/defaults.ini#L711 in the Grafana configuration.

The idea is that the language being used in user browser should be sent to the image renderer in each request. Please inspect the direct link rendered image request using...