Gordon Forsythe

Results 6 issues of Gordon Forsythe

Upgraded phpunit, switch to github actions, fix for php 8. Take it or leave it. I'll do another PR with just the php 8 fix.

I want to use this in my integration tests. To do this, I still want to cache requests to 3rd party services. I do *not* want to cache requests between...

As Silex tends to be less "code by configuration" than full blown Symfony2, it'd be nice to see that as well. Of course it would require other extensions since Silex...

silex

https://devilbox.org is not working properly. According to the following, you may need to re-add the custom domain to initialize https or tweak some DNS records. https://docs.github.com/en/github/working-with-github-pages/troubleshooting-custom-domains-and-github-pages#https-errors

Just some thoughts for doing this: * Have a `KeyStorage` interface with `getSecretKey()` method * Let the user pass their KeyStorage object in the initialization Going this route, you might...

When using redis backed queue with multiple workers, none of the forks can reach redis so it ends up dumping "read error on connection" A solutions for this could be...