-
```python
x: int = 5
if True:
global x
x += 1
```
passes mypy, but raises a syntax error when run:
`SyntaxError: annotated name 'x' can't be global`
Similar things happen with `n…
-
After reading the article ”End-to-End Fine-Grained Neural Entity Recognition of Patients, Interventions, Outcomes“, I can't find the dataset.
-
**Bug Report**
**To Reproduce**
```py
import typing_extensions as te
x: te.Annotated[int, Foobar] = 42
```
**Expected Behavior**
Mypy complains about `Foobar` not being defined.…
-
The annotated zip in 4.1.2 is confusing. Why is there an annotated zip and a regular zip. This needs better explanation
-
I think when you select a text box and export the annotated PDF, the dashed-line selection box appears in the annotated PDF.
-
The last version of the formatter puts each attribute on his own line, this is great.
I would like it adds some empty line between the annotated fields to be a bit more clear.
i.e.:
``` dart
@myAttr…
-
Hi autor, thank you for your sharing this dataset, it is very helpful in our face AI development, but I have found some errors(some annotated face points coordinates is not correct in the correspondin…
-
I have all sorts of problems trying to simplify the code, so I can do inference on a custom dataset with NO annotations.
Is there an easy way you can do so?
Thanks
-
` @AndroidEntryPoint
abstract class BaseFragment :
Fragment() {
protected lateinit var binding: viewBinding
protected lateinit var viewModel: VM
var remoteDataSource = Remot…
-
From forum [post](https://forum.generic-mapping-tools.org/t/psxy-sq-stopped-working/571/2)
data ``t.dat``
```
> -L-100 -Sqd1.0i
-86.45235040920656 44.56074532391791
-87.15496366731526 44.634605…