Rob Tompkins

Results 3 issues of Rob Tompkins

For the sake of posterity: * OSS = Open Source Software * ISS = InnerSource Software

Type - Content Work

I'm working with @MaineC on a paper about open source ideas, and need a citable resource for the work. So, I'm going to make a contribution in [/patterns/1-initial](https://github.com/InnerSourceCommons/InnerSourcePatterns/tree/master/patterns/1-initial) about what...

Type - Content Work

Google authentication using: ```python flow = Flow.from_client_secrets_file(client_secret_file, scopes=scopes, redirect_uri='urn:ietf:wg:oauth:2.0:oob') auth_url, _ = flow.authorization_url(prompt='consent') print('Please go to this URL and finish the authentication flow: {}'.format(auth_url)) code = input('Enter the authorization code:...

bug