-
This proposal is aimed at solving two related problem. First, when defining a multi-ary operator on Numpy arrays, e.g., [leaky integral](https://github.com/NeilGirdhar/tjax/blob/0c1b13629a197f38b73f4…
-
> The build now [fails with](https://github.com/mjpost/sacrebleu/actions/runs/10117535642/job/28001732454?pr=270#step:12:29):
>
> ```
> /tmp/build-env-uf1gjo1m/lib/python3.12/site-pa…
-
**Describe the bug**
Using [`DataFrame.apply`](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.apply.html) to map rows to a custom type seems to be a valid/supported pattern in pandas…
-
Hi,
Would it be possible to have an updated release that supports docutils 0.16?
From what I can tell the changes from 0.14 to 0.16 are:
* adding `languages/ko.py` and `parsers/rst/languages/…
-
**Describe the bug**
mypy gives me,
has no attribute "any"
above error on column "User.addresses" attribute. also, "has" vise versa
```python
stmt = (
select(User.fullname).
where(U…
-
given:
```
my-app/
├─ package/
│ ├─ __init__.py
│ ├─ things.py
├─ entry.py
├─ mod.py
```
entry.py:
```py
import mod
import package
mod.func(package.things.Thing())
```
mod.py:
…
-
**Describe the bug**
Using hybrid_property leads to several errors
- redefinition of methods
- incompatible assignment types
**Expected behavior**
No errors are returned
**To Reproduce**
…
-
Hello!
I would like to submit PyGLM as a Pyodide package.
This would mean to add a simple meta.yml pointing to the sdist on PyPI.
Previously the sdist was broken, thanks for the recent version …
-
```
PluginId: BashSupport
Plugin name: BashSupport
Plugin version: 1.6.12.173
IDEA build: GO-173.3727.144
To: mail@ansorg-it.com
User:
Description:
Error while indexing /Users/.../code/g…
-
Heya, I've this class deriving from the (concrete) User class:
```python
from django.contrib.auth.models import User, UserManager
class DepositClient(User):
objects = UserManager()
```
myp…