Ben Ramsey

Results 295 comments of Ben Ramsey

I haven't used these boxes for several years, and I'm not sure whether they work (or how well they work) on M1/M2 processors. Are you running on one of the...

Thanks for the bug report! I just realized that I've not updated the GitHub Actions workflows to test this library on PHP 8.1 or 8.2 yet, so I'll handle that...

I'm also experiencing this problem on an M1 Max, and I'm using `serverless-localstack` version 1.0.4. My `package.json` looks like this: ```json { "devDependencies": { "serverless": "^3.27.0", "serverless-localstack": "^1.0.4" }, "resolutions":...

Congratulations! Thank you for all the hard work to see this through. It looks great!

I'll try to release a version that contains the fix later this month.

Sure thing. As long as it's a configurable argument, I think that's be great.

I don't believe OAuth itself defines any kind of logout functionality, which is why oauth2-client doesn't provide any logout mechanisms. Tokens either expire or they don't. If they do expire,...

@fverry, thank you for submitting this PR. Please take a look at the failing tests and fix those. Then, we'll accept this.