Quentin Pradet

Results 422 comments of Quentin Pradet

@bbondy, did you consider using Transifex? It was an open source project, and still offer free plans for open source projects, much like GitHub, they say. Editing paragraphs in an...

For what it's worth, asynctest apparently supports use cases that AsyncMock does not: https://stackoverflow.com/questions/53508368/python-unit-testing-nested-async-with-how-to-mock-patch

The nursery name works fine for me. It's well explained in the tutorial, and I liked the cuteness! 😄 split and branchpoint work too, but how would you call the...

@dependabot please rebase

> It should also be noted that trio, for reasons beyond my understanding, does not want type annotations in the actual codebase, but instead in [trio-typing](https://pypi.org/project/trio-typing/). This isn't true, for...

Strange PyPy nightly failure: https://travis-ci.org/python-trio/trio/jobs/391945139 Since it happened on master, I can't close/reopen a PR, but restarting the job produced the same effects. (I think someone restarted the job above...

I've seen https://github.com/python-trio/trio/issues/1170 again.

https://dev.azure.com/python-trio/trio/_build/results?buildId=1498&view=logs&jobId=4bc7ef66-8a59-503f-fa7a-b9533d6853d5&j=4bc7ef66-8a59-503f-fa7a-b9533d6853d5&t=541e27d3-d681-5791-1ce2-84a4e949a5a6 failed: ``` + mkdir empty mkdir: cannot create directory 'empty': File exists ``` I see this all the time locally when running ci.sh multiple times, but the `empty` directory...

(Merged master into this branch to get the new Travis check, all checks pass now)