-
Hi, Alexander!
Yesterday you put on hold my question on stackoverflow. That's how i got to know about this tool. (Actually, i edited the question a bit, so it could be ok now)
[https://stackover…
-
Sometimes, implementations check for the existence of a method on an object before using it. Take this example from Python 2.7's urllib:
```python
class addbase:
def __init__(self, fp):
…
-
**Bug Report**
Mypy raises a false positive for `dataclass.asdict` (`No overload variant of "asdict" matches argument type "Self" [call-overload]`) on the very specific circumstances:
1. Th…
-
The CUDA kernel doesn't seem to respect the NUMBA_OPT environment variable. This makes switching debugging on and off from shell difficult, especially for kernels that make many device function calls.…
-
I understand that Mypy tends to be conservative with its type inferences. However, I'm unclear as to why it doesn't utilize the information from the type variables to infer the type as `Signal[builtin…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When defining mutually recursive fields with a module qualifier, e.g. `mod.Type`, the references are not automati…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
Please consider
```
import typing as tp
import enum
@enum.unique
class ColorIndex(enum.IntEnum):
BLACK = 0
GREY = 1
WHITE = 2
def _missing_(cls, value: object) -> tp.Any…
-
As in title, code you've uploaded didn't work on 10.2 or higher version of CUDA/Pytorch.
(This error may have occurred because of Pytorch.)
BTW, below is my environment
```
Ryzen 7 3800X
RTX 2080…
-
**Describe the bug**
Kubernetes worker pods, perhaps only ones which did not register properly, accumulate forever.
The worker process exits "normally" without an indication in `kubectl logs` that t…