Andrew Welch

Results 342 comments of Andrew Welch

It's a little quiet because thankfully, there haven't been many bug reports, so we're left with enhancements/feature requests. My plan is to finish porting Retour, and then circle back and...

You can just use Code Field for this: https://plugins.craftcms.com/codefield

So I see what you're doing but I'm not sure why? Can you elaborate a bit?

mmm also looks like there are conflicts with 1.0.2 @Saboteur777 -- can you let me know what the need for the PR is? Does the option not work as it...

You can use a `.env` but you also can put the `ENV` directly in your Dockerfile Anyway let me know what you uncover.

Interesting idea. I'm not really sure how that'd work under the hood though

@JayBox325 not yet

@CaitlinWeb so it's using `rawurldecode()` because malicious scripts attempt to pass in encoded Twig code, and this normalizes the string to ensure that when we go about stripping tags, Twig...

Addressed in: https://github.com/nystudio107/craft-seomatic/commit/9912a75d3fe686b343b30122e52dbe3ef90a26d0 & https://github.com/nystudio107/craft-seomatic/commit/9a722a2b40b8c48eec1380f7a84ee4ec705fd387 Craft CMS 3: You can try it now by setting your semver in your `composer.json` to look like this: ```json "nystudio107/craft-seomatic": "dev-develop as 3.4.50", ```...

@luqven developer of said `craft-imageoptimize-imgix` here -- we're not actually encoding the URL though, we're calling `rawurldecode()` before parsing the URL.