anvil: silent footgun
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 141
- Forks
- 26
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 6
Description
anvil.Parameters allow setting silent: true; however, setting it means that the "Listening on" line never gets printed and thus process.start never resolves. The solution is to not set silent: true.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/instances/anvil.ts at the linked line where anvil.Parameters are configured, and inspect how process.start waits for the “Listening on” output. Verify the Anvil instance starts without hanging and that the listening line is emitted so process.start resolves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100