zip-fa

Results 15 issues of 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:...

Bug
Status: Needs Review
Messenger

### 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...

Bug
Status: Needs Review
Messenger
Stalled

### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

feature
devkit/build-angular:i18n
feature: insufficient votes
angular/build:application

### 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...

feature
devkit/build-angular:i18n
feature: under consideration

### 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...

bug
P1
S1

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...

area: i18n
area: core
state: confirmed
P3
core: hydration

### 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...

area: core
state: has PR
state: confirmed
P2
core: hydration
core: event dispatch

### 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...

area: core
needs: clarification
core: hydration

### 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...

needs: more info