Shaun Sales

Results 21 comments of Shaun Sales

Thanks @mfreed that actually got us most of the way there - oddly the TSDB docs recommend against this and suggest to only use the `WHERE` clause, and omit the...

Any updates on this? Had a quick search and it appears that ARM/Graviton is still not supported. Definitely a +1 here.

Also having the same issue after upgrading to `Blazorise 1.2.2` and `BlazorMonaco 3.0.0`. Has anyone found a workaround?

Here's a first cut of a timeseries collection class that I think would meet our requirements; ``` public class TsCollection : IEnumerator { private int _index = -1; private RedisResult[]...

Looking good. I've made a few (quick and dirty) updates to include `MRANGE` as a collection of ranges with `Name` and `Label` support. ```csharp public class TsMRangeResults : IReadOnlyList {...

> Nice approach > > I think that you can apply the iterator approach everywhere here so you will not have to allocate lists at all > > Let's first...

Added the TsTimeBucket type with updated tests and examples.

> @shaunsales > > Great PR, Thanks > > Sorry for the long time it took me to return a feedback > > few comments: > > 1. the values:...

> 1. I agree - the usage of `-/+` should be internal and not exposed. The next version should not support string casting. Maybe consider having static instances in the...

@DvirDukhan Yep, let's do that. I'll let you know when the changes have been made. Thanks.