Jakub Caban
Jakub Caban
Fix #3753 This implements feature requested in #3753 in a way suggested within. My one concern in backwards compatibility within `EntityPaginatorInterface`. Not sure what to do here, possibly just write...
This is pretty straight-forward feature to allow locale switching in dashboards. It's a proof-of-concept and not finished PR. The idea is to be able to pass list of available locales...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | n/a | License | MIT This is an attempt...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | Fix #289 | License | MIT This is a...
I think last the missing piece of cake before LiveComponent form support can be considered full is functional file upload. I wasn't tracking changes for the last few weeks, so...
Working on a project I noticed that `FieldInterface::new` method has `$label` typehinted as `?string`, while all fields support `TranslatableInterface|string|false|null` (per Dto). Changing it would be a BC change, but I...
Recent fix for constants in default parameter values broke proxy generation when constant is referenced as `self`. Example entity code: ``` public function hasAccess(int $level = self::LEVEL_WORKER): bool { return...
I tried under binary blob and now on nouveau (I prefer the latter) and it simply doesn't work. I even added "acpi_osi=Linux acpi_backlight=vendor" to kernel, but no luck. # lsmod...
This PR supersedes #13 and implements all commands. I have also made some small improvements to previously implemented commands and added some typehint docblocks. My intention is to implement everything...