BriceFab
BriceFab
I am experiencing an issue when using the `setPaginatorUseOutputWalkers(true)` configuration option in the `configureCrud` method of EasyAdmin. It is causing the following SQL error: ``` An exception occurred while executing...
Hello, I tested to implement useTransition with Turbo drive (SPA naviguation). And it doesn't disconnect properly: ```JS import { Controller } from '@hotwired/stimulus'; import { useTransition } from 'stimulus-use'; export...
### Symfony version(s) affected 6.3.10 ### Description Class: Symfony\UX\LiveComponent\ComponentWithFormTrait::extractFormValues Doesn't extract required values for select / entity type field:   The default value should be '1'. This is the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package youtube_player_iframe (Default) ### What happened? I upgrade the package from youtube_player_flutter: ^8.1.2...
I am currently working with the Symfony UX Live Component, specifically using nested LiveCollectionType::class instances. My setup involves three levels of LiveCollectionType nested within each other. I have encountered an...
**Describe the bug** It is unclear whether Freezed 3’s mixed-mode inheritance can *reliably* handle JSON (de)-serialization when multiple Freezed classes extend a common “base” that itself extends a non-Freezed class....
## Plugin Version google_mobile_ads: ^5.3.1 flutter doctor -v [√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [version 10.0.22631.4890], locale fr-CH) • Flutter version 3.24.5 on channel stable at C:\flutter\flutter_windows_3.22.0-stable •...
**Describe the bug** NumberFormat.decimalPattern(locale) only respects locale defaults and ignores OS-level number format overrides. On iOS (and sometimes Android), users can change their number formatting style in system settings (e.g....
EasyAdmin currently relies on traditional pagination in CRUD list views. While this works well for most cases, modern admin interfaces increasingly adopt infinite scrolling or “load more” patterns to provide...
Hello @larryaasen, Since [PR #513](https://github.com/larryaasen/upgrader/pull/513), the client application is required to explicitly add the `version` package as a dependency in order to use `UpgraderAppcastStore`, due to the `osVersion` parameter expecting...