Julio Corzo
Julio Corzo
I've been using Jekyll for a few years now for simple static websites. I think most docs for Jekyll at least are more expansive in their own website. I encountered...
I don't like PKSM at all, but I guess it's enough. I just wish PHBank was updated.
What conflicts are you getting with `git clone`? The ignore file only really works when you are committing to the repository, `.shd` files wouldn't conflict. That being said, whenever you...
I thought so too, but amiibo-generator produces binary files that are compatible with wumiibo, a 3DS amiibo emulator. They are not valid amiibos. I tested this myself by downloading a...
And what I'm saying is that even if you sign them with the keys, they won't work, as the amiibo-generator amiibos are not real ones. I'm pretty confident that you...
Why not fetch the full resolution image and/or let users decide what dimensions to use? Currently returned by scraper: https://m.media-amazon.com/images/I/91wTP3k8ZtL._SY160.jpg Available in max resolution: https://m.media-amazon.com/images/I/91wTP3k8ZtL.jpg You could also do it...
I thought autodiscovery was broken. I see that the `index.json` where versions are stored is being added to directly, see [this commit](https://github.com/shyiko/jabba/pull/810/commits/11b374f11df6c8bbde58268352489c7f925ae571).
I'm in the process of moving this to Terraform, does anyone have a CloudFormation template that includes middleware? Still trying to understand how that works. The docs mention API Gateway,...
@mrunbanked have you tried going to a public asset such as `/_next/static/favicon.ico` (if it exists?) access denied there would mean that the distribution itself does not have access the the...
I work on a medium-sized app. open-next and serverless-nextjs are so cheap that Vercel is hard to justify. Since costs scale in a linear fashion, based on my projections, it...