Sebastian Feldmann

Results 111 comments of Sebastian Feldmann

Could you please tag a version `1.1.0` because depending on master to use the body feature is not the best idea ;) Thanks for the nice action :)

I got the following ``` Run actions/[email protected] ##[error]Not Found ##[error]Node run failed with exit code 1 ``` Could solve it with a different token with more access rights. Could you...

Any thoughts on a timeline for the PSR4 feature?

"End of the year" would be awesome. As you may have noticed, I'm not very familiar with developing for PEAR, so I won't be of much help keeping that working,...

I'm using https://github.com/theseer/Autoload to create the PHAR. Copying all required sources to a 'phar' directory. E.g. copying the 'vendor/phpseclib/phpseclib/phpseclib' folder to 'phar/phpseclib'. After copying all the files I use the...

I'm useing "phpseclib/phpseclib": "0.3.*@dev". These are failing as well. SSH2.php:861 - 863 ``` php if (!function_exists('crypt_random_string')) { include_once 'Crypt/Random.php'; } ```

Tested on my PHP 5.5.14 Box ``` PHP Warning: include_once(Crypt/Random.php): failed to open stream: No such file or directory in phar:///dev/php/phpbu/build/phpbu-1.0-dev.phar/phpseclib/Net/SSH2.php on line 862 PHP Warning: include_once(): Failed opening 'Crypt/Random.php'...

I will create a separate repository for it.