Chris Johnson

Results 16 issues of Chris Johnson

Because SelectQuery::fetch() and its brethren call PDO::fetch() this way ``` $this->execute()->fetch(); ``` any time execute() fails and returns false instead of an object, the PHP script terminates with a fatal...

I believe I've found an undocumented way to correctly set the `float(scale,precision)` column type for MySQL using Phinx, but before I make a PR to add it to the documentation,...

docs

I can obviously extend class `Help` and override method `getHelp()` to create a class of my own which does the following, but would you consider incorporating it into Aura.Cli itself?...

`Context::getopt()` (probably) doesn't allow for the Unix convention of shortening options by concatenating them. Example: ```sh 896 pds/skeleton$ tar -c -v -f foo.tar src/ a src a src/ComplianceValidator.php a src/Console.php...

It would be nice if Aura.Auth was "plug compatible" with Aura.Session, so that the included session management could be easily replaced and enhanced by the more featured Aura.Session.

enhancement
4.x

PHP's `Phar` class sadly requires that the output file name's extension must be `.phar`. Hence, the `output` directive for _box2_ will always need to be named `*.phar`. However, I always...

Fix a few minor typos.

Did you envision the `$messages` attribute to be an array of messages, similar to the `$output` attribute, which is often treated as shown in the example below. I realize how...

@pmjones What do you think of providing a way to access the DI container via the `Radar\Adr\Adr` instance returned by the `Radar\Adr\Boot::boot()` method? I'm thinking this is parallel to the...

enhancement
question

For your consideration: It occurs to me a Responder should rarely ever convert an error status returned from a Domain object into an HTTP 400 status code. Presently, the model...

help wanted
question