Nicolas Brassard

Results 407 comments of Nicolas Brassard

I understand your concerns Nils. But with the current code base, we just can't do this: This would break a lot of extensions that do not report max/min properly. I...

> "save mode" You mean "safe mode" ? But yeah, I totally agree with you.

> A confirmation dialog sounds like a good compromise between data security and workflow simplicity. How would you implement it ? `window.confirm()` ? That's the one Symphony uses for deletes...

> Would it help to post a new issue for each single bug I found or should I better let it be? Yes, I do think so! > Would my...

Wow this is bat-shit-crazy. I was wondering why XSLT errors where not being displayed correctly on PHP 7, I now have my answer... I would do `while ($error = $this->Proc->getError())...

Oh wow, PHP 5 was doing a crazy thing ! I'll make some test on my own, thanks @michael-e

So I've done some testing with this code ```php echo PHP_VERSION; echo PHP_EOL; $array = [1,2,3]; list(, $v) = $array; var_dump($array); var_dump($v); ``` And php 5.6, 7.0, 7.1, 7.2 all...

> You will even find more occurences in the core! :-) I know! And it can be dangerous also. Just like `extract()` which is worst.

I am not sure about this, but I think @andrewminton's upload field allows it... https://github.com/andrewminton/enhanced_upload_field I would very like this feature too (my goals would be to only display workspace/uploads/*)