Simon André
Simon André
@chalasr If so, it should probably be Symfony specific then (at least at first) ?
No it's not possible for now sorry
If you need to deploy unversionned asset you still can use the Asset component !
If you need to compile assets via asset mapper, today you cannot escape versionning. If you need to deploy assets to the public folder, the Asset package can do it...
What about: In the component * dont change a thing in this class, except... * add a deprecation when no callable is passed in the constructor * create the new...
I see no drawback to use an interface (and let people decorate / replace the instance). But i do feel it's a bit overkill to add a configuration key +...
The `importmap.php` file is almost more a composer.lock than a composer.json file as I see it. So i'm not sure to follow the "creating their own importmap.php" : why would...
> Each part of the sent mail will be encoded in Base 64 with defined charset in `Content-Type` header and `base64` in `Content-Transfer-Encoding` header. I'm not sure to understand the`will...
> It's to encode text and html parts of the `Email` and `TemplatedEmail`. Does the charset represent the "**current**" charset ? Here, `$email->getEncoding()` would returns 'base64' .. even if the...