-
Editor's note: See https://github.com/pytorch/pytorch/issues/26889 for direct type system approaches. This issue is to discuss use of `assert` to direct type refinement, either in mypy, or also in Tor…
-
We are currently using Twelve Data in production but have yet to split out a separate open source library. We aren't using the Websockets API right now, but other endpoints, especially the time series…
-
### Tested versions
This seems to be a bug in all Godot versions. Godot 4.3 Dev1 is the latest I've tested this with.
### System information
Win 10, Nvidea 1080, Forward+
### Issue description
In…
-
**Describe the solution you'd like**
1. Python 3.9+ can use f-strings instead of `str().format()` and should improve performance slightly
2. python 3.9+ can use type-hinting
**Describe alternativ…
-
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/)
### Qubes OS release
R4.1
### Brief summary
I have encountered several cases where inside one VM, all gui progra…
-
## Minimal Example
```raku
sub foo(Int @a) { dd @a; }
foo [1, 2, 3];
# Type check failed in binding to parameter '@a'; expected Positional[Int] but got Array ([1, 2, 3])
```
## Why This is Sur…
-
Hi,
Would it be possible to have an updated release that supports docutils 0.16?
From what I can tell the changes from 0.14 to 0.16 are:
* adding `languages/ko.py` and `parsers/rst/languages/…
-
I've counted that there are 15188 lines of code for *.ahk files.
It is very amazing!
Obviously, there is a lot things to be done shifting from AHK V1 to AHK V2.
Do you think it is worthy to do t…
-
### Issue Report Checklist
* [ x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [ x] Read the relevant sections of the [Spyder Trou…
-
**Bug Report**
It seems that the validation of
```
def foo(x: Mapping[str, str] = some_default) -> None:
pass
```
yields strange results depending on the declared type of some_def…