Mark O. Brown
Mark O. Brown
Currently only published on npm, but I'm planning on publishing on conda-forge / pypi in order to facilitate alternative installation methods.
**Summary** Apologies if this is logged somewhere else. Dacite will put an `int` into an `Optional[float]` field but not a `float | None` field. ... **To Reproduce** ``` from typing...
### Description There is a `null()` function in sqlalchemy which is useful on JSON objects to disambiguate sql `null` vs json `null` as a value. The advanced alchemy package appears...
Docconvert fails to parse a somewhat edge case pattern involving `...` in a context manager. Here is a minimal example: ``` import pytest def test_x(): with pytest.warns(UserWarning, match="this is a...