Default User
Default User
Currently, we can use `Closure::fromCallable` as an explicit workaround, but the `$arguments` always will be `empty array`. Example: ```php class TransportFactory { public static function __callStatic(string $method, array $arguments): string...
At the moment, I have some results with asynchronous invocation of operations. I used a [slightly different approach](https://github.com/nesk/puphpeteer/issues/4#issuecomment-608075968). Next week I will try to show what I did.
> ```php > $request1 = $page1->lazy->goto('https://github.com/nesk/'); > $request2 = $page2->lazy->goto('https://github.com/-not--a--real--profile-/'); > ``` Adding a property with the name `lazy` or `eager` in each PHP-resource will not lead to conflicts if...
Given the lack of new versions of some extensions, this functionality is really needed by users.
Good day, @martinenkoEduard. Fawkes:3.2 image has been found on the DockerHub, but I don't know the location of the sources repository. https://hub.docker.com/r/rocketcode/fawkes/tags
Fixed in the #273.
Updated current library with Laravel 5 support: https://github.com/Braunson/laravel-rackspace-cdn