Carlos Monroy
Carlos Monroy
In my case It doesn't work the set command to add new plugins and also the Ctrl +I. I have had to edit .tmux.con adding the set -g... lines with...
Hi, RequestOptions are part of GuzzleHttp library, this includes the cookie Jar. You can check here https://github.com/guzzle/guzzle/blob/429cb6702659329819fb40c9487eac3132bdd80b/src/Client.php#L260 where the cookies config is converted from true to a CookieJar. You can...
Hi @asbiin and thank you for your contribution. the test shows a behavior that could be already achieved by creating the crawler like this ```PHP Crawler::create([ RequestOptions::HEADERS => [ 'X-Foo'...
Using mysql package looks like a dead end. Probably replacing it with [mysql2](https://github.com/sidorares/node-mysql2) would be a better option.
@eddyg Restarting the parent node should make disappear from the UI.
Hi, as a potential user, having some videos of the dashboards would help a lot. The only available video on Youtube right now is superfast paced not giving anytime to...
A simpler solution would be to bump the project to php 7.4+ or even to a supported php version. Once the native type hint is added to the instance property...
Here is the needed changes to make phpstan accept the code. https://github.com/Redominus/php-resque/tree/feat/general/phpstan_4 I had to restrict credis version to 1.16.* as the newer versions have changed the cluster class constructor.