Keks Keksov

Results 2 issues of Keks Keksov

I'm porting some of my monitoring scripts from xmr-stak to xmrig. Former miner reports GPU's statistics at each "print-time" interval. Without this information it's not possible to tell hashrate of...

wontfix

Two tests are looking identical despite description. Probably withHost in second case should be replaced by something else. ``` public function testUriDoesNotAppendColonToHostIfPortIsEmpty() { $uri = (new Uri())->withHost('google.com'); $this->assertSame('//google.com', (string) $uri);...