Gregory Orton

Results 67 comments of Gregory Orton

> I don't directly use this package anymore Oh, you said that you the beta uses ``vue-component-compiler`` in the readme, and the latest version available on npm is ``beta``. >...

@frandiox -- OK! Thanks for taking the time to answer.

so is this fixed? the referred to PR is still open

Here to ressurrect this issue -- we're regularly seeing this `Too many connections` issue which is causing outages for our app. After investigation I see that even under a small...

@QAnders and anyone else that cares -- I got a reply from AWS premium support and they have been able to repro the issue: will update when I get a...

I also ran into this issue. @marcofranssen -- did you manage to start caching those images?

@shadowwalker -- very nice!

P.S - Please put in your own license key: I don't really want to give mine out to the public.

also need to read responses from a json API in response.body if an error. Doesn't seem to be automaticlaly parsed?

I solved it like this @rlwhatley3 . Not ideal, considering the reason to use `ky` is to remove boilerplate like making calls to Response.json(), but it does work. (my error...