Kevin Goslar

Results 169 issues of Kevin Goslar
trafficstars

### what - running activities concurrently ### why - faster execution - more robust tests that model the dependencies between tests explicitly ### how - activities defined via `parallel` are...

feature

a link to `foo` could lead to: - foo.md - foo/

refinement

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...

refinement

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...

feature
offline

```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...

feature

> 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...

feature
offline

Currently it says `To exclude the "vendor" folder: '{,!(vendor)/**/}*.md'`. It should mention the new `exclude` option.

chore

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: ![image](https://user-images.githubusercontent.com/268934/176431582-5e062cfd-c144-4ffd-b556-2eb774b8172e.png) 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