zero323

Results 26 issues of zero323

When tests are executed with `typecheck_in_new_subprocess` and `disable_cache` is `False`, `--cache-dir` is passed directly to `mypy` call as a path relative to root directory. This means that the following are...

This is a feature request. It might be nice to get support for handling mypy-style `.test` files: ``` [case foo] reveal_type(1 + 1) # N: Revealed type is "builtins.int" [out]]...

This is a feature request. __Summary__: Currently rows are matched by their position in the file / output. User experience could be improved, if matching was performed by `(file, line-number)`....

Python 3.6 is going to reach the end of its lifespan in 2021-12, so it is probably time to drop it from supported versions. ```patch diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index...

It would be great to have some equivalent of `bin/spark-shell` / `bin/pyspark` with predefined `SparkSession` and `SparkContext`.

``` foo=# SELECT bingo.getversion() ; getversion ----------------- 1.7.9.0 linux64 (1 row) foo=# SELECT version(); version ---------------------------------------------------------------------------------------------- PostgreSQL 9.1.9 on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.8.1-6) 4.8.1, 64-bit (1 row) ```...