Zsolt Szatmári
Zsolt Szatmári
Hi! I would expect the following to return a http status code: ``` const express = require('express'); const app = express(); const Q = require('q'); app.use(require('express-promise')()); app.get('/index.html', function(req, res){ res.send(Q(new...
Hi! Awesome library! Is it thread safe? It seems to me, but I am not that familiar with System.Reactive, so there might be a catch, but better safe then sorry....
Previosuly, when using with Carthage, localizations were not working at all, displaying texts like 'CLOSE_BUTTON' instead. This patch should fix this problem.
Dear sydlawrence, I find your midi-launchpad package awesome, except for one thing: node.js mysteriously crashed more ofter than not when trying to use midi for other purposes as well in...
Hi! As the interface is well documented, this could be done without resorting to hackery: https://github.com/Ableton/push-interface I am not sure if this would be easy though. But I am sure...