helloeyesimple
Results
2
issues of
helloeyesimple
Hi, My code is for ($i = 1; $i < 20; $i++) { Async::run(function () use ($i) { sleep(1); return $i; }, [ 'error' => function(\Exception $e) { dump($e); }...
Hi, Awesome plugin btw! Got problem with the popup though, it should be clicked until 2 times to fully close the popup. How can I only click 1 time and...