zip-fa
zip-fa
### Symfony version(s) affected 5.4.0, 6.0.0 ### How to reproduce I have MessengerHandler which makes http requests (_**with only one parallel consumer**_): messenger.yaml: ``` transports: test: dsn: '%env(MESSENGER_TRANSPORT_DSN)%/test' options: delete_after_ack:...
### Symfony version(s) affected 6.0.4 ### Description I have multiple consumers supervised by supervisor, running in Docker container. All of them configured as below: supervisor: ``` [program:test-messenger] command=/usr/local/bin/php /var/www/backend/bin/console messenger:consume...
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command build ### Description Hi. Currently angular just copy assets folder to every localized build. This leads to enormous dist size (in my case every locale with assets weigths...
### Playground Link https://github.com/zip-fa/taiga-memory-leak ### Description Hi. I recently noticed that the input component leaks somehow: the amount of used memory & dom nodes count are constantly increasing when cycling...
What has been done here: 1) Added standalone components support 2) Enabled strict mode everywhere (demo-app & chart component) 3) Converted demo app fully to standalone 4) Bumped Angular peerDependency...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description Imagine this code: ```html @if (currentBreakpoint() === 'mobile') { Mobile content...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description `withEventReplay()` feature does not work on fresh angular project. This is...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description Hi. I noticed that defer's @loading block is not cleaned up...
### Command build ### Description Hi. This feature exists for a long time in angular-builders and nx custom builders' code. `plugins` allows adding vite plugins; we use this option to...