Sam Kirkland

Results 62 comments of Sam Kirkland

@awaidus can you post your config? Looking at your log it appears you're still on a old version (4.3.0)

@awaidus Can you switch back to the latest version `4.3.4` and try excluding files that start with `.` [see readme for how](https://github.com/SamKirkland/FTP-Deploy-Action#exclude-files). You also need to change your `state-name` to...

`state-name` is relative. So **no need** to re-specify `/public_html/laravel-app/` ```yaml state-name: ftp-deploy-sync-state.json ``` If you make that change it _should_ work - assuming the problem is limited FTP access. ----...

@awaidus `state-name` only works after the initial sync.

@awaidus did the upload work? After the first upload it should be MUCH faster (only changes will be uploaded going forward)

Hello, I haven't used multi-root workspaces yet but this seems like a useful feature to support. Can you help me understand what would need to change on the extension side...

Proposed api: ```typescript type RemoveMode = "focus" | "tagClose"; // You can only remove a item by pressing delete. Before the item is removed the tag that is about to...

Hey everyone. I had the same problem with our build: **Node:** v10.15.3 **Storybook:** v5.3.18 (A bit old, so might not work for everyone) **Error occurred on the following step:** `93%...

Closing as duplicate of #106