Thomas M Kehrenberg

Results 49 issues of Thomas M Kehrenberg

**To Reproduce** ```python import pandas as pd x: pd.Series[int] = pd.Series([1, 3, 4], name="my series") assert isinstance(x, pd.Series) # this line produces the error below ``` mypy gives the following...

mypy bug

On Python 3.12, the new type alias syntax, `type X = Y`, produces a `typing.TypeAliasType` object, which has been backported to `typing_extensions`. And pydantic makes use of this `typing_extensions.TypeAliasType`: https://docs.pydantic.dev/latest/concepts/types/#named-type-aliases...

rule

### Checks before filing an issue - [X] This issue doesn't reproduce on web browsers (such as in Chrome). If it does, [issue reports go to the Mattermost Server repository](https://github.com/mattermost/mattermost-server/issues)....

Type/Bug

These are little-known fields, but they are documented here: https://www.sphinx-doc.org/en/master/usage/domains/python.html#info-field-lists `ivar` is for instance attributes and `cvar` is for class attributes, so: ```python from typing import ClassVar class A: """My...

Closes #542 I used [this script](https://www.reddit.com/r/FontForge/comments/11r6x4q/vertically_centering_glyphs/llkljgq/) to center it. The script seems to have moved it down by 308. It looks correct to me, but I may be wrong. I...

Initial MR: https://invent.kde.org/plasma/kwin/-/merge_requests/106 Interface file: https://invent.kde.org/plasma/kwin/-/blob/master/src/wayland/inputmethod_v1.h

It seems most public-facing functions have type annotations in optax, so would the project be interested in publishing the package with a `py.typed` file [for marking the package as having...

type:feature

I see this in the `lsp.log` file: ``` [ERROR][2025-11-10 23:12:57] ...p/_transport.lua:36 "rpc" "texlab" "stderr" "\nthread 'main' panicked at crates /texlab/src/server.rs:396:77:\ncalled `Option::unwrap()` on a `None` value\nnote: run with `RUST_BACKTRACE=1` environment variable...