Andrew Welch

Results 342 comments of Andrew Welch

It's possible via Twig (and always has been) but not via simple CP settings (yet)

I think it's not documented, and it should be... but you'd basically just do something like this: ```twig {% set ogImage = seomatic.tag.get('og:image') %} {% do ogImage.content([ 'http://example.com/image1.jpg', 'http://example.com/image2.jpg', ])...

Yep, that's the idea -- it'd be much more comprehensive, though.

No current ETA, but hopefully by Q3 2020.

Noted @development-lameco !

Maybe if someone contacted him, he'd be willing to hand the repo over to another maintainer? https://twitter.com/danielstjules `[email protected]`

We got you :) https://github.com/drud/ddev/pull/4176

> IMO this should be done in laravel.go, automatically. Closing for now, happy to continue the conversation here or elsewhere. Agreed. In a new action on the project type I...

> I think we should have a post-install hook, or maybe a custom command that writes back to the .env This is what we'd ideally like to have for our...

This appears to be due to Tailwind CSS's use of `reduce-css-calc` starting with Tailwind `^1.1.0`, which apparently depends on it being run via Node. https://www.gitmemory.com/issue/TVke/react-native-tailwindcss/7/523364996 @zlokomatic 's solution above works,...