Brett Holman
Brett Holman
# Enhancement https://github.com/sbrunner/jsonschema-gentypes has the capability to generate Python types from jsonschema. ### Current state Currently mypy is able to see that configurations are type `dict`, but is unable to...
# Enhancement cloud-init uses a few different formats for docstrings and does not have a documented standard In https://github.com/canonical/cloud-init/pull/5262, it was decided to use `sphinx` style docstrings. This issue is...
# Enhancement Various test dependencies are not included in our `test-requirements.txt`, which means that running outside of `tox` for certain tests (`mypy`, `hypothesis`), require digging in the `tox.ini` to get...
# Enhancement While many improvements have been made to make unit tests more independent of the runtime environment, there is more work to be done. A low-effort smoke test for...
The current documentation doesn't show a user how to use it or what it does. It just has some cryptic hints about run frequency and implementation details of which directory...
#### Is replace supported? Several other popular editor plugins offer this feature: - this vim plugin -> [thesaurus_query.vim](https://github.com/Ron89/thesaurus_query.vim) - this emacs plugin -> [emacs-powerthesaurus](https://github.com/SavchenkoValeriy/emacs-powerthesaurus) The README doesn't describe this as...
First of all, great work. The idea of generating type definitions from a jsonschema is exciting, and I'd like to be able to put this to good use. I noticed...
#### Summary Setting `use_spellfile = true` doesn't use neovim's spellfile. In neovim I see: ``` I Test cloud-init for stuff. ■ 'cloud-init': Possible spelling mistake found. I Test Cloud-init for...
Between 2.31.0 and 2.32.3, import time increased by ~25%. This appears to have been caused by https://github.com/psf/requests/pull/6667, which changed the expensive `load_verify_locations()` to run at import time (in 2.32.0). ##...
Possible fix for https://github.com/psf/requests/issues/6790. This removes the ssl context load from the import path, and instead caches the context the first time that it is requested.