ddelange

Results 197 comments of ddelange

For me, `status: {}` does not seem to work, so I went with a manual trigger at the end of the job in question: ```yaml # CI.yaml ... # last...

Hi @sdispater πŸ‘‹ Was going though old pulls and wanted to ask if I shall close the ones here and https://github.com/python-poetry/semver/pull/4? Are `mixology` and `semver` more or less public archive...

d5b4624 added to correctly handle https://github.com/ddelange/mixology/blob/f34bb15ebf050bebc9df48345d04f68a65702837/tests/package_source.py#L93-L103

It's actually only the `Cc` and `Cs` unicode categories that throw this error as far as I can tell. Using `regex` to remove them as suggested [here](https://stackoverflow.com/a/54225260/5511061) should do the...

ref https://github.com/afonasev/flake8-plugin-utils/issues/47

@mayeut is the failing test a flaky one which can be re-run, or does this PR need another fix before @giampaolo can review? awesome work btw πŸ™ oh and I...

For people eager to test these awesome wheels in the meantime: Using `-f, --find-links` or `PIP_FIND_LINKS` env var, pip will fetch HTML and look for any `` and include those...

@giampaolo could you please review this awesome contribution?

> Anyone knows how to get around this? For now you can get the wheels from my [fork](https://github.com/ddelange/psutil#fork) (based on #2103)