Raphaël Emourgeon

Results 7 comments of Raphaël Emourgeon

I confirm this issue, ```Render(422, 'string')``` is OK (response code 422) but ```Render(422, TObject)``` is not OK (response code 200). It works well when running our server in console. I'm...

PassThrough is enabled here and it doesn't work.

From a pure architectural point of view, I think that creating a `Hoa\Heap` library is a good idea and that could include what @Pierozi need for this use case (priority...

Problem is that acl is combined with POSIX permissions [1] so setting ACL only isn't enough in some case, resulting in : `user:www-data:rwx #effective:r-x` [1] http://www.vanemery.com/Linux/ACL/POSIX_ACL_on_Linux.html

It means adding an alias in https://github.com/hoaproject/Math/blob/7d159567f4ee10de7391f5042dc957fd041f9dec/Visitor/Arithmetic.php#L343 to call pow when `^` is used ?

Label should not be "in progress" ?

My PR is right-associative so what should I do now ?