Hugo van Kemenade

Results 1444 comments of Hugo van Kemenade

Thanks, it is indeed the wrong photo, I've removed it in https://github.com/unitedstates/images/pull/198. If you find the correct one we can add that.

@JoshData Any thoughts on this? There is an `executive` data file in https://github.com/unitedstates/congress-legislators, which contain some existing IDs for the president and vice president, for example: ```json "id": { "govtrack":...

Would be great to see something like https://github.com/python/python-docs-theme/pull/44 for `sphinx_rtd_theme`!

https://pillow.readthedocs.io/ uses `sphinx_rtd_theme` and now has dark mode! I used the Dark Reader extension, exported the CSS, wrapped it in `@media (prefers-color-scheme: dark) { ... }` and added to our...

Most other repos rename `master` to `main`, so there's no longer an old `master`. GitHub will redirect from the old to the new. This is neater, there's no old `master`...

Alternatively, the popular [pytest](https://docs.pytest.org/) could be used for running tests, and it uses `assert` statements. (It does some smart detection of them to decide what error message to show.) I...

> 1. Deploy packages from the master branch to test.pypi.org. This let's us check the PyPI upload and catch problems before we try to do a release. > 2. Deploy...

The [checklist](https://docs.pytest.org/en/7.0.x/contributing.html#submitting-plugins-to-pytest-dev) for submitting to the pytest org is virtually complete: * [x] PyPI presence with packaging metadata that contains a pytest- prefixed name, version number, authors, short and long...

Looks like @lamelas had a go at this a while back: https://github.com/lamelas/satellite-eyes/commit/5e5008d8f8cebb0e189c5bd8772447d9a2f45d11 @lamelas Does that work? Can it be put into a PR?

@stale Still relevant, keep open. I've not tested it, but perhaps https://github.com/integrations/slack/issues/602 will fix it?