Greg
Greg
Is it the same thing that I need a nonce header to build the JWT coinbase expects? https://docs.cloud.coinbase.com/advanced-trade-api/docs/rest-api-auth From their python example... ``` jwt_token = jwt.encode( jwt_payload, private_key, algorithm='ES256', headers={...
One test here. Works great. Thanks @andrewbaxter!
> use=web, web=http://dynamicdns.park-your-domain.com/getip, web-skip='1.0.1.1' This web-skip worked for me on 3.8.3. The recommendation above with ```web-skip='SameSite=None'``` did not.
No, never. So I assumed they were shutting down and removed them from my app.
I looked at a few different courses of action for this. grcov seems like it was well developed, but yeah, probably abandoned. The default llvm-cov report seems fairly well done....
References below but here's the how-to for the llvm version: ``` # start fresh find . -name "*.profraw" -exec rm {} \; rm redwood/*.profraw rm -Rf target/llvm-cov cargo uninstall cargo-binutils...
So the "todo" would be for me to learn how the Secure Drop CI process works (similar to what your grcov link does), integrate this process into it, and integrate...
Sorry, I didn't see this PR before adding one myself. Confirmed 0.35 works on an Arduino Nano esp32s3. I added a couple other minor fixes in my PR as well....