Simon André
Simon André
Thanks for your feedback! Do you use or used a local proxy ? What version of Chrome do you use ? And above all.. does this happen with localhost, 127001,...
In your exemple, what would happen if the default locale were defined as « fr, en » ?
Does it work if you import directly the external mermaid script ? ``` import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs'; mermaid.initialize({ startOnLoad: true }); ``` ?
If it looks for a path containing « npm » i’m not sure asset mapper will ever work with this script (as it does not add this path, which seems...
Not version no. But you can ignore a file and deploying manually in public/assets i think.. not sure that would solve things though, as the relative paths would still not...
I just tested it ;) It seems to me it works: * if the image is absolute and exterenal (i tested and you're right: it does not work with github...
I mean: all the captures are made "live", there is no photoshop work there.
> Related > > * [Splitt intl packages in smaller packages #49943](https://github.com/symfony/symfony/issues/49943) I have no memory of this PR, but there is a thumbs-up from me, so... 😮💨
Fabbot fails but i cannot fix it (as it wants to edit emoji files to add licence, fix typos, etc.)
In the end, i renamed IntlEmoji just Emoji, as nothing from Emoji uses/interact with the Intl component. Moreover, Emoji requires native php Intl extension.