Results 13 comments of retnikt
trafficstars

The normal Material theme is the same as "oceanic" on that website. The one that is missing from this repo is in fact "Material Deep Ocean"

Also, there is no "official website" of the material theme itself. That website is the one for VS Code and there are also ones for [IntelliJ](https://www.material-theme.com/), [Sublime Text](https://github.com/equinusocio/material-theme) (which I...

That whole bottom section in the documentation is quite confusing, because while FastAPI does use `@contextmanager`/`@asynccontextmanager` for dependencies, it is in a pretty complicated way. From the user's (your) point...

Will this ever get merged? It's been two years!

Oh, I didn't realise it was only a release candidate.

You can go to File -> File Properties -> Associate With File Type -> Text and then right-click on the file and choose Mark as Plain Text

If this does ever get approved, it should be noted that `GeneratorFunction` could be useful too.

Example Codebase: [Starlette](https://github.com/encode/starlette.git) ```bash $ find starlette/ -name '*.py' | xargs wc -l [...] 10151 total $ grep -re 'Callable\[.*Awaitable.*\]' starlette/ | wc -l 6 ``` 6 instances in a...

Ah, I see... could it not be called as a binary from the command-line? Or would that invalidate results?