-
`mypy` reports type errors when trying to use a subclass of a DataFrameModel in a scenario where the parent class would be accepted. Ordinarily I'd expect that a subclass would satisfy a type hint ask…
-
### Describe the issue
This sample code should work
```
def test_condition_is_none2():
@dataclass
class MyDataClass(DataClassJSONMixin):
a: int
b: str
@task
…
-
Just installed the latest release `1.1.0`, getting a ton of these when trying to fetch `/contacts`
```
[2024-09-26 19:13:10,912: ERROR/ForkPoolWorker-8] Task integrations.tasks.sync_merge_quickboo…
-
### Describe the bug
Apologies in advance if this is better highlighted as a feature request.
I would like the ability to enter `tab` to insert and align spaces after a line, as in the case of …
jydiw updated
1 month ago
-
The `Entity` trait provides no-op `pause` and `resume` default methods that can optionally be implemented by entities. These methods are used by the migration code to pause devices before migrating th…
-
**Describe the bug**
ONNX Simplifier fails to simplify models with optional types.
The following minimum demo:
```python
from typing import Optional
import onnx
import onnxsim
import torc…
-
I'm trying to expand the docs on `context.py`. Added a doctest:
```
>>> domain_of(Optional[int])
```
It fails. I believe the problem is in `typing.py`:
```
if hinted_type:
o…
-
### Expected Behavior
I just got bit by forgetting a difference between java and kotlin because there aren't any static types. In kotlin
```kts
tasks.withType().configureEach {
executionData…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
We're trying to create a Issue integration for Sentry. Users will be able to link issues to existing tasks. I'd like to be able to s…
-
re: #170
this worked for sqlalchemy-stubs, but does not seem to work here
POC from https://github.com/dropbox/sqlalchemy-stubs/issues/98#issuecomment-781794732
```py
from typing import An…