Results 10 issues of retnikt

`if typing.TYPE_CHECKING` blocks are never run but are still counted as needing test coverage. ( https://docs.python.org/3.7/library/typing.html#typing.TYPE_CHECKING ) **Example** ```python from typing import TYPE_CHECKING if TYPE_CHECKING: # coverage.py thinks this is...

bug

Sort of the exact converse of #124. It would be nice to have a JSONEncoder class that uses ujson for encoding built-in. At the moment I have to write a...

Following on from #424, it would be nice to have something like `AsyncFunction[[Args], ReturnType]` instead of `Callable[[Args], Coroutine[ReturnType]]`.

topic: feature

See #198, #204 When a release is made, the {release} placeholder in the docs needs updating.

Could [orz](https://github.com/richox/orz) be added to the benchmarks? It is an ROLZ algorithm written in Rust

Several inspections such as "replace [ with [[" for conditions are Bashisms and should not be suggested unless the script's shebang refers to a shell that supports them. Example: ```sh...

The API seems pretty stable by now, and TOML itself has reached 1.0, so can we get a 1.0 release? It would help with adoption of [PEP 518](https://www.python.org/dev/peps/pep-0518/) (`pyproject.toml`) by...

type: task

When running `pydevd.py` directly from the command-line, I would like to be able to specify the stdoutToServer and stderrToServer options, something like `--stdout-to-server` and `--stderr-to-server`.

# Edit: Sorry, issue was created before I was finished typing it Could it be changed so that users' full names are not automatically put in Capital Case?

### Problem to solve I would like to be able to add a fixed element at the top (prepend) or bottom (append) of the v-autocomplete popup. By "fixed" I mean...

T: enhancement
P: low