-
1. When I run klara on https://github.com/erezsh/runtype/blob/master/runtype/dataclass.py, I get `AttributeError: 'JoinedStr' object has no attribute 'statement'` :
```python
File "c:\python38\l…
-
At the moment the protocol methods are in an inconsistent state: some of them can take `PyRef` or `PyRefMut`, and some of them take `&self` or `&mut self`.
This is confusing to users and also gets …
-
When loading mask files generated by CellPose (in [Google Colab](https://colab.research.google.com/github/MouseLand/cellpose/blob/master/notebooks/run_cellpose_GPU.ipynb), for example) in the NamesAnd…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to type-safely access the bound `__self__` object from a bound method.
**Describe the solution you'd li…
-
This is a meta-issue tracking the adoption of Python Array API standard:
- Intro: https://data-apis.org/blog/array_api_standard_release/
- API spec: https://data-apis.github.io/array-api/latest/
- …
-
**Describe the bug**
I am trying to get the latest validation result from a `DataContext` using the `get_validation_result` method but am getting a
```
Traceback (most recent call last):
File …
-
While complete formal semantics for Python are neither achievable not all that useful, I have some ideas around this topic that I'd like to put in writing. I will be borrowing freely from Brett Cannon…
-
Currently the draft PEP specifies and the code supports the optional ability to add `__slots__`. This is the one place where `@dataclass` cannot just modify the given class and return it: because `__s…
-
`__bold__` is __bold__ in markdown -- should protect with `\_` (using a grep?)
-
👋 I'm a bit down a rabbit hole so I'll explain my journey and how I got here
I was taking a look at the newest version of pip today and I noticed it was visibly slower than before. a pretty notice…