Colin Dean
Colin Dean
Consider this an ask for retry! I'd love to rip out the direct JavaMail implementation in https://github.com/target/data-validator and use something more idiomatic.
Thanks for considering this! In [this comment](https://github.com/target/data-validator/issues/70#issuecomment-1010360079), I explored a pair of retry solutions that met my expectations for interface and code quality (I've implemented internal retry libraries in three...
I found this issue when encountering this unexpected behavior. Because we've versioned `.python-version` and it was written by running `pyenv local 3.9.10 3.8.12 3.7.12 3.10.2` after having manually installed each...
So in reading the link above, there's a library [cgi_buffer](http://www.mnot.net/cgi_buffer/) that claims to handle this caching stuff automatically.
Poking around, I find https://docs.aws.amazon.com/sdk-for-go/api/service/codecommit/ has the SDK info. Looks like it's "as easy as" `ListRepositories` and then `GetRepository` on each `RepositoryName` in `Repositories` output, and get the `RepositoryMetadata` to...
Yeah, I think a fetch would be appropriate, with a pull if the working copy is clean.
Will do, I'll probably check this out at work this week.
Sorry, I ended up taking off this week and am trying not to touch my work laptop. I'll try next week.
It looks like there's a Project Wikis API. https://docs.gitlab.com/ee/api/wikis.html Perhaps list the wiki pages without content and if it's non-zero, then clone.
[This SO post](https://stackoverflow.com/a/65504563/204052) seems to indicate that a deploy key is a way to handle read-only access, but it's SSH only. I don't think there's another way to accomplish this....