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...
Hello, I found (via google) the page https://ratatui.rs/tutorials/counter-async-app/ and was excited as I'm trying to make my ratatui program async, but I realized that this page seems stranded on the...
Hello, I found (via google) the page https://ratatui.rs/tutorials/counter-async-app/ and was excited as I'm trying to make my ratatui program async, but I realized that this page seems stranded on the...
**Describe the bug** The provider seems to not realize that an imported vm was originally cloned. It thinks it must add the cloned part of the state which forces replacement....