J0J0 Todos

Results 50 issues of J0J0 Todos

Fix this deprecation warning in our actions workflow before next release: ``` /opt/hostedtoolcache/Python/3.10.9/x64/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. ``` Probably something like...

Hi, my program has subcommands that have their own extensive --help output. ``` command -h command subcmd1 -h command subcmd2 -h command subcmd3 -h ``` Is there a quick way...

enhancement
help wanted

Hi, I can't figure out why the last character is cut off from my --help outputs "Name description" my command spits out something like this: ``` usage: command [-h] [-v]...

bug
enhancement

Hi, it's not really an issue but rather asking for some advice for an enhancement of wagtail-simple-gallery. In a picture collection on the web usually a user would expect when...

enhancement

It's not a big deal for me since I just launched firefox and logged in with that. Done. Just so you know, there might be an issue. The actual proplem...

upstream issue

Hi, just wondering if this intended behaviour. when I use `client.list('folder')`, it _not_ only retrieves the contents (files, subfolders) of this folder but also the containing folder itself as ```...

Is it possible to output multiple manpages/html pages eg for commands with multiple subcommands and a lot of options? I'd like to have the main command in a page and...

Usually I describe in short what a subcommand does by putting a text into a subparsers help argument. Argparser renders it like this: ``` $ disco -h usage: disco [-h]...

Hi I just realised that #21 or at least something similiar appears to be still an issue in generated manpages. Not sure if it is related at all, just sounds...

Hi, must be something basic or incompatibility with my vscode installation. Before I go into detail and provide info about my system: When I right-click a tab and then "add...