Clete Blackwell II
Clete Blackwell II
Bug? It is always saying 0/mo for # of loans. Maybe it really is 0/month. [iteration 95/4096 22.73 sec/iter] Matched 1050/466287 loans (0/mo.) test at 13.01% APY. 49 loans defaulted...
Using pypy on that line that I pasted. Not sure if it is configured properly though. I really appreciate all the work you did on this app. I'm curious to...
Sorry about that. First, login to your LC account. Then, go back to this page: https://www.lendingclub.com/info/download-data.action The loan history links are now *_secured.csv.zip and are much bigger.
I ran some benchmarks: # Config * 61 resources * Using VPN connection that is decent * 2017 MacBook Pro 13" * Using --auto-approve # TF Destroy * Command: `terraform...
We realized our code base was too big. For some projects we broke it up. For others we used more tf variables and used multiple state files to deploy different...
I added mta-sts records to my domains to fix it. If someone doesn't want to use mta-sts, you have to turn off ACME auto configuration of domains and specify manually....
For now I can work around it with "NODE_TLS_REJECT_UNAUTHORIZED=0"
@thdxr yes, but most apps just use system store without having to specify. ``` ~> opencode # error ~> NODE_EXTRA_CA_CERTS=truststore.crt opencode # works ``` I'm not familiar with what HTTP...
I just backtested versions, and the last version that works for my system is v24.08.1
@vonericsen I don't mind posting my `mtab` file, there's nothing too sensitive there other than you can see some info about my ZFS structure. I also suspected it had to...