GregoryCannon / GregoryCannon/StackRabbit
Running the program
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 462
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
The program compiles and starts fine, but I'm not sure what to do afterwards... Running the stackrabbit.lua file gives me this error: lua: stackrabbit.lua:226: invalid escape sequence near '",|\|'
npm run start
> stackrabbit@1.0.0 start
> node built/src/server/app.js
loading: 37.594ms
loading: 30.735ms
loading: 34.795ms
loading: 30.625ms
loading: 32.999ms
loading: 33.019ms
loading: 28.115ms
Done loading worker threads
Listening on port 3000
Navigating to localhost:3000 gives me this:

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 by reproducing the reported error at stackrabbit.lua line 226, then compare it with the npm run start entry point, built/src/server/app.js, which listens on port 3000. Check the behavior at localhost:3000 and establish whether the Lua error or the server output prevents the expected program screen from appearing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, node.js
- Domain
- backend, developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100