Jay
Jay
Wow...just wow and thanks for the really kind words @SpencerPinegar I hope all this helps you build stuff faster. To answer your question, some of this I imagine is pretty...
Thanks for the kind words @lion7p ! I apologize that there’s not a paper trading guide covering this yet, and this is probably a good time to start figuring out...
Sorry yea the requirements needed to be updated. I got tests passing with yesterday's release (pypi's latest should be the same as well): ``` pip list | grep -E "stock-analysis-engine|numpy|pandas|tensorflow"...
Interesting, I have no idea what this is. What does your env show for these commands: 1) python --version 2) pip list
I think I am hitting this too. Is it related to missing keyring secrets at least on the device pod? ``` kubectl describe pod -n ceph ceph-osd-dev-sdd-ck5cg ``` at the...
``` kubectl get pods -n ceph | grep dev ceph-osd-dev-sdd-8kxnt 0/1 Init:CrashLoopBackOff 5 3m43s ceph-osd-dev-sdd-9sskz 0/1 Init:CrashLoopBackOff 5 3m43s ceph-osd-dev-sdd-kk2nz 0/1 Init:CrashLoopBackOff 5 3m43s ceph-osd-dev-sde-lvwnm 0/1 Init:CrashLoopBackOff 5 3m43s ceph-osd-dev-sde-mc6gl...
Hello and thanks for checking out the repo! This is a great question. Unfortunately the current design/api does not support extending or customizing the [src/handle_request.rs](https://github.com/jay-johnson/restapi/blob/main/src/handle_request.rs) to handle different url routes....