Jordan Holberg

Results 31 comments of Jordan Holberg

This is a different issue, different rate limit, but I appreciate the guidance!

It wasn't sufficient for me, so I built this not-perfect-but-got-it-done instead. I'm reconstructing this from my notes, which appear to be incomplete, so apologies if it only gets you 90%...

This is also an issue for me, and this post solved/explained it: https://medium.com/good-robot/use-visual-studio-code-remote-ssh-sftp-without-crashing-your-server-a1dc2ef0936d However, disabling the extension disables it globally. I'd love to 1) have this not happen at all...

I implemented @mikevercoelen's method and it works perfectly. Thank you! Question, though: Where is the `ping()` function in `provider._websocket.ping()` defined? I'm not seeing it in the ethers source and confused...

@tookdrums Separate issue.

This is happening to me constantly post-merge (but didn't happen at all pre). Happy to provide any logs necessary to help rectify!

Deleting Teku's db, right? Would love some expert-guidance so I don't screw it up!

So, post db-re-do and adding: `-eth1-deposit-contract-max-request-size=1000` to the teku configs, this particular issue has gone away. Not sure if, like Adrian says, it's a temporary fix until the db grows,...

Hmmm, I am now getting respectable build results by doing the following: ```console $ git clone [email protected]:SalesforceCommerceCloud/sfcc-ci.git $ cd sfcc-ci $ sudo npm install # this appears to be necessary...

The easiest solution, since I assume you're piping it through `jq` is to "slurp" all responses into an array, then process only the first element: `... | jq -s '.[0].key'`...