Sam Kirkland

Results 60 comments of Sam Kirkland

> Still does not work for me. > > I'm using this in combination with Ant Design, to customize the less library. > > ```json > "less-loader": "^6.1.0", > "customize-cra":...

Thanks for the PR Chien! This is a popular request so thanks for putting together a PR. I do believe having 3 arguments for this would be the most flexible...

`exclude` is weird because now it's a double negative. Also those glob patterns are complex to understand so boolean is preferred. I'm thinking `allowXXX` is the best As for implementation...

This is a common error, it's due to routers/firewalls killing the connection. It happens on large file uploads as well but is dependent on the network from github->ftp server so...

@patrickjuchli you rock! ♥️🚀 I'll upgrade asap

I'm having issues recreating 😭 Do you mind posting your hosting company?

I'd like a ftps account so I can troubleshoot directly. Is there a way to sign-up without my bank info?

Go it. Thanks a bunch! I'll dig into this and let you know what I figure out.

@alancwoo I signed up for a digital ocean trial, digital ocean is using **SFTP**. This action [dropped support in v4 for SFTP](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/migration.md), I'd recommend using one of the many [rsync...