Leszek Siemiński

Results 9 comments of Leszek Siemiński

Hi! I took my freedom and rewrote your function to include my primitive rate limiting approach (search for "experimental addition" in the code). So far it seems working, but I...

I didn't know much about it until recently too, especially in R. Found this package by accident month ago or something :) Never used it so far, but looks promising....

OK, this is indeed very strange. If your credentials leaked, it would be seen in the traffic plot I think, so it looks rather like problems on Google's infrastructure side....

From my observation the errors start to appear when above 0.10 - 0.13 queries per second

That's interesting. I tried the same code as above with `walk_data = c("byBatch")`. The result is the same, so it shouldn't be the case with "byDate". This one day range...

Sorry for closing issue, misclick. @kirchnerto I later discovered that my database misses 46 days of data from last 16 months because of this issue. This problem does not appear...

As I undestand this issue, better error handling would be nice, but the real problem is that the data is present and available traditionally and through API (I downloaded it...

@MarkEdmondson1234 I'm running on Windows 10, intel i5, 8GB RAM (for development), but I started the issue after discovering missing data that was downloaded on server (Debian, 32 GB RAM)....

@kamilzyla I'd like to add ideas for a linter rules based on my previous experiences: - Linter: flagging `reactive` declarations inside the `observers` as warning/error. Declaring `reactive`'s in `observers` doesn't...