COUAILLIER Paul

Results 10 comments of COUAILLIER Paul

The previous lines already check the fact that it is not an array ```php if (\is_array($iterable)) { return new \ArrayIterator($iterable); } if ($iterable instanceof \Iterator) { return $iterable; } if...

Same here with: ``` php81 ~/.local/bin/cachetool8.phar opcache:status --fcgi=/var/run/php-fpm/mig-attri-0b5049.socket In FastCGI.php line 114: Error: No input file specified. ``` When using "--cli" ``` php81 ~/.local/bin/cachetool8.phar opcache:status --fcgi=/var/run/php-fpm/mig-attri-0b5049.socket --cli +----------------------+---------------------------------+ | Name...

Hello, My original stack trace is the same as bluec. When I use the `--tmp-dir=/tmp` or `--tmp-dir=/dev/shm` argument I got this one: ``` $ php81 ~/.local/bin/cachetool8.phar -vvv opcache:status --tmp-dir /dev/shm...

In your merge request you match on `(false, false, true)` and otherwise random value must be `false`. This may be confusing if someone provide `--random`, `--seed` and `--reverse` or `--random...

@sjudson I have created a small npm package for my needs some weeks ago (pasetohlvl)... ```typescript import { addInstanceFactory, Duration, getInstance, MessageFactory } from 'pasetohlvl'; const KnownLocalKey = Buffer.from('DL/1XkMvU6Qw8OXgA430Fm4BdkCmyjnlG+NsZvM5VCc=', 'base64');...

The only things I've seen is : https://github.com/paragonie/paseto/tree/master/docs/03-Implementation-Guide

From the source of sodium I can that the function you call return : ```jsonc "outputs": [ { "type": "buf", "name": "publicKey", "length": "libsodium._crypto_sign_publickeybytes()" }, { "type": "buf", "name": "privateKey",...

I'll try tomorow with some docker containers to reproduce the bug.

Work with : - alpine linux + node 11 - alpine linux + node 8 I don't have any solution...