Mykhailo Hodovaniuk

Results 4 comments of Mykhailo Hodovaniuk

The use case is to maintain a collection of active subscribers: e.g. have some Map[Channel[A], V]. The point is, that from a library client's point of view channels are equal...

Yes, the workaround with id works and this is not a blocker. And that is exactly how I fixed this in my code. The intention of this ticket is to...

Yes, I am trying to authenticate with `WebCredentials`. @pkropachev so looks like it is not possible. Thank you for the response.

I had a similar issue. It was missing TimeseriesOptions. Fixed it by adding some values, for example: ``` panel.TimeseriesPanel.Options = sdk.TimeseriesOptions{ Legend: sdk.TimeseriesLegendOptions{Calcs: []string{}, DisplayMode: "list", Placement: "bottom"}, Tooltip: sdk.TimeseriesTooltipOptions{Mode:...