Jon Frisby
Jon Frisby
I have a couple cases right now where I'm creating fields for non-existent fields, and handling it via the `format_using` attribute. Since that would interact badly with this feature, and...
I would personally want to see -- perhaps as an adjunct to this -- the ability to add an email to a mailing list to receive such notifications. They could...
My org has managed to integrate with PaperTrail in a way that's fairly maintainable. If you'd like, I can paste our setup here as a guidepost for folks looking for...
I understand the risk, but a second user is simply not possible in some contexts such as my current one: Access is gated by IT department and mechanisms don't exist...
It's not presently deployed to production. I'm building out a Lita setup as a proof-of-concept.
(I.E. I might be able to convince folks it's worth it to expand the process if, and only if, the organization sees value in the bot. Essentially, that can't happen...
By itself that is merely a very useful idea. My objective is less "set password" and more "scramble it so there isn't a default password". Alternatively being able to set...
Using `--size-only`, without `--exact-timestamps` does not alleviate the problem. Doesn't `--size-only` cause `aws-cli` to disregard timestamps?
The totality of my script is, at present, this: ```bash #!/bin/bash IFS=$'\n\t' set -euo pipefail ( cd ~/personal git add . git commit --all --allow-empty -m "AWS bill snapshot, pre-fetch..."...
(Just to clarify: When I say no changes result, I mean I wind up with an empty commit despite aws-cli downloading 744.4MB of data.)