Mauricio Villegas
Mauricio Villegas
The approved [PEP 257](https://peps.python.org/pep-0257/#what-is-a-docstring) mentions the so called "attribute docstrings", which are string literals in the line after where an attribute is defined. These kind of docstrings are supported by...
I would like to use the warn feature to give the user instructions even though there is no completion value that can be provided. The most simple case is an...
In a jsonargparse issue it was commented that to make lightning-transformers work, it was required to change the type `Type["AutoModel"]` to just `Type`, see [jsonargparse#146 comment](https://github.com/omni-us/jsonargparse/issues/146#issuecomment-1192457367). Forward references like `"AutoModel"`...
This pull request adds a bump2version config so that the increase of versions automatically creates a git tag and a commit with a standard message. This relates to issues #281...
I created a previous issue to ask about the release process and hopefully push to improve it, see https://github.com/pykaldi/pykaldi/issues/237. However, that issue was closed without answering the main points that...
A feature that jsonargparse+argcomplete supports is the print of help when there are zero possible completions. It would be great if the same feature can be implemented for shtab. To...
There is some interest in making [jsonargparse](https://github.com/omni-us/jsonargparse) more usable with shtab. Ideally, when people use jsonargparse many shtab features would work out-of-the-box, avoiding the need for them to implement boilerplate....
The example in https://github.com/iterative/shtab/blob/master/examples/customcomplete.py shows how to implement a completer for `*.txt` files. The example is good to show how to use custom shell specific functions. However, a completer for...
I have cloned the repository, successfully compiled the pdfalto tool as instructed in the readme and processed a pdf file to get a few files as output, including an xml...
It would be very useful if the API automatically generated using sphinx's autodoc is included in the documentation of readthedocs. If I understand correctly this was actually the plan (https://github.com/pycontribs/ruyaml/issues/1#issuecomment-716967334)....