Alex Grönholm

Results 1746 comments of Alex Grönholm

It's not clear to me what this is about. Can you do a short write-up here?

Honest question: does this actually require a separate service? Wouldn't documenting the procedure with existing CI services suffice? Case in point: https://github.com/agronholm/cbor2/blob/master/.github/workflows/publish.yml Related documentation: https://cibuildwheel.readthedocs.io/en/stable/

> it wouldn't require users to configure one or more CI services to target multiple platforms/architectures It would still require CI changes to leverage this service, yes? > users wouldn't...

> Hey @agronholm, sort of sensing that you're feeling strongly opposed to this idea but I don't really have a good sense of why based on your comments. If it's...

As a workaround, you can use [pyproject-flake8](https://pypi.org/project/pyproject-flake8/).

It's a crutch until flake8 itself gets TOML support. Now that TOML support is in stdlib, there shouldn't be any excuse left for them not to add pyproject.toml support.

This looks like a people problem, rather than a technical problem.

Which is why it would be nice to get that support in upstream flake8 now that all of the blockers should be gone.

Seems easy enough – a few extra lines maybe, plus an added test.

Hit a problem while testing: `ValueError: 'tls-exporter' channel binding type not implemented`. Are you sure Python can support this?