-
Trying to run any of the Pygame Zero examples fails with
```
PROBLEM IN THONNY'S BACK-END: Exception while handling 'Run' (ValueError: AST node line range (1000000, 1) is not valid).
See Thonny's b…
-
**Bug Report**
This is admittedly a fairly niche use-case, but this came up when adding more precise type hints to `itsdangerous` and trying to write a `Protocol` that accepts any object th…
-
We may provide completion for list-like objects in package such as `.Machine`, `.Platform`, and objects defined in packages such as R6 classes since their elements are known.
In contrast with https…
-
Consider:
```raku
use MONKEY-TYPING;
class Foo { }
class Bar is Foo { }
role Baz { }
augment class Foo does Baz { }
```
Given a `Bar` inheriting from `Foo`, which does `Baz` after …
-
- **Your full name**: Aleksandra Sikora
- **Target audience**: Nerds 🤓
- **Estimated duration**: 30 min
- **Keywords**: type systems
# Why is TypeScript unsound and why it's not a bad thing?
…
-
**Bug Report**
(A clear and concise description of what the bug is.)
**To Reproduce**
```py
from typing import Any
def foo() -> list[int]:
x: list[Any] = ["xxx"]
retur…
-
*Please Note*: In the code blocks below, I will use the pipe character ( **|** ) to represent the position of my cursor.
### Example for my Feature Request
Consider the following text, where my c…
-
## I'm submitting a...
[X ] Regression
[ ] Bug report
[ ] Feature request
In previous versions, we could collapse the alphabet headers by double-clicking on a letter. Will this feature …
-
Le Dot `.` is more complicated than expected (as usual with Vim 😅️). it's not about repeat the last **motion**, it's about repeating the last **change**. that includes changes made during `Insert Mode…
-
Interesting project! It’s great to see more tooling around the BEAM :)
I just came about
https://github.com/erlang/otp/pull/2069 and couldn’t find documentation expressing the differences between…