Simo Heinonen

Results 34 issues of Simo Heinonen

https://github.com/vyuldashev/flysystem-curlftp It doesn't seem to be the most popular adapter out there but it's very useful when you have to access an FTP through a proxy from Heroku for example...

enhancement

https://github.com/guzzle/guzzle-services supports Guzzle 6 now so this should be possible to do, requires some work though

There's already `minimum_number_of_parameters` option. Would be really nice to have `line_length` too, so it would only multiline it if exceeds 120 characters for example

feature

Entity's default value doesn't show up when using `->useEntryCrudForm()` ```php #[ORM\Column(name: 'amount', type: 'integer', nullable: true)] private ?int $amount = 1; ``` In CRUD: ![image](https://github.com/EasyCorp/EasyAdminBundle/assets/3840367/f1f3f6c5-e0bf-4f3c-9274-1643fb2e2682) In another CRUD with `->useEntryCrudForm()`...

**Short description of what this feature will allow to do:** Make removing the "Sign out" button easier because many authentication methods don't really support logging out (basic, oauth) Right now...

feature
priority: important

**Short description of what this feature will allow to do:** Allows you to filter collection fields that are (or are not) empty. **Example of how to use this feature** ```php...

![image](https://user-images.githubusercontent.com/3840367/228436233-70109cd5-015e-4923-b3e9-2b499b0ff056.png)

todo