Simon André

Results 779 comments of Simon André

I think there is, on the issue you raise : users with default symfony app / no CDN are probably deleting their previous assets on every deploy. Maybe asset:deploy should...

For me the challenging part is there : > But with more official and guaranteerd support. There are bundle out there that does help for who wants to minify its...

@moshkov-konstantin I've released the [Minify Bundle](https://github.com/sensiolabs/minify-bundle/) following @javiereguiluz comment, you can try it out.

On both cases, the problem has nothing to do with AssetMapper, but with bundling systems. Regarding EditorJS, the 2.30.RC works correctly: https://cdn.jsdelivr.net/npm/@editorjs/[email protected]/

Two very genuine questions about this attribute, sorry if it has been mentionned in one of the previous threads. First: Isn't this the only value _resolver_ that _write_ things? If...

I don't know if i love the "`conversations`" name. I mean "conversation" is the thing we are opening, but setting conversation**s**(...$userIds) seems a bit off : we are not passing...

How would you handle updates ? If you had to select a specific resolver to require a module, i guess the update won't go well unless using the same resolver...

What is wrong with the downloaded shim? Could you elaborate a bit ? I'm presuming you are referencing the [local polyfill](https://symfony.com/doc/6.4/frontend/asset_mapper.html#framework-asset-mapper-importmap-polyfill) ? For the CSP it's something that will be...

💐 -- very personal and opiniated message here -- 💐 To me it can be seen as a **_major_** BC break... as values would be _changed_ here. A query string...

Form the monorepository root ### Install dependencies ``` yarn install ``` ### Code style ``` yarn run lint yarn run format ``` ### Run Tests ``` yarn run test ```...