1rocketdude
1rocketdude
First off, both Carnets and a-shell are fantastic additions to the IOS universe. I've very nearly replaced my laptop with an ipad thanks to these tools. I do not understand...
ah yes - the security model that Apple implemented that makes sharing files...un-natural. I can understand the rationale; it solves some problems yet creates others. Are we then at the...
Cython works quite well in a-shell. Almost all the binary dependencies are cython...but not all of them. I need to determine the appropriate build commands to use; I see that...
I'm starting to understand. OK - if I wanted to build a trimmed down version (e.g., removed ffmpeg, etc.) but include pandas int the python build, I can't see the...
looks to be well documented API. Free access seems to include both historical end-of-day quotes, 15-minute delayed quotes, and option data. What's not to like? I'll volunteer to take a...
I noticed the whole eTrade website is running slow. The API was running slow for me as well Thursday night. Around 11 pm ET, it seemed to pick up. On...
I question the value of adding this extra capability and complexity. Why not use the power of python (from the user) to grab quote data in blocks of 25. Blocks...
I notice it too, especially prevalent within 30 minutes of market close. I think it could be a server problem. > On May 30, 2023, at 12:57 AM, mw66 ***@***.***>...
I'm pretty sure that sandboxed data is out of date. If you are getting something back, that means your code is correct. You just need regular keys.Tom“Know the truth and...
I concur with adding urllib3 version 1.26.06 as a requirement.txt entry.Periodically, we can check to see if version 2 begins to work. Who knows what is actually causing the problem....