Whymarrh Whitby
Whymarrh Whitby
Given the following `package.json` file (cruft removed): ```json { "scripts": { "a": "test/programs/a", "b": "test/programs/b", "sleep10s": "sleep 10" }, "devDependencies": { "npm-run-all": "^4.1.3" } } ``` Racing `a`, `b`, and...
The README contents are the default from cra—what does this project do? How do I use it?
Looks like this no longer gets updated via CI, `gh-pages` hasn't been updated in 6 months. (I imagine this is because of a token issue.)
(I'm not sure where this option would go right since there's no config yet.) It'd be neat if there was an option to have references to commits in the commit...
This is the tracking issue for repo/package standardization. - [x] Migrate to TS (#7) - [ ] #52 - [ ] #53 - [ ] #54 - [ ] #55
We should at least add a job to confirm that `yarn build` continues to work
In playing around with Clutz I noticed #587 and in reading through the open issues I've noticed #595—would the project team be interested in a "rewrite" of the CLI? A...
In preparing #586 I came across the following behaviour that I don't think is correct. When a mix of valid and invalid options are passed the values for the valid...
Would there be interest in externalizing the core functionality of this task? I'm thinking that a part of this task can exist in its own module to allow reuse by...
This issue tracks the progress of a v1 release. Tasks: - [ ] Migrate to TypeScript (#23) - [ ] Add a CHANGELOG (#22) - [x] Add a `SECURITY.md` file...