Yoshi Jäger
Yoshi Jäger
Working on it... 😎 @hyperxor I assume the `make test` call has 24/24 succeeded tests on Linux. Am I right?
> > Working on it... 😎 > > @hyperxor I assume the `make test` call has 24/24 succeeded tests on Linux. Am I right? > > Thanks a lot! Clone...
That was me! If we add the appropriate kqueue calls, BSD and MacOS will work! I thought about the printout-comparison thing too. Just hoped there would be someone who could...
@dennisjenkins75 I tried your approach, it gave me exactly the same results. Additionally, in the end, `Transport::onReady()` was invoked on Linux. But not on MacOS. Thus, on MacOS the response...
That‘s true. Great idea!
> @SmartArray How is your progress? I stopped working on it some months ago. It compiled well, and I thought it would be working. However, the tests didn't complete successfully;...
IMHO, it doesn't make sense to port it. See, my work was highly theoretical. Kqueue just doesn't use file descriptors and making it compatible to timerfd/pollfd should already be done...
I have had this issue when trying to `console.log` an EventHandler's event, for instance an `onPress` handler. Sometimes those events contain recursive elements, and the process will spin high in...
Thanks for your response. My devDependencies are up to date. Looking at line 27, why would my project throw an error when it's using React Native 0.67 for instance? In...