Jon

Results 18 issues of Jon

I have a validation requirement where an array can look like either of these: ``` [ 'name' => 'string', 'from_address' => 'email', 'from_name' => 'string', 'subject' => 'string', 'body_plain' =>...

There isn't an implementation for `validate` for emails, so although an empty string will be correctly filtered to `null`, it will validate as `true`, which is not desirable. Repro code:...

Hi, thanks for providing this library. I have the following solution to allow "string or null", and will provide it below. However, if there is a better way to do...

I think GitHub supports notifying CircleCI of three at the same time, but in most cases this is not helpful anyway, since the result will be a race condition of...

I wonder if I could use `source` here? It would be nice to separate this from the CI config.

Since the health check is a key part of the zero-downtime update, I think this could do with being expanded a bit more in the docs.

I just pushed two tags at the same time: ``` git push --tags Counting objects: 2, done. Delta compression using up to 2 threads. Compressing objects: 100% (2/2), done. Writing...

A couple of sources from the web ([here](http://evertpot.com/107/), [here](http://php.net/manual/en/function.file-put-contents.php#82934)) suggest that `file_put_contents` is susceptible to race conditions - a read could get a half-saved file before it has been fully...

I am getting a 404 on this link: http://envms.github.io/fluentpdo/ Is it temporarily down, or permanently deleted? This link was found in the main readme doc for fluentpdo.

I'm preparing an extension to the AUI demo [edit: now in master] that allows pane options to be turned on and off for each pane. It's mostly working but there's...