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 upPopular repositories
343 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 35 commits in 5 repositories
Created 2 repositories
- bzoz/rnw-pdf C++
- bzoz/rnw-ui-module C++
Created a pull request in nodejs/node that received 5 comments
win, build: fix build time on Windows
Sets MSBuild experimental switches to make it build in parallel project files generated by gyp 0.5.0.
Fixes: #35921 Checklist
make -j4 test (UNIX…
Reviewed 1 pull request in 1 repository
nodejs/node 1 pull request
Created an issue in microsoft/react-native-windows-samples that received 3 comments
How to add custom user control using C++/WinRT
The UI module docs specify how to create a custom user control with C# but not with C++. Adding Blank User Control (C++/WinRT) item to the project …