Emanuele Panzeri

Results 130 comments of Emanuele Panzeri

@Gonzalo1987 I was facing the same issues, and realized that some sub-folders of `src/` were not readable by the php-fpm process. Can you check that those folders have the right...

Another solution would be implement the "Expiration" extension: https://github.com/tus/tusd/issues/133

I'd be interested in contributing, as I have being learning GoLang recently. The main question is architectural: how do you imagine the expiration to be handled? By an external command,...

Any updates on this? I am getting the same error when starting `mysql-workbench`: (ArchLinux, KDE5, Plasma 5.10.2) ``` $ mysql-workbench Workbench can't find libproj.so, some options may be unavailable. Gkr-Message:...

@Ablinne I installed such package, but did not helped. I guess because of libsecret being already installed? ``` $ pacman --query --info qtkeychain Name : qtkeychain Version : 0.8.0-2 Description...

That's great @ezimuel ! I quickly discussed with @dbu about this (he's one of the devs behind the HttPlug library), he is open for hints/reviews/help with this :+1:

@jakxnz : is your logic being part of ES requests? Like a new query type or endpoint? If not, you could mock the ES response, instead of going down to...

I support @ruflin on the PHP side, 7.4 is still used a lot :) Should we convert this issue into a "Conversation"? WDYT? (it's a new feature of GitHub)

@jhuebner79 I will check the indentation later, would you be able to provide some tests covering the added lines? Looks like the code-coverage is not picking them up :thinking:

Thank you @deguif for this effort! :+1: IMHO there are some cases where the type-hints are so broad that even phpstan can get confused. One case is the setQuery: see...