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
714 contributions in the last year
Contribution activity
September 2020
Created a pull request in microsoft/terminal that received 6 comments
Make til::color's COLORREF conversion more optimal
Clang (10) has no trouble optimizing the COLORREF conversion operator to a simple 32-bit load with mask (!) even though it's a series of bit shifts…
+27
−7
•
6
comments
- Improve support of OSC color parameters
- Update ColorScheme with Json Serializer and color table API
- Unbind `togglePaneZoom`
- Readability improvements.
- Introduce KeyMapping and Move TerminalSettings construction
- Fix OSC8 termination over the PTY after SGR 0
- Add a Settings UI Prototype
- Add serialization error handling to settings projection layer
- Open up content dialogs for invalid URIs and unsupported schemes
- Display URI tooltip, render dashed/solid underline for links
- Make CascadiaSettings a WinRT object
- Remove AcrylicOpacity from AzureCloudShellGenerator
- Support the "file" URI scheme
- Add WPF API endpoint that allows separation between render space and text buffer space
- Keep degenerate UIA text ranges degenerate after movement
- Add support for DECSCUSR "0" to restore cursor to user default
- Add profiles to the Jumplist
Created an issue in PowerShell/PowerShell that received 4 comments
PSNativePSPathResolution breaks passing strings starting with ":" to native tools
Steps to reproduce
PS> cmd /c echo ":(top,exclude).*"
Expected behavior
:(top,exclude).*
Actual behavior
C:\Users\duhowett\src\openconsole-inbox\:…
4
comments