Sergey Kostrukov
Sergey Kostrukov
**The problem** When I trying to apply rounded corners to static content - everything is fine in IE6/IE7/IE8 as expected. When I trying to apply rounded corners to content that...
Work involved for support of Azure authentication in the Prometheus datasource: - [x] #35860 - [x] #39209 - [x] #44407 - [x] #49557 - [x] #48790 - [x] #50737 -...
It could be very useful to be able to run scripts without console. **This could be useful for:** - Scripts with UI (WPF / WinForms) - Scripts designed to run...
spray-json has **JsonFormat** for a **List[T]** but doesn't have **JsonReader**. https://github.com/spray/spray-json/blob/326a001a44bd818750f2baa3f65e68184f5a2d5a/src/main/scala/spray/json/CollectionFormats.scala#L22-L31 I'm writing a domain model and most of my entities have only **JsonReader**s defined. I don't need to serialize...
#### What would you like to be added: The proposal is to extend the existing `User` structure ([here](https://github.com/grafana/grafana-plugin-sdk-go/blob/ab60be44b4c840fc51a56b02a6d3328327316218/backend/common.go#L14)) of `backend.PluginContext` with two additional fields: * `IdToken string` - a RAW...
On slow internet navigation back and forth between directories is very slow. Please cache them, at least for timespan while user has the repo opened. Force refresh only when user...
Very minor thing, just for convenience, to make the project more portable? Tried to quickly build in Mono, and found that unit-test project depends on MSTest.
**What would you like to be added**: Extend the `backend.User` struct with ID token ([here](https://github.com/grafana/grafana-plugin-sdk-go/blob/2edccc9894df92d77ba3b1a80ed982b82e7ba437/backend/common.go#L14)): ```go // User represents a Grafana user. type User struct { Login string Name string...
The package manager [Scoop](https://scoop.sh/) also has ScreenToGif: ``` scoop install screentogif ``` Package manifest [here](https://github.com/ScoopInstaller/Extras/blob/master/bucket/screentogif.json).
Currently App Registration authentication type only supports client secrets. Azure AD also supports client certificates but they are not supported by Grafana. The goal is to support client certificates as...