Jonathon Hill

Results 17 issues of Jonathon Hill

Please state what license this code is released under. I'm not allowed to use anything in my current project that doesn't have a sufficiently permissive license explicitly stated. http://opensource.org/licenses The...

If I could export to a .env file, I could replace [serverless-export-env](https://github.com/arabold/serverless-export-env), which I would very much like. WDYT?

Would be nice to get the version updated in package.json to match the version - currently it says 0.0.1 instead of 0.1.5. Then it would be nice to have this...

The `docs/` directory is what powers the website [oauth2-client.thephpleague.com](https://oauth2-client.thephpleague.com/). Modifying links to work in the Github file browser will break the website. Please do not open a new Pull Request...

The response bodies of cache hits are implemented as GuzzleHttp\Psr7\PumpStream, which is not seekable. This causes the following error: > StringHandler can not log request/response because the body is not...

Since CacheEntry uses PumpStream for the response, attempting to use this middleware with gmponos/guzzle-log-middleware results in the following error: > StringHandler can not log request/response because the body is not...