Tin Tvrtković
Tin Tvrtković
Hi, I can't reproduce it. Here's the code: ```python import json from asyncio import run import aiofiles async def amain(): async with aiofiles.open("db.json", "r") as f: raw = await f.read()...
@stankudrow Sorry, had some time off and now I'm preparing a conference talk, will do ASAP. You asked about why calver, here's a handy link: https://hynek.me/articles/semver-will-not-save-you/
@stankudrow Hello, I have some cycles to dedicate to this now ;) I think you asked me whether the talk will be online, PyCon IT staff assures me that it...
Feel like submitting a pull request? You'd need to use the old typing style (e.g. in comments) but it shouldn't be too difficult.
As long as the tests pass on our current platforms, I'll merge it in :)
Hm looks like someone wrote stubs for us? `pip install types-aiofiles` Would this be enough to close this issue?
Ah, you're saying `from aiofiles.os.path import exists` doesn't work?
Don't think that's the right change though. What about get_running_loop?
We used to have ppc64e tests back on Travis, but I don't think GitHub supports them. Anyway, looks like the tests pass but there's some stderr output that's unexpected?
If someone were to submit quality pull requests (with tests, of course) I wouldn't be opposed to merging them in. :)