-
**Bug Report**
Mypy does not properly identify the return type of a method returning `Self` when the object is annotated with a `TypeVar` bound to a `Union`.
**To Reproduce**
```python
from …
-
I encountered a strange behavior when trying to do a deposit from a Native address via LL on Mainnet. I entered the amount on the deposit form, pressed `Deposit` and got stuck with the spinning wheel …
-
**What happened**
I'm currently working on adding documentation to lib/types.nix in nixpkgs.
Not all lib.types are shown on noogle.
I assume this is due to limitations of nixdoc?
That being said …
-
1. The counter party left the chat.
2. I asked to reveal an identity.
3. Got an error message.
Let's have a popup saying "The counterparty left the chat, you cannot reveal the identity" OR even bett…
-
**Bug Report**
mypy failed to return the correct overloaded func type when decorate func accepts more than one parameter.
**To Reproduce**
```python
from functools import wraps
from typing …
-
Now that we support metaclasses, we should verify that all of the following work as expected. If they do, we should add tests that assert that they do; if they don't, we have some bugs to fix:
```p…
-
https://revealjs.com/ is used for servo presentations (but with some tweaks): https://servo.org/slides/template/
There's a discussion to support it in Zulip: https://servo.zulipchat.com/#narrow/str…
-
# Bug report
## What's wrong
If I run mypy on this code:
```py
from django.contrib.contenttypes.models import ContentType
from django.db import models
def f(model: type[models.Model]) -> N…
-
We have some components like details, checkboxes and radios that have "revealed" functionality where you click one part like a checkbox and a part of the component is then only show after the click. W…
-
```py
reveal_type(1)
```
```
> basedpyright .\a.py
a.py
a.py:3:13 - information: Type of "1" is "Literal[1]"
0 errors, 0 warnings, 1 note
> echo $LASTEXITCODE
0
```
you would never wan…