Kevin Goslar
Kevin Goslar
### what - running activities concurrently ### why - faster execution - more robust tests that model the dependencies between tests explicitly ### how - activities defined via `parallel` are...
When running Text-Runner in parallel over many code bases I want that external links are checked using a worker queue So that Text-Runner does not not overload the operating system...
When checking documentation with relative links I want to be warned when going above the root directory So that my documentation remains self-contained in its folder. - this is disabled...
```cucumber Scenario: a long-running process crashes Given a file "1.md" with content: """ ``` $ crashing-process ``` """ When running text-run Then I see the error: | FILE | 1.md...
> When working on isolated documentation without inbound links I want to be notified about files that aren't linked to from within the documentation So that my documentation does not...
Currently it says `To exclude the "vendor" folder: '{,!(vendor)/**/}*.md'`. It should mention the new `exclude` option.
It would be nice if this action would also add a comment to the pull request directly. Here is an example for how that could look like:  The message...
The problem is that I have to run Prettier twice over the input below to arrive at output that passes `prettier --check `. This problem happens with many Prettier versions...
This provides an example for the header that files replicated from `ory/meta` would have in a repo. #### Related issue(s) - https://github.com/ory/meta/issues/149 - https://github.com/ory/cli/pull/183