I fix focused repo problems: failing tests, broken CI, TypeScript errors, dependency regressions, small backend bugs, cache failures, and missing regression tests.
Best fit:
- JavaScript and TypeScript
- Python
- Rust
- Node, React, API code
- GitHub Actions and CI failures
- Test coverage for known bugs
Good projects are scoped and verifiable: a failing command, a clear bug report, a broken workflow, or a small behavior gap with expected output.
Request a focused fix: https://github.com/JackSpiece/JackSpiece/issues/new?template=fix-request.yml
How I work:
- Reproduce the failure or inspect the target behavior.
- Make the smallest practical fix.
- Run the relevant test, lint, or build command.
- Send a PR or patch with a short root-cause note.
Public proof points:
- Browser data edge case: sitespeedio/chrome-har#157
- Python cache reliability: langflow-ai/langflow#13167
- TypeScript config hardening: openclaw/openclaw#83296
- GitLab LFS media handling: decaporg/decap-cms#7815
- Rust test coverage and performance slices: https://github.com/spaceandtimefdn/sxt-proof-of-sql/pulls?q=is%3Apr+author%3AJackSpiece
Typical small fixed-scope work:
- Diagnose one failing command or CI job
- Fix one focused bug and add a regression test when practical
- Clean up a dependency or typecheck breakage
- Patch a small backend reliability issue
- Add focused test coverage around known behavior
Send a repo link, failing command or log, and the expected behavior.