Philip Doxakis

Results 9 comments of Philip Doxakis
trafficstars

Hi, Wow, thank you. Unfortunately, I am just not sure if the icon represent well the library. I think it could be more like a mail icon. Maybe the Material...

Hi, it look like the last build failed. When I look in the history (https://ci.appveyor.com/project/zdenop/tesseract/history), the last successful build would be https://ci.appveyor.com/project/zdenop/tesseract/builds/26635995. In the bottom, you will see 2 jobs...

If you open an issue elsewhere, you can link it here so I can be in touch. Thanks!

Hi, It returns 0, but it should not be possible to evaluate: `actual => actual.IsDeepEqual(expected, null)`, since `IsDeepEqual` come from the package DeepEqual and could not be loaded, since there...

Hi, how about catching the specific exception FileLoadException ? Here is a suggestion : ```c# public bool IsSatisfiedBy(object argument) { if (!IsCompatibleWith(argument)) return false; try { return _matcher.IsSatisfiedBy(argument); } catch...

@dtchepak There is no new message since. Do you prefer to ignore this issue for now or wait or you are comfortable with the fix?

Hi, I understand, no problem. I just wanted to do a follow up. I don't need it now since I fixed the missing binding redirect in my projects. It would...

Hi, the required-values parameters is used to determine which url to open. In your case, it will follow all links with "proxymis.com". In order to simulate real user, it loads...

Hi, Great work! Maybe we can merge what you have done when you are done. (see at the end my comments) But first, let's address the issue. If you take...