Julien Dephix

Results 3 issues of Julien Dephix

Hi guys, I found a bug and know how to fix it but I want to log it here first. I inject `\Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager` into my controller. I then use it...

Bug
Uploadable
Still Relevant

Hi! We have a use case where we need to only load the first N records of a file. It's currently not supported but the change could be minimal. So...

enhancement

Hi! We've been getting lots of deprecation warning (_Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated_) coming from `src/Uploadable/UploadableListener::removeFile`: ```php public function removeFile($filePath) { if...

Needs Tests