Carl Smedstad

Results 14 issues of Carl Smedstad

Feature request for a new option, `--force`, that will disregard and overwrite already existing files when installing a package. I'd be happy to submit a PR for this, unless there...

The version in pyproject.toml is wrong: ```toml [tool.poetry] name = "json-schema-for-humans" version = "0.41.0" ``` Is this not the version that is used when building the PyPI package? It might...

ci

Replace unittest.mock assertion method in removed Python 3.12 The unittest.mock method called_once_with is no longer present in Python 3.12, assert_called_once_with should be used instead. Also, make the scripts in `scripts/`...

Hey :wave: I maintain the [AUR package for shell-gpt](https://aur.archlinux.org/packages/shell-gpt). Arch Linux is in the process of migrating to Python 3.12, which identified the following issue in the test suite: ```sh...