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 upPinned
86 contributions in the last year
Activity overview
Contribution activity
December 2020
November 2020
Created 2 commits in 2 repositories
Created 5 repositories
Created a pull request in fsprojects/FSharp.Control.AsyncSeq that received 4 comments
Fix compiling with Fable when targeting netstandard2.1 or netcoreapp3.0
I needed to make my project target netstandard2.1 to use the latest version of FSharp.Control.AsyncSeq, but it no longer compiled with Fable. The c…
Opened 2 other pull requests in 2 repositories
fable-compiler/Fable
1
open
blogscroll/blogscroll
1
merged
Reviewed 1 pull request in 1 repository
fable-compiler/Fable 1 pull request
Created an issue in FakeItEasy/FakeItEasy that received 11 comments
Registering a handler on a fake Wrapping an event does not work
Hello, I want to be able to tell whether a method has been called on an object, but still use the actual implementation of this object. To do this,…