Bret Comnes

Results 283 comments of Bret Comnes

I considered adding it for python a while back since we didn't have a good version manager story for that yet. It turns out no python version manager can download...

+1 More control over the install phase would be an improvement.

+1 to adding nanocomponent by default.

Also setting up UI testing would be ace. I still need to sort out how to do that.

We could maybe add a `--yarn` flag

The client uploads 15 files at a time, which helps speed up uploading of many small files. https://github.com/netlify/js-client/blob/27f6ce34c5d19a27268cfeac6d4a266f0d58c819/src/deploy/upload-files.js Netlify's API has a fairly low rate limit by default though, so...

There is a Zip upload endpoint available, but there is no de-duplicated zip upload endpoint. The zip upload requires you to upload everything you want hosted for every deploy. The...

> or better yet just magically retrying under the covers :) We retry two different ways under the covers: 429 backoff handling on all API requests, and exponential backoff for...

This would be a good candidate for https://github.com/netlify/cli-utils