Samuel Colvin
Samuel Colvin
another cause of this error is mis-configuring React Router's `Route`, This **fails**: ```jsx ``` , but this **succeeds**: ```jsx ``` Eg. you need to use `component` not `render`. This is...
Pycharm also doesn't recognise the return type as a `datetime` in my example.
Ha. I think if you use uvicorn and have watchgod installed, uvicorn uses it in `--reload` mode.
yes agreed, perhaps something like "on mypy and vscode so far, pycharm support coming soon [link to ticket]"?
@maciejhirsz, sorry to hassle. Just a gentle bump here...
For anyone else coming to this, I'm using the following baed on @dangillet's observation above. ```py from pathlib import Path, _ignore_error as pathlib_ignore_error from typing import Union import aiofiles.os async...
The problem is that [aiohttp-devtools](https://github.com/aio-libs/aiohttp-devtools) should support windows and osx so AFAIK pyinotify is out of the running. However watchdog seems slightly buggy and does strange things with threads which...
really not sure why tests didn't run for your two pull requests, I just got a friend to try and PRs from external contributors are working #26
It's not `pull_request: {}` since #26 ran tests. I'll look into the role changes next week.
can you remove the changes to `.github/workflows/ci.yml` they seem to be causing the PR to fail.