Hal Blackburn
Hal Blackburn
The background to this is that I found [a bug](https://github.com/denoland/deno/issues/13142) in deno's `TextDecoderStream` implementation that results in it failing to clean up a resource it holds if its stream pipeline...
**Describe the bug** PDK ships libaugeas which is built incorrectly on OSX, augeas functionality does not work as a result. **To Reproduce** Two Puppet and Ruby programs to demonstrate this:...
I'm going to have a crack at making the error messages a little more user-friendly, to resolve #5. Especially the `Warning: found unmatched (duplicate?) arguments [Argument(None, '.\\10. PowerShell.ps1')]` that occurs...
This is my proposal to fix #33. (With the assumption that compatibility with docopt is a goal of docopt-ng.) This PR adds two new functions, `parse_docstring_sections()` and `parse_options()`; and uses...
Currently only `DocoptTestException` is reported, no info on the error is shown if any other error is raised during a `testcases.docopt` test. This change delegates to the default `pytest.Item` error...
Just a typo.
I've got an old CLI program which uses OG docopt. I'm giving it a bit of minor TLC to refresh the tooling, and I tried switching to docopt-ng, but -ng...
If a test run via `Deno.test()` allows the event loop to empty, the test suite immediately fails without reporting the result of the test or any subsequent tests. The failure...
### Describe the bug The Hydrate component performs state mutations while rendering, which react detects and logs the https://reactjs.org/link/setstate-in-render warning/error. > Warning: Cannot update a component (`App`) while rendering a...
The README now mentions and links to the `sortedcontainers-stubs` package, as discussed in #107.