Aaron Bushnell

Results 29 comments of Aaron Bushnell

Having an issue that @khalwat thought was similar as this one! We've migrated a site from Craft 2.x to 3.x and upgraded SEOmatic along with it. I've added the new...

All good, @khalwat! Appreciate the response. Let me know if you need any additional info!

Was hoping for this too. Is there some way to map the Emmet functionality used in `.css` to any filetype within `.vimrc`? That would be nice so I could apply...

Hi! I seem to still be having this issue with the latest version of the plugin. My volumes in Craft 2 have a `US` location and they remain `US` when...

No problem, @andris-sevcenko! Let me know if I can assist by sending you any logs/database info/etc! 🙌

Here's the JSON data within the `settings` column of my `assetsources` table. Just in case that helps here. ```json { "keyId": "REDACTED", "secret": "REDACTED", "bucket": "BUCKET_NAME", "subfolder": "SUBFOLDER_NAME", "publicURLs": "1",...

You bet, @joshangell! Thanks for your awesome work on this 😊

I don't know if this is the case for others, but we use the [Scout](https://github.com/studioespresso/craft-scout) plugin and I can reproduce "Could not acquire a lock" and "Unable to acquire a...

Would really like to see this make its way into imagemin. An ideal workflow for us is to run imagemin on a directory and simply overwrite all of the files...

Getting the same error, but not when using Gulp. It turned out that installing `libpng` via Homebrew corrected it. ``` brew install libpng ``` However, I'm not sure why this...