modularTaco

Results 7 comments of modularTaco

I think jsonschema draft7 is fully unsupported, as of https://github.com/singer-io/singer-python/blob/66688d736fa699beeed63af91db2fdc1f8914bb1/setup.py#L14 and the jsonschema lib in version `2.6.0` only includes the Draft3Validator and Draft4Validator, no validators for draft 5, 6 or...

I've got the same problem in my setup (plugin version `0.1.0`): Time range in the tooltip is OK for the most right block: ![image](https://user-images.githubusercontent.com/37046961/102460692-a92bae80-4047-11eb-8444-be510d8fee70.png) But hovering one block more to...

> Hi, I think you saving the values on change correct? > > We had the same issue. This problem only occures when the status change timestamp is before the...

The option `expand 'from' query` option does not work for me either. But you can workaround this problem with a slight modification to your query. InfluxDB example: ``` SELECT "value"...

> > Use the IP-address instead of the hostname -> This works (the library now decides to use path-style) but comes with a disadvantage: i need to use http instead...