hyper
https://github.com/vercel/hyper
TypeScript
A terminal built on web technologies
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported78 Subscribers
View all SubscribersAdd a CodeTriage badge to hyper
Help out
- Issues
- fix: upgrade cross-spawn to 7.0.5, 6.0.6 (CVE-2024-21538)
- Hi! This PR fixes an issue where alpha values less than 1 (such as 0.05) would generate a single-character hex representation for the alpha channel (e.g., `d` instead of `0d`). This resulted in an invalid 7-character hex string which broke background transparency when opening new windows or restarting the application. I solved this by adding `.padStart(2, '0')` to the `alphaHex` generation in `to-electron-background-color.ts` to guarantee a valid 8-character hex output. Closes #2847fix: pad single-character hex values in electron background color
- Fix documentation typos
- windowFrame: 'native' has no effect on Linux (Cinnamon)
- chore(deps): Bump actions/cache from 4 to 6
- chore(deps): Bump uuid from 9.0.1 to 14.0.1 in /app
- chore(deps): Bump recast from 0.23.6 to 0.23.12 in /app
- chore(deps): Bump actions/checkout from 4 to 7
- chore(deps): Bump @babel/parser from 7.24.4 to 8.0.0 in /app
- chore(deps): Bump semver from 7.6.0 to 7.8.5 in /app
- Docs
- TypeScript not yet supported