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 40 million developers.
Sign up
Pro
Popular repositories
-
-
-
-
-
Forked from microsoft/terminal
The new Windows Terminal, and the original Windows console host -- all in the same place!
C++
-
Forked from apple/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
C
213 contributions in the last year
Contribution activity
August 2019
- pi1024e/osu C#
- pi1024e/TypeScript TypeScript
- pi1024e/git C
- pi1024e/DirectXShaderCompiler C++
- pi1024e/vs-editor-api C#
- pi1024e/BuildXL C#
- pi1024e/core-setup C#
- pi1024e/coreclr C#
- pi1024e/cli-1 C#
- pi1024e/standard C#
- pi1024e/calculator C++
- pi1024e/desktop TypeScript
- pi1024e/intellij-community
- pi1024e/azure-tools-for-java Java
- pi1024e/vscode-java-debug Java
- pi1024e/mastodon Ruby
- pi1024e/azure-pipelines-tasks TypeScript
- pi1024e/msix-packaging C++
- pi1024e/cli JavaScript
- pi1024e/node JavaScript
- pi1024e/vscode TypeScript
- pi1024e/swift C++
- pi1024e/swift-corelibs-libdispatch C
- pi1024e/swift-corelibs-xctest Swift
- pi1024e/Squirrel.Mac Objective-C
4
repositories not shown
Created a pull request in apple/swift-corelibs-foundation that received 11 comments
Fix crash that occurs when attempting to retrieve the name property of an XMLDocument by making it return nil.
Runtime crash occurs when one attempts to retrieve XMLDocument's name property. This was due to the lack of checking if Documents were allowed or n…
+6
−6
•
11
comments
- Typo: isDiposed should be isDisposed
- fixed typo: sugget renamed to suggest
- fixed Resizable typo
- Indentation typo fix
- Typo Fix: isToogle to isToggle
- Typo: VerticallOffset -> VerticalOffset
- Typo: Comapletion - > Completion
- Param typo in locateFile.ts: Absoulte -> Absolute
- Precidence typo
- Typo: explaination
- Typo: conditon -> condition in php.snippets
- Typo: parameter
- Typo: Inclue to Include
- Typo fix: Reamining -> Remaining
- Typo: Accumulated
- Typo: validate
- Typo: Multi
- Typo fix: Foucus
- Typo: extention to extension.
- Typo: Existance
- Typo: Parms
- Typo: Delimitor
- Typo: Hilight is highlight
- Typo fix: Parallell
- pakage is not a word.
- Some pull requests not shown.
- IDE0028: Simplify object collection
- Fix IDE0008 (use explicit type instead of var) to modernize the codebase
- Modernize codebase to use pattern matching
- Issue #4199 says a large portion of memory used when creating a snapshot in the Project Instance class is the creation of Sync Objects, so I have optimized this portion to be more efficient. #4605
- Issue #4199 says a large portion of memory used when creating a snapshot in the Project Instance class is the creation of Sync Objects, so I have optimized this portion to be more efficient.