Jeremy Nagel
Jeremy Nagel
> Hi, can you try `yarn install --frozen-lockfile` instead of `yarn install` in your step 6? Yup I tried that. It makes no difference. The flag seems to just not...
I'd be keen for separate packages because otherwise it makes it very hard to use typefaces with serviceworker caching. I don't want to put unnecessary fonts into the SW cache...
@thinker3197 It's not about the viewport width, it's about the device pixel ratio. With `` It uses extra high res version of the image at high DPI and normal res...
No worries. I'll have a go at a feature enhancement PR next week.
Perhaps give suggestion about length of name in the readme.
New version post rails 5 PR being merged hasn't been released yet?
I did something like this: ``` Model.destroyById = (id, next) => { return softDestroy({ id }, next).then((result) => { Model.notifyObserversOf('after delete', { instance: { id: id } }); return result[0];...
@MJMortimer Do you mean this type of 401? ``` %{message: %{"oauth_problem" => "token_rejected", "oauth_problem_advice" => "Token XXX does not match an expected ACCESS token"}, status_code: 401} ``` Is there any...
Hmm any idea why I might be getting that error with one xero account but not another (bearing in mind it works fine with a Node SDK so is not...
It's a private app. Hmm ok I might try using another module. I noticed the node implementation used an off the shelf oauth module which gives me hope.