Oliver Joseph Ash

Results 267 comments of Oliver Joseph Ash

How would this be different from `yarn check`?

I would also like to see this implemented as a Compass extension.

Just for clarity, this is the problem I'm trying to solve. I have an object, `foo`, which has renamed its method from `a` to `b`. I want to update all...

I don't mind this idea, although I think it should be mentioned in the docs that the promise implementation isn’t compliant, along with what you suggest here. Personally, I think...

This is a common problem for browser libraries; because of the hassle involved with dependencies, it’s easier just to re-invent the wheel. However, I think that laziness almost always makes...

[This polyfill for ES6-style Promises](https://github.com/jakearchibald/ES6-Promises) is ~2 KB gzipped.

I think it would be sensible to use the code someone already wrote for that (bring in a dependency), but in any case, as long as the promises behave according...

+1 to the idea of a promise adapter. I did something similar for Argonaut: https://github.com/OliverJAsh/argonaut/blob/oja-promise-adapter/demo/index.html#L22 On 2 October 2014 18:24, Alden Daniels [email protected] wrote: > @ded https://github.com/ded - suggestion: make...

We've also ran into this issue. It was because the XHR target URL’s scheme/protocol did not match the scheme/protocol of the origin URL.

I suggest adding better error logging for these cases: https://github.com/ded/reqwest/pull/201