Stephen Hartley

Results 9 comments of Stephen Hartley

For me, I'd like to exclude the versioning of the `style.css` file that Wordpress uses to identify themes, which has to be named `style.css`. Although, that said, I'm only building...

I've a feeling I've solved this before, but my auto renew didn't renew automatically. Now the certificate has expired. But the challenge response failed as the https certificate is not...

Ah, was easier than I thought - just set the site url to be http rather than https then do the manual renew.

Also needed to restart apache to stop it serving the old certificate

This may be possible if you update the bootstrapper list early on. I do this in a non-bref project so that I can insert a pre-env bootstraper (to allow moving...

perhaps a better fix is to allow setting of the `maxmemory` for the temp streams e.g.`php://temp/maxmemory:`

I did try this and it seemed to work in itself, however it showed that the AWS S3 (seeking) Stream Wrapper isn't written very well - and instead of having...

I was initially going to use memory, but temp with adjustable memory was more flexible and achieved the same results for me - I'm happy with my php-zip changes (for...

I don't know if this'll help anyone else, but if I explicitly use release 1.2.8 then the error goes away. Pulling in ^1.2.8 was pulling in version 1.2.31 (!)