Kevin Tewouda

Results 39 comments of Kevin Tewouda

Hi, I'm also in favor of `ANY` FWIW :)

Hi folks, sorry to bring this up, but do we have any visibility on its development?

You might want to read these [details](https://github.com/python-trio/trio/issues/2010) by Nathanael

Thanks for the suggestion @FollowTheProcess it seems better but I have another issue, I don't know how nox configures python, in my configuration file above, I explicitly setup nox python...

I end up with something like this (thanks for the suggestion): ```yaml ... jobs: build: timeout-minutes: 20 runs-on: ${{ matrix.os }} strategy: max-parallel: 6 matrix: os: [ 'ubuntu-latest', 'macos-latest' ]...

@airtower-luna thanks for the clarification. This confirms that the documentation needs to be updated.

Ok I see, but the issue here is that you can't customize the message, description, etc...

> To be clear - we are talking here bout customizing the description of elements inside whats called oneOf In OpenAPI, correct? Yes!

Unfortunetaly I don't have too much time now to dig in the code 😢 You probably want to affect it to another person

Hi @jamadden, For me, if there is no tradeoff using a comprehension list with spawn or using `gevent.pool.Group`, then there is an interest in adding these two high-level functions, otherwise...