Joe Ferris
Joe Ferris
I am in favor of this general idea. > Then I thought that perhaps we should also record a "last_seen_at" field, which would tell us when the token was last...
If you use bcrypt, the encrypted values would be salted per-value, right? That would also let you leverage some of the existing code used for passwords.
We discussed this in person, and _I_ was missing something. Derek is correct, and we need to handle this somewhat differently than we handle passwords.
I believe this was resolved by #786. After upgrading the Helm provider to 2.4, the 'wait' attribute of the `helm_release` is respected during `terraform destroy`.
I was able to do this by passing the access key from the first step as arguments to the second step. ``` - name: Assume GitHub actions role uses: aws-actions/configure-aws-credentials@v1...
Does your GitHub workflow have the `id-token: write` permission? https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings If your workflow doesn't have this permission, no token is present during the workflow run and the action will use...
QtWebKit supports touch events (and seems to have them on by default, even on non-mobile clients), so I think this should be fine in capybara-webkit. I know some users are...
Thanks for the feedback. I do think something like that could be good to see, and I don't think it would be too distracting from the chapter. I'll take a...
Hey Pat! Things are good here. Hope you're doing well! :emoji: I have no objection to a print version of the book existing. If they're available, I bet some of...
I was never able to get our Pandoc/LaTeX setup to isolate code blocks to a single page. For Ruby Science, I ended up going through and inserting manual page breaks...