David Dan

Results 12 issues of David Dan

It would be nice to have the ability to add some optional description text to a route. Something like: ```PHP $router->add('test', function () { //do something })->addDescription('This is a description');...

help wanted
easy pick
new feature

Example: ```PHP ->flatMap(function(array $x){ return $x; }) ```

Moved the benchmarking PR https://github.com/ReactiveX/RxPHP/pull/137 from the master branch

I cherry picked the higher-order test code from v1 so we can start working on getting higher-order marble tests working. Some tests are failing. @martinsik if you get a chance,...

On PHP 5.5.21 on OSX, this is what sometimes happens when I run (it doesn't always) https://github.com/reactphp/filesystem/blob/master/examples/directory_ls_recursive.php ``` PHP Fatal error: Cannot use object of type React\Filesystem\Eio\RuntimeException as array in...

bug

When using autobhan.js within an iOS 8 WebView (PhoneGap), `websocket.onclose` is not called when the connection closes due to an error. Uncommenting the following line resolves the issue: https://github.com/tavendo/AutobahnJS/blob/master/package/lib/transport/websocket.js#L115 I've...

bug

I've implemented all of the connectable observables from RxJS. Since they're interdependent, it probably makes sense to handle them as one PR, but I can split them up if it's...

Look into doing something similar to recompose's [setobservableconfig](https://github.com/acdlite/recompose/blob/master/docs/API.md#setobservableconfig).