-
**Bug Report**
I can type-annotate untyped imports from a local file, but not from a package (in which case I get a `no-redef` error).
**To Reproduce**
`my_local.py`
```python
from funcy.de…
-
Scalar is defined with `struct` constraint, but additionally in many places (in different methods) there are runtime checks to check for a specific type support. If the type is not supported the metho…
-
Many function in `Sys` like `Sys.file_exists` are entering/exiting the blocking section and copying the string filename because it may move. This seems only useful and a slow network file system. The …
-
```
Content type meta data is available in the XMLTV file format and is coded for
in the EPG data file in
column 8. The codes for this field are described in Table 28 of this PDF
document:
http://…
-
## Bug Description
I have used your template before (approx 1 year ago) without issues. Now, I re-cloned your project, installed it's dependencies, and I am trying to run the training job: `poetry …
-
| | |
|------------------|-----------------|
|Previous ID | SR-11725 |
|Radar | rdar://problem/56966686 |
|Original Repo…
-
### 🐛 Describe the bug
nn.MultiheadAttention cannot be correctly compiled by torch.jit.script when kdim and vdim are specified. Minimum code to reproduce the behavior:
```
import torch
mha0 …
-
See this trace from [this OPAM CI output](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/0fd7c0b3ba9236d3160b3ac850225dad0108bff5):
```
#=== ERROR while compiling hacl_x25519.0.2.2 ==…
-
After installing with `haste-inst install`,
I run: `hastec --with-js=lib/stubs.js example/simple/simple.hs --out=example/simple/main.js` from the root of the project
And then open the file in chrome. …
-
It would be great if this module had type hints, so that it could be used in type-checked projects.