Chris Wheeler

Results 6 comments of Chris Wheeler

Making the timeout option have a default value, and setting that value to a very high number would not cause any breaking changes. I feel like any hesitation here about...

Ok, well I created a pull request for the proposed change, and it was approved by the CI. It's all in @nateprewitt's hands now to merge it and release it....

That is unfortunate that those people felt unsafe in the discussion. I know people can be terrible sometimes, and I wish everyone could always remain civil. While I find it...

Any update on this? We have users that cannot sign in. Also see this: https://open.vanillaforums.com/discussion/38125/bug-with-sso-photo-is-560-characters-too-long

Hello, I would like to add my hooks to your list of repos supporting pre-commit. One hook is a python port of the official AWS secrets detection bash script. The...

+1 for the paginators approach from @JordonPhillips. Here is a more complete example ```python dbClient = boto3.client('dynamodb') queryPgr = dbClient.get_paginator('query') page_iterator = queryPgr.paginate( TableName = 'endpoints', KeyConditionExpression = 'userid =...