Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
945 contributions in the last year
Contribution activity
November 2020
Created 11 commits in 2 repositories
Created 1 repository
Created a pull request in microsoft/terminal that received 6 comments
Make the link underline less obtrusive; don't use it for pattern
This pull request switches up the treatment we use for pattern-detected links and OSC 8 hyperlinks: Links generated via OSC 8 have a sparse dotted…
Opened 6 other pull requests in 2 repositories
microsoft/terminal
4
merged
microsoft/winget-pkgs
2
merged
Reviewed 49 pull requests in 2 repositories
microsoft/terminal 48 pull requests
- Bind LaunchMode, BI Opacity, Opacity, and FontWeight
- Fix tab switching in the 1.4 release
- Polish layout for Settings UI
- Fix a race condition in pane animation completion that broke sizing
- Implement ConEmu's OSC 9;4 to set the taskbar progress indicator
- Fix combining wt args and "wt new-tab" args in implicit context
- Add a setting to flash the taskbar when the terminal emits BEL
- Fix out-of-bounds exceptions in Set...{Buffer,Screen}Size
- Add Serializer to CascadiaSettings
- align command palette prefix > to left when visible
- 8249: Remove trailing commas in profiles.schema.json
- Fix the spellbot
- initial draft of VT function support spec
- Prevent resizing terminal to a lower-than-minimum width
- Disable Home and End keys in Commandpalette searchbox
- Make sure to disable pane entrance animation if user requests
- doc: Update roadmap with 1.5 release info
- 8247: Custom key bindings are broken for tab navigation
- Make tab header a custom control
- 8075: Set tab color in command line
- Combine the parsing & dispatch blocks for OSC actions
- Warn when font isn't found and another is chosen
- Improve OSC 8 Hyperlink parsing logic
- Fix potential over/underflow as noted by "TODO:" comment
- Avoid an access violation in pane animation if the child is closed
- Some pull request reviews not shown.
MicrosoftDocs/Console-Docs 1 pull request
Created an issue in microsoft/terminal that received 7 comments
Command Palette: page up/down "wrap" backwards when you're too close to the bottom of the list
We may need to clamp the index when moving down/up. /cc @Hegunumo

