Robert Payne

Results 81 comments of Robert Payne

It would also allow for graceful shutdowns: * Send `hinterrupt` * Sleep for 10 seconds * Send `hclose` * Sleep for 3 seconds * Terminate process

@broadwaylamb @devmaximilian anything I could do to help with getting this merged? Is it just tests missing at this point? We're looking to migrate from ReactiveSwift to Combine (and OpenCombine)...

I've confirmed this syntax with the RethinkDB Dash JavaScript driver: ``` var r = require("rethinkdbdash")(); var q = r.do(10, 20, function (x, y) { return r.add(x, y); }) console.dir(q._query, {...

@danielmewes actually there are two weird errors: There is a missing `[` before `FUNC` it should have two, and there is also a missing `]` at the end. I guess...

This doesn't make much sense as the code here has hardly changed at all… Does it work with Xcode 9 and Masonry 1.0.2?

@guofengld so it doesn't crash once you do a full clean + build? Sounds like a weird Xcode issue

@jonz-tech have you tried a full clean? Including deleting your DerrivedData folder? It seems super suspicious because nothing about these API's changed.

@CristianoCastro super helpful thank you, I have no idea why it's letting the header go through but not the API, gah!

@CristianoCastro just one last question -- does it crash on device? Or just simulators?