Tomas Norkūnas
Tomas Norkūnas
Now that Symfony has a RateLimiter component maybe it's time to leverage it behind the scenes? :)
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | N/A | License | MIT | Doc PR | N/A Persistence metadata only returns null...
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | N/A | License | MIT | Doc PR | N/A This will help to reduce...
I am trying to use https://github.com/Choices-js/Choices in a LiveComponent. I have a controller to initialize an instance of Choices.js. Without LiveComponent it works nicely, but the problem is that Choices.js...
I've updated live component to v2.3 but it broke my dynamic forms: - On initial rendering I see that `data-model="on(change)|*"` is added on the form element; - I update some...
Currently when using `data-live-ignore` on an element, it will be ignored from re-render and also it's all child elements also will be ignored. I have an use case with a...
Could we make symfony/form as an optional dep? For example I don't use forms in app but it's installed because only this package requires them.
**Description** There is no way to configure expiration in another format than days. I've found that `spatie/url-signer` supports providing expiration as `DateTime` instance. **Example** N/A
**Description** Currently `MeiliSearch\Bundle\SearchService` exports method for deleting an entity, but there is no way to delete it having an identifier only. The basic use case - delete hundreds of entities...