Thomas Grainger
Thomas Grainger
@bcoe also do this https://github.com/js-org/dns.js.org/pull/779
I'd probably mention https://github.com/michaelcontento/babel-preset-modern-node along with node.green as node isn't quite 100% on ES2015. (Although modern-node follows the latest released ES spec so it's on ES2016 now)
@barneygale If you like the concept I'll work on a PR, and switch the tests to use pytest-anyio and add an HTTPXHttpFactory
How about something like this? ```python async def canary(): pass try: asyncio.run(canary()) except RuntimeError: # event loop is already running and not running with jupyter (eg nest-asyncio) pass else: return...
This would be extremely handy. I'd like to see some gunicorn demos soon!
IE9 and IE10 are now EOL.
https://github.com/frptools/collectable
@brianneisler yep!
@cscorley hypothesis has found some problems, but mostly with the patch parsing. Some problems are with the diff generation in patch.
@thoward can you make a PR with these changes?