Arthmaël Poly

Results 39 comments of Arthmaël Poly

Hello andreasschroth. We are still not sure how to approach this. I would simply widen the type of $algo to int|string with our custom type map file and be done...

type widen is now in the 1.0.0-beta2. I leave this issue open so we can think about a better and less specific solution for this problem.

Sorry I was in holidays for the last 2 weeks, i didn't see your thread. We definitly don't want to break semVer. If you are confident about your code, i...

I will try to do it tomorrow

Are you sure this is needed? The doc page for fopen doesn't say anything about an ErrorException. More generally, I believe that a function either throw an ErrorException or return...

Ok, so if I understand correctly, the ErrorException behavior is actually documented by this section (from fopen doc page): ``` Errors/Exceptions[ ¶](https://www.php.net/manual/en/function.fopen.php#refsect1-function.fopen-errors) Upon failure, an E_WARNING is emitted. ``` In...

Sorry for the late answer, this one is tricky. I need to change the way we search for doc files to be able to detect this function, I will try...

Copy pasting my comment from another issue: Auto follow isn't too bad to implement in practice, the game already listens to the position changes of every player next to you,...

this is definitely not intended, the exception should only trigger if the base function would return false. What kind of exception do you get? A FilesystemException? Do you correctly get...