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 36 million developers.
Sign up
Pinned
438 contributions in the last year
Contribution activity
May 2019
mfelsche has no activity
yet for this period.
April 2019
Created a pull request in ponylang/ponyc that received 4 comments
Avoid busy loop when waiting for input on stdin.
This affected a program of mine which implemented a server waiting for input on stdin. The actor Stdin was spawned with _use_events=false and thus …
+9
−12
•
4
comments
Created an issue in ponylang/ponyc that received 3 comments
Create Testsuite for testing Pony programs in their process environment
During multiple occassions (e.g. #3127 or #2871 ) it was discovered that stdin interaction was not quite working as expected. Since there is curren…
3
comments