You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone hands us seq(as.Date("2014/09/04"), by = "day", length.out = 5), ideally we should change that into epirange("2014-09-04",2014-09-09). This helps the backend handle the result correctly. Doing a similar thing if every possible geo is detected.
May be better handled updating the backend to automatically do this for queries instead.
The text was updated successfully, but these errors were encountered:
Oh I guess that mostly just makes this better for visibility into the kinds of API requests we're getting then, rather than a concrete benefit to the user.
If someone hands us
seq(as.Date("2014/09/04"), by = "day", length.out = 5)
, ideally we should change that intoepirange("2014-09-04",2014-09-09)
. This helps the backend handle the result correctly. Doing a similar thing if every possible geo is detected.May be better handled updating the backend to automatically do this for queries instead.
The text was updated successfully, but these errors were encountered: