-
```
Processing 4/4: [slap: rm]
#=== ERROR while installing slap.4.1.0 ========================================#
# opam-version 1.2.2
# os linux
# command ocaml setup.ml -build
# …
akabe updated
2 years ago
-
**Describe the bug**
When importing anything from `pantsbuild.pants` while using strict type checking, an error is reported claiming that the package is missing type stubs. The package is missing a t…
-
We run mypy with `ignore_missing_imports = false` and then have an explicit allow list for packages. Since `cloudpathlib` imports pydantic (albeit behind a guard) but does not depends on it, mypy fai…
-
Attrs is a super common library which Python's built-in "dataclass" was based on:
http://www.attrs.org/en/stable/examples.html
Currently, dataclass autocompletion works. The constructor argument…
-
I've just updated to `micropython_stm32_stubs-1.20.0.post1` and getting some new mypy errors flagged in `io.pyi`:
```
tools/typings/io.pyi:22: error: Class io.StringIO has abstract attributes "__ent…
-
## Environment data
- VS Code version: 1.44.2
- Extension version (available under the Extensions sidebar): 2020.4.76186
- OS and version: macOS Catalina 10.15.4 (19E287)
- Python versio…
-
An async function with no return type declaration, like:
`async def foo():`
This is inferred as returning `Any`, but should be inferred as returning `Awaitable[Any]`. The result of this has caused…
-
I'm trying to run ocamldebug on some OCaml code that is linked to a Rust library (using ocaml-rs). I need to build to the bytecode format before I can do that with `dune build some/path.bc` but I get …
-
**Describe the bug**
When adding the `server_default` kwarg to a Column declarative_attr, mypy complains like this:
```
error: Cannot infer type argument 1 of "Column"
```
not really sure if …
-
Using Java 11 or Java 13, the build is not successful.
```
➜ TAXII-Server git:(master) ✗ ./gradlew build
> Task :kaptKotlin
Annotation processors discovery from compile classpath is deprecated.…