Jay Qi

Results 146 comments of Jay Qi
trafficstars

Aha, the `no_args_is_help` argument does recover the old behavior. Thanks! However, it looks like then that the command's status code is 0 (the way it was before). Is there no...

@marabesi I suspect that your error may be a different problem. I think it's coming from `input_file` having a default of `None` but requiring `exists=True`. It seems like maybe typer...

The documentation actually already gives you a solution to this case, without needing to create a dummy subcommand, but instead adding a callback. https://typer.tiangolo.com/tutorial/commands/one-or-multiple/#one-command-and-one-callback While in the minimal example, adding...

Hi @JasonEtco, would it be possible to incorporate this feature? (There are already open PRs #18 and #24 which have possible implementations of this.) In addition to not supporting actions...

If anybody else encounters this, it means that you have an old version of defusedxml, which is a dependency of nbconvert. This is fixed in `defusedxml>=0.7`. It's not a pelican-jupyter...

Closing—implemented for V2.

Closing—implemented for V2.

Changing this issue to consider venv _in addition_to_ and not _instead of_ virtualenv. virtualenv is still popularly used and provides a superset of the functionality of venv. However, it may...