-
### Issue description
`Pipenv` does not respect the version specified in the `dev-packages` section of `Pipfile` when another dependency in `packages` section has a the same sub-dependency.
Here i…
-
**Bug Report**
Applying the `@final` decorator on a class that inherits from `Protocol` results in an error when the class implements abstract attributes (attributes, methods, properties). …
aatle updated
5 months ago
-
**Feature**
Allow for TypedDicts (or a new type specialized for this purpose) to be compatible with dict when the receiver declares it is not going to mutate the dict.
**Pitch**
When using a …
zr40 updated
2 months ago
-
class Test(Consumer):
@returns.json
@json
@patch("orders/address/pickup")
def task_updatePickupLoc(self, **body: Body):
"""Updates Pickup Location of a given order"""
Whe…
-
I get this error when running production builds of my Angular app, which contains usages of the boundMethod decorator:
```
Error encountered resolving symbol values statically. Only initialized v…
-
Consider:
```
@foo
class A {
}
@foo(A)
class B {
}
```
I am attempting to provide a decorator that accepts fully optional arguments including optional class parameters. Is there some idea brewing h…
-
```py
class A:
def f(self, i: int) -> str:
...
class B(A):
@override
def f(self, i):
reveal_type(i) # int
```
-
I'm working on a FastAPI project where I'm trying to use the HashModel class from the redis_om library to interact with a Redis database. However, I've encountered an issue related to Pydantic when de…
-
### Report
when runnung
ms.plot_barplot(mdata["rna"], guide_rna_column="NT") during the mixscape pipeline with the data provided by the authors (mdata = pt.dt.papalexi_2021()) I get no output:
N…
-
Both `@kubernetes` and `@batch` have attributes that can't be set via `@resources` (e.g. `tmpfs`). To set these attributes, you need to use the decorator, but using the decorator forces the step to ex…