Vittorio Monaco
Vittorio Monaco
The headerItem is just a REMenuItem so it's very easy to create one. Moreover, it's just a property on the REMenu instance and it's back-compatible with the existing codebase since...
Just a reliable way to do that, based on the code at https://github.com/MugunthKumar/MKNetworkKit/pull/343 but slightly modified to work
Hi, we're planning to use your server instead of `GCDWebServer`, but we need to asynchronously handle requests. This means that, when specifying a request handler, we don't want to immediately...
These commits make it possible to remove the giant UIButton used to dismiss the tip view, and use a UITapGestureRecognizer on the containerView window instead. A single tap can now...
The API should take an array and a closure that takes an element and returns a Future, and return a Future that will execute all the single futures one by...
Since it looks like a library is Linux-safe even when using Foundation, it could be interesting to create a Linux target of PiedPiper and see what can fit there and...
_From @vittoriom on February 22, 2016 20:42_ - [ ] Expose `mutate` variations on `Future`s - [ ] ... _Copied from original issue: WeltN24/Carlos#129_
_From @vittoriom on February 22, 2016 20:42_ - [ ] `after` #137 - [ ] Consider returning and leveraging `Future`s when dispatching on queues - [ ] ... _Copied from...