Sebastian Kreft

Results 88 issues of Sebastian Kreft

Once #699 is fixed, we will still have some typing issues because `__init__.py` is not defining `__all__` or reexporting the members. See https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport for more details. Without this, mypy produces...

### Description Issue #1669 shows that the typings for server default were inconsistent with sqlaclhemy's definition. In this PR we: - fix the definition of `_ServerDefault` to match that of...

**Describe the bug** Using `server_default=sa.null()` in an `alter_table` command triggers a typing error, even though the migration executes without any problems. Note also that `sa.null()` is type checked properly when...

bug
pep 484

First of all, thanks for the all the work put to release v1.0.0. It was really easy to migrate from v0.21. However we found a weird issue when using uvloop...

Currently the property `node` of `FixtureRequest` is defined as ```python @property @abc.abstractmethod def node(self): """Underlying collection node (depends on current request scope).""" raise NotImplementedError() ``` which implicitly types the return...

type: proposal
topic: fixtures
topic: typing

There are a bunch of PRs with new plugin proposals. However it is not clear which of those should be accepted. We should have a clear policy regarding which packages...

### Describe your environment OS: Debian Python version: 3.12.9 (main, Apr 8 2025, 01:41:13) [GCC 12.2.0] SDK version: 1.38.0 API version: 1.38.0 ### What happened? We have gotten some errors...

bug

Add the SPDX license identifier to the gemspec. See the gemspec [specification](https://guides.rubygems.org/specification-reference/#method-i-license-3D) and the SPDX [MIT entry](https://spdx.org/licenses/MIT.html).