Elmar Burke

Results 6 comments of Elmar Burke

Amazing how simple it is to get the first image through the proxy - very nice! But now I try to connect GCS to it an the compiler complains about...

As soon as someone\* wrote a test for it. *) it's on my todo list since august… Feel free to commit

nope, `delete message._id` is required. It looks you can only save on _id per couch. But you can drop `delete message._rev` even it is useless.

I would also love to use RxJS v6. Maybe you can share the blocking parts you see or where help is needed. Is the change done in #660 a starting...

For those people waiting for this PR, there is a simple configuration possible to get recompose working with RxJS@^6.0.0: ```js import { from } from 'rxjs'; setObservableConfig({ fromESObservable: from, });...