Oli
Oli
@mmick66 Could you elaborate why the `index.js` is required? Shouldn't it work without it also?
@mmick66 Sorry, I obviously meant the newly introduced `start.js`.
You are right, that this is indeed a data race. But the solution is to drop the `self` on that particular line and use the previously requested value. I do...
I did not think anyone was still using this... I can definitely merge this, but why should I create a new cocoapods release just because of some fixed warnings?
I don't think that should be the default behavior. Some people might use one of your combined promises `A`, `B` or `C` also in another context and they would be...
Added [`join`](http://hackage.haskell.org/package/base-4.6.0.1/docs/Control-Monad.html#v:join) transformer.
+1 Same here.
+1 It is definitly a bug.
I have the same issue and using the suggested option does not fix it. For instance, opening a simple 2kb text file in notepad takes roughly 3 seconds. And the...
It is not a technical problem, but rather a concern that this is not ideal and can get wasteful for larger JSON structures, as we have to convert back to...