Théo D

Results 23 comments of Théo D

Hi! Super nice feature ! thanks for the contribution i hope it can be implemented :D I noticed a change in the sidebar, a padding of 40px is added on...

> As I https://github.com/EasyCorp/EasyAdminBundle/pull/5495#issuecomment-1333308386 something wrong on my side with assets building tool (MacBook Pro, yarn 1.22.19). Probably padding issue has the same source. I rebuild from my side (Docker...

> What tool are you using to build assets? Yarn? What is the version number? Using version 1.22.15 (using http://devilbox.org/ stack with docker) > I did NOT change any stylesheets....

Hello back from long time ! I tested the current state of PR. Something confuse me, will explain : I have a basic "post" entity that have this following fields...

Hi, Checked the project you provided. Seem to be fine now 😄 I found a case that just for user experience : When no one case is checked, prevent possibility...

> > ``` > > class User > > { > > private string $name; > > > > private ?\DateTimeInterface $birthdate = null; // Nullable > > } >...

Check here: https://phpsandbox.io/n/w5wwq#public/index.php If I want to only update partially a resource, by setting only `birthdate` or `lastName` that will not work because other properties are uninitialized. If `birthdate` is...

> I see now, for me, it's working because I was mapping from array/stdClass. When I was working with PATCH requests, I did this kind of mapping by hand. Yeah,...

Hi ✋ It sounds pretty cool to run some PHP tools without the need to create a `composer.json` file 😄 > Remove the package once it has been executed. In...