Mirhossein Mousavi
Mirhossein Mousavi
Hi Firstly, I appreciate you for creating this fantastic library. Unfortunately, we couldn't find an example of how to sign/verify pdf documents with Aws KMS. We created a key on...
Hi when a command executes some operations in multithread/multiprocess fashion and user hit `Ctrl+C` he/she gets this error and cli just freeze and user can't type anything `WARNING: your terminal...
- click groups and options get the `hidden` argument, if set `True` the completion won't show that - completion won't show already typed `Options` - Show Choice data type values...
Hi thanks for this great library. I'm wondering that does completion for `type=click.Choice` for options available? this is my code ```python import click from click_repl import repl @click.group(invoke_without_command=True,) @click.pass_context def...
Js2Py is a fabulous library, really appreciate the makers I want to know how much overhead does js emulated code with this library push to system in comparison to same...
pdf/reader doesn't correctly extract arabic characters, any suggestions?
The inline code does not follow the style of block-level code  How it looks  Config ```toml baseURL = "..." languageCode = 'en-us'...