Raphaël Emourgeon
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 ?
Well, I finally manage to run my own tests but I'm now stuck on "how to test". Here is my first test : ``` $this ->given( $r = new CUT(),...
That make sense but my main concern is about performances ? Thoughts @hoaproject/hoackers ?
I think @guiled is right when he says "it is the only place where can do it". You can't compare this check with the check of the existence of the...