Popular repositories
-
Forked from yuk7/AlpineWSL
Install Void Linux as a WSL Instance (for Windows 10 1803 64bit or later)
-
Install Void Linux (with musl-libc) as a WSL Instance (for Windows 10 1803 64bit or later)
-
-
-
Forked from vydd/sketch
A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
Common Lisp 1
-
645 contributions in the last year
Contribution activity
May 2021
Created 2 commits in 1 repository
Created 1 repository
- am11/arcade C#
Created a pull request in dotnet/runtime that received 2 comments
Fix versions for Libs subset's native artifacts
During the repo consolidation, we missed passing OfficialBuildId
argument to common script from all subsets, which resulted in default
version emit…
Reviewed 3 pull requests in 1 repository
Created an issue in dotnet/roslyn that received 4 comments
Order of mdarray's dimensions in IL
Version Used:
3.9.0-6.21160.10 (59eedc3)
Steps to Reproduce:
Roslyn tends to flip the dimensions of multidimensional arrays in IL. e.g. int[,,,][,]…