José Pedro Saraiva
José Pedro Saraiva
Hi all :wave: I have a symfony 5.4 application using the symfony runtime component and this bundle. The application itself seems to be working (based on some rough testing done...
I would like to propose introducing a flag that allows the bundle user to opt-out of the default "skip if same as origin" logic done in `CorsListener` (see https://github.com/nelmio/NelmioCorsBundle/blob/master/EventListener/CorsListener.php#L67). As...
**Description** When stopping a container via `docker compose stop` we started observing sporadic failures doing so when using docker compose versions >= 2.10.0 **Steps to reproduce the issue:** 1. `docker...
What would be an awesome feature would be adding the possibility of generating the helper file dynamically from an existing codebase, not only for core laravel facades but also for...
go install 0.7.0 (fails) ``` # go install github.com/jwilder/[email protected] go: downloading github.com/jwilder/dockerize v0.7.0 go: github.com/jwilder/[email protected]: github.com/jwilder/[email protected]: parsing go.mod: module declares its path as: dockerize but was required as: github.com/jwilder/dockerize ```...
`Uncaught TypeError: __webpack_require__.O is not a function` after upgrading to a version >=4.24.0
### Environment #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' Direct dependencies required in composer.json: sonata-project/admin-bundle 4.29.1 4.29.1 The missing Symfony Admin Generator sonata-project/doctrine-orm-admin-bundle 4.15.0 4.15.0 Integrate Doctrine...
### Description Starting with version 2.24.4 I observe a noticeable and severe performance degradation with all docker compose commands. We have a pretty sizable project with over 100 containers, in...
First of all, let me thank you tenfold for this hack, it has served me and my team really well for our development setup using both docker 1.12.x and docker...
**Describe the bug** When switching from jsdom to happy-dom with vitest a `TypeError: selector.match is not a function` happens. **To Reproduce** Unfortunately I don't have a minimal reproduction scenario, I...
### Description I don't have a minimal reproduction scenario at this point, but we've tried to switch to compose bake as the build engine for our existing docker compose project...