Eric Nichols
Eric Nichols
Cling seems amazing, but I'm not finding it very useful without a way to re-define identifiers, I'm afraid.
+1. I'm running into this because I get the "slow rate limit exceeded" error, which makes no sense since I'm already doing the required rate-limiting. The only solution is to...
I got the error when retrieving historical data, but when I was rate-limiting myself carefully to remain below the limit in the docs (something like 3 or 4 requests per...
Small updates to the code above from @matts80 as it didn't seem to be working anymore. There was a test for the string '0' which now looks like '0.000000' in...
Yes, the build process shows progression: you should eventually see an update such as (300 / 1400) files built. It's not visible at all points of the build process, but...
I agree that the book is awesome. French’s thesis is similar but the book is more clear, etc. On Tue, Nov 28, 2017 at 5:26 AM Paolo Predonzani wrote: >...
There seems to be tons of discussion, but it's clear that when I do x.astype(datetime) and it returns an integer instead of a datetime is a serious bug. Just wasted...
I believe in the MIDI spec you have to handle both note_on with velocity 0 and note_off the same way. It’s annoying but I always write code that accepts both...
I'm interested in this feature as well. My use case is for an app with lots of highly-sensitive user data. I'll need to have my app pass an external security...