jrm0695

Results 3 issues of jrm0695

First, thank you for this awesome project; I'm integrating it with phonegap, but as I tried to run it on my phone (LG G4, very high density), all the elements...

https://github.com/alchemy-fr/BinaryDriver/blob/e0615cdff315e6b4b05ada67906df6262a020d22/src/Alchemy/BinaryDriver/ProcessRunner.php#L43 A new bug appeared with the recent update of psr/log v3. The ProcessRunnerInterface from psr/log version 3 provides a setLogger function that returns a `void`. PHP 8.0.12 now enforce...

Consider this code : ``` class Test extends JSONObject { @required // @ts-ignore public prop1: String @required @array(String) // @ts-ignore public prop2: Array } try { let test: Test =...

investigating