Katie McLaughlin

Results 144 comments of Katie McLaughlin

python-docs-samples uses `flake8` (to conform to the styleguide) and `black` is optional ([docs](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#coding-style)). The `flake8` config in [noxfile.py](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/noxfile-template.py#L124) should be useful here.

I took a look, and after bumping bootstrap from `v4-dev` to `main`, I was able to replicate the issues others had found with errors, and found it was related to...

I think I might be able to help here :) I've made a tool specifically for automating the collecting of contributors from the GitHub API, called [octohatrack](https://github.com/labhr/octohatrack) ([article about the...

@kentcdodds So that's always going to be a problem. The major hubs can be automated, but it's not going to pick up everyone. You can have 'rss feed planets' and...

Hey @boneskull, I have a few things that might help you here: - the ability to add 'custom' contributors to octohatrack that I mentioned earlier up in this thread [has...

> I'm not sure I follow what this is about. There's been a bunch of changes recently in the GitHub interface to allow for actual customisation of user profiles: -...

Hi @ToddKopriva. I realise this has been sitting in the queue a while, and I'm wondering what I can do to help move it through. It's been a while so...

@ToddKopriva I've just run it through and made some small updates, but apart from some formatting and bumping the client lib versions, it runs through clean for me.

Opting to move this to devrel-demos, https://github.com/GoogleCloudPlatform/devrel-demos/pull/53

Thanks for reporting this, @evil-shrike. You're correct, the workaround is `gcloud auth configure-docker`. There may be an issue where the default registries configured in the environment do not include Container...