Jérémie
Jérémie
Hi, Realized a quick and dirty class to communicate in text mode with the gearman server. Several admin commands are only available this way and the lib doesn't provide support...
Hi, I'm not sure but I think the method bitReader in the class Int32 is wrong. My fix is on the masks. I think it should be : ``` $hiMask...
Hi, Here is my issue. I have a twig template with translations. My IDE (phpstorm) indents my template like this : ``` class="fos_comment_comment_reply_show_form">{% trans from 'FOSCommentBundle' %} fos_comment_comment_show_reply{% endtrans %}...
As Yahoo! seems to have stopped their YQL API (https://stackoverflow.com/questions/44431212/yql-html-table-is-no-longer-supported) and as the fallback to open graph uses this API to parse web pages, the fallback is currently broken. The...
There is a trailing `attributes` in the documentation. `openapiContext` should comes directly inside class attributes. See how it is handled here: https://github.com/api-platform/core/blob/40fd6006bff137893cbe465ddb1d5bceca133ecc/src/JsonSchema/SchemaFactory.php#L153