adamjbc

Results 4 comments of adamjbc

I can confirm removing `, validate = FALSE` from line 82 of `influxdb_json_parser.R` fixes this problem. I've figured out how to do this locally, but I don't know how to...

I think you still need the `tibble::as_tibble(.)` line in there, so it looks like this: ``` purrr::map( ~ purrr::map_at(., .at = "time", ~ as.POSIXct(. / div, origin = "1970-1-1", tz...

> I think you still need the `tibble::as_tibble(.)` line in there, so it looks like this: > > ``` > purrr::map( ~ purrr::map_at(., .at = "time", > ~ as.POSIXct(. /...

Thanks for looking in this. I'm fairly sure my EC version was less than 1.26 so that may well be it, although I don't have a record of what it...