Graham Campbell

Results 66 issues of Graham Campbell

I'm just wondering what your plan for PHP 8.0 is. Do you plan to start making php8.0 available from 8.0.0beta1, or just the RC releases, or even just the stable...

Neat little package. After a skim of the examples, I immediately thought that currying would be neat. Like: BEFORE: ```php $iter = Iter::pipe(Gen::from(PEOPLE), [ Pipe::pluck('age'), Pipe::reduce('max'), Pipe::switch(function (int $maxAge) {...

swagger-api/swagger-ui is 22MB, and doesn't look like it was meant to be installed in "require". Is there anything we can do to not need to pull this in? --- Want...

In particular, the cachet:install command needs to select good defaults automatically (if it can). Perhaps we should allow the command to create an sqlite database on disk?

triage

I wonder if creating a `phpseclib/math` package would be a good idea for v3, moving the entire https://github.com/phpseclib/phpseclib/tree/master/phpseclib/Math namespace, replacing https://github.com/phpseclib/phpseclib/issues/158?

I was wondering if you'd be interested in collaborating with me to port this to Python, since they have similar libsodium C functions exposed much like PHP does. Initially I'm...

enhancement
wishlist
community

Would you be interested in switching this package to use the relevant async aws packages, like the main brief package. I can help with this. :)

enhancement

PHP 8.0 has not stopped making changes yet, but when they do, we can assess the full situation. Current PHP 8.0 state: - [x] Support for all PHP 7.4 syntax...

I propose to deprecate `getWhiteListedMethods` and replace with `getAllowedMethods`, and similarly for blacklist and associated variable names.