Steven

Results 553 comments of Steven

Perhaps the docker or github API is rate limiting if there are more people visiting from the IAD region?

I just realized the screenshot for your error says the request was for www.google-analytics.com, not GitHub or Docker. You could try wrapping that in a try/catch and see if its...

If you remove `builds` property from now.json, it should "just work" without any additional configuration.

Seems like `static` should be `public` like the docs mention here: https://nextjs.org/docs/basic-features/static-file-serving Also, you could probably move `/api` to `/pages/api` and then you can develop with `next dev` locally. It...

I found the API ✨ https://api.microbadger.com/v1/images/node https://api.microbadger.com/v1/images/elasticsearch https://api.microbadger.com/v1/images/mhart/alpine-node It's just super slow 🤷‍♂️

I looked at the official docker hub api but it doesn't seem to aggregate the sum of the layers. You might be able to get each layer individually with several...

Should we keep this issue open? I think the idea of image size as a badge is relevant, even if it doesn't come from microbadger service.

You might want to reach out to @zeit because they have a system that can build and deploy any `Dockerfile` and then [auto scale](https://zeit.co/docs/getting-started/scaling#auto-scaling) as traffic increases. They will typically...

If there is a self-host option, typically that means a few things: 1. There is good documentation for how to build, run, and deploy the code 2. Usually this means...

Hi @ryanckulp We haven't tried posting in non-english languages since all our content is English at this time. This could be related to #70.