Chris Wheeler
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 =...
The libraries for the actual generation were created from qrduino: https://github.com/tz1/qrduino You can use the library to create any length you want On Jul 18, 2015 8:23 PM, "geohelou" [email protected]...
That pdf gives a 404, but I'm pretty sure that the issue is that the characters are mapped differently on your printer than the one I made the library for....
Thanks, I think you will need to be the one to make the changes because I have had trouble getting any version of blockmirror to compile, so can't actually test...
Hey, thanks for getting back to me. Yes I am trying to get it integrated into our platform. I work with Tier2Tickets.com. We offer a software/service for I.T. departments that...