I hereby claim:
- I am wyrihaximus on github.
- I am wyrihaximus (https://keybase.io/wyrihaximus) on keybase.
- I have a public key ASBv74shi_y3qACEgTXRfO4y__PIs5CnR5TlHwnMIPby5Ao
To claim this, I am signing this object:
| <html> | |
| <form action="http://localhost:1337/" method="post" enctype="multipart/form-data"> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> | |
| <input type="text" name="name[]" /><br> |
| <?php | |
| namespace App\Di\Provider; | |
| use Clue\React\Redis\Client; | |
| use Clue\React\Redis\Factory; | |
| use Ray\Di\Di\Inject; | |
| use Ray\Di\ProviderInterface; | |
| use React\Cache\CacheInterface; | |
| use React\Dns\Protocol\BinaryDumper; |
I hereby claim:
To claim this, I am signing this object:
| 23877,16668,14619,27414,21986,12848,16726,23099,3588,19053,22444,18657,23711,25733,2642,6041,22840,27153,18078,4842,3924,20381,25235,19984,23741 |
| <?php | |
| $deferred = new Deferred(); | |
| $guzzlePromise->then(function ($result) use ($deferred) { | |
| $deferred->resolve($result); | |
| }); | |
| return $deferred; |
Things I want to master/do/get, anything with a ✔ is something I already know but want to master further
| <?php | |
| class Response implements ReadableStreamInterface | |
| { | |
| public function __construct(DuplexStreamInterface $stream, $protocol, $version, $code, $reasonPhrase, $headers) | |
| { | |
| $this->stream = $stream; | |
| $this->protocol = $protocol; | |
| $this->version = $version; | |
| $this->code = $code; |
| <?php | |
| require 'vendor/autoload.php'; | |
| use GuzzleHttp\Client; | |
| use GuzzleHttp\HandlerStack; | |
| use GuzzleHttp\Psr7\Response; | |
| use React\EventLoop\Factory; | |
| use WyriHaximus\React\GuzzlePsr7\HttpClientAdapter; | |
| $loop = Factory::create(); |
| gulp: | |
| NODE_PATH=/home/vagrant/node_modules gulp |
| <?php | |
| use Doctrine\Common\Annotations\AnnotationRegistry; | |
| AnnotationRegistry::registerLoader(function ($class) { | |
| return class_exists($class); | |
| }); |