Hugo Alliaume
Hugo Alliaume
Opened #2938
What about support multiple `importmap.php` files? Or multiple "apps"? In my own case, where I want a distinct separation between the frontend and the administration part (a bit for the...
Yup you're right, but I didn't have much time this morning :D
It looks like there are permissions issues, even after added `permissions.pull-requests: write` like [mentioned in the documentation](https://github.com/marocchino/sticky-pull-request-comment#basic): Even if I use `permissions: 'write-all'` it does not work either: I suspect...
> Shouldn't this job only run if a dist file has been changed? Fixed by using the following config: ```yaml on: pull_request: paths: - 'src/*/assets/dist/**' - 'src/*/src/Bridge/*/assets/dist/**' ``` I will...
I've changed the table rendering after @javiereguiluz's comment, it now looks like this: We still need to find out why there is this `Resource not accessible by integration` error, and...
Thanks Javier, the more we speak about Brotli and the more I think we can remove it (btw [pkg-size-action](https://github.com/marketplace/actions/pkg-size-action) can display Brotli sizes). Gzip is the most common compression standard...
Thanks for your reviews, the diff table now looks like this:
@kbond yes there are still permission issues, and I can revert the temporary commit (when permissions will be fixed, otherwise we won't see the comment)