Alexis Degrugillier

Results 131 comments of Alexis Degrugillier

Pour pouvoir avoir des commentaires, il suffit de coller un lien vers un zerobin et le tour est joué.

Je pense que c'est dans le PR que j'ai fait la semaine passée

If I redirect stderr to a file, I get all errors and warnings in that file. That means that there is an unconsitency between the output and the exit code....

I agree that a warning is not an error, but there should be something to differentiate a process that works flawlessly and one with warnings. Maybe a switch to convert...

Could you share your code so we can reproduce?

I was able to reproduce it on my machine. I am running PHP 7. Here is the code of my test to reproduce #102 ``` php

I tried again on PHP 5.5. I can reproduce with the code above and I can fix it with the PR.

Could you post your XML so we can reproduce the error?

I can fix that behavior by changing the encoding used for rendering with the following patch. But I don't know if it's a good idea or not. I don't know...