Joris Vaesen
Joris Vaesen
After some googling Filesize: ``` strlen(base64_decode($data)); ``` Filetype: ``` $f = finfo_open(); $mime_type = finfo_buffer($f, $data, FILEINFO_MIME_TYPE); ```
Adding a FileProcessor interface and a FileProcessor option to the config seems to me the right thing to do. Just make sure that this config option allows a callback function...
This issue is related to php-fpm. By default `decorate_workers_output` is on, which prepends text to all logs written to `php://stderr`. This makes it impossible to use structured logs in Cloud...
Had the same issue couple of weeks ago and fixed it with mapping the URL lang to the full locale as @ADmad suggested. What would hold back allowing only full...
When the search path would be configurable, it would relax folder structure requirements which could collide with existing structures. Also, it would allow developers to not put all api specs...
Sounds like this issue again: https://github.com/repman-io/repman/issues/629