Hal Blackburn
Hal Blackburn
A `finally()` method guaranteed to be called (like the opposite of `start()`) would be good. I do find it a bit surprising that `abort()` is not called when a `WritableStream`...
It would be useful if the rules or control repo detection @glennsarti mentions were in the documentation for the extension. The [doc page on control repos](https://puppet-vscode.github.io/docs/features/control-repository/) reads like the feature...
> h4l force-pushed the test-error-messages branch from 1f166be to 93ea3f0 35 seconds ago Removed `import re` from one of the commits.
Also, just to flag that one of the commits ([ecc12c2](https://github.com/jazzband/docopt-ng/pull/37/commits/ecc12c24aefad036458622642b4860d1833c65eb)) makes a change to the GitHub Actions config.
> [h4l](https://github.com/h4l) [force-pushed](https://github.com/jazzband/docopt-ng/compare/93ea3f0a187dd2723527b2541cc90e976922889c..9c0f189aa16428f9cfaa24c4b92a64364a7694ee) the test-error-messages branch from [93ea3f0 ](https://github.com/jazzband/docopt-ng/commit/93ea3f0a187dd2723527b2541cc90e976922889c)to [9c0f189 ](https://github.com/jazzband/docopt-ng/commit/9c0f189aa16428f9cfaa24c4b92a64364a7694ee)[1 minute ago](https://github.com/jazzband/docopt-ng/pull/37#event-7307501139) Fixed tests failing on Python 3.7 due to annotation with `dict[...]`. Also changed "use a stable sys.argv"...
Yep, I can rebase this up once 36 is sorted.
@NickCrews No problem, there were quite a few merge conflicts in there! I've rebased it on master. Two of the changes/fixes from here were indirectly fixed by #36 so they're...
Very sensible, thanks @NickCrews! I guess when you do the isort pr it's probably easier to just take the change adding the isort config and re-run it to update the...
I just looked into what's causing this. The original docopt repo contains some changes to the parser in the master branch that were never released. They aim to fix the...
The `add` and `branch` cmds in this repo's [examples/git](https://github.com/jazzband/docopt-ng/tree/master/examples/git) program are affected by this: git add ``` (.venv) vscode@c4c2b63bd410 /w/d/e/git (master) [0|1]> python git.py add --help global arguments: {'--bare': False,...