David Gouldin
David Gouldin
I feel like the usability needs to be better before we go after megaphones. The Twitter oauth requirements are particularly onerous. I think we should factor out the PIL+Twitter parts...
It looks as though changing `UUIDAdapter.getquoted` to emit something like `"UUID('%s')"` will work for storing the array, but accessing the array still has problems.
I ran into this limitation when trying to create a CloudFormation template including a policy document statement whose resource ARN references the template's region and account id (`AWS::Region` and `AWS::AccountId`)....
I've created a fork which solves the issue for me but probably isn't sufficiently generalized to be merged upstream: https://github.com/cloudtools/awacs/compare/master...clara-labs:arn-troposphere-join?expand=1 I doubt it's acceptable to always use troposphere to construct...
I know RPMs do have a verification process, but I'm not sure what the internals look like. Just publishing an md5 hash on the release page or in a file...
I'm also interested in iOS 13 Reminders support. I'm no expert, but from some brief digging, it looks like the new Reminders app uses its own CloudKit database. In the...
While it does look like flower itself checks a whitelist of compatible brokers, iron_celery would need to implement celery events support before it could be added to that list. Is...