Ian Littman
Ian Littman
Applicable for days like Memorial Day (last Monday in May). Roughing things out... ``` php function lastDayOfWeekOfMonth($month, $day_of_week) { // input checks go here // TODO use correct length for...
For resource servers, the only method that's actually needed from the AccessTokenRepositoryInterface is isAccessTokenRevoked(). By contrast, isAccessTokenRevoked() isn't actually required for the authorization server side of the house. Splitting the...
Fixed this elsewhere in #604. More a note to self to come back and clean this up as well.
Re-rolled from https://github.com/ralfiannor/laravel-google-cloud-storage/tree/patch-1; credit to @ralfiannor for the original patch, which I confirmed as working from awhile back.
Right now we drop all photos to 250px, and from a quick look around it appears that that's not readily configurable? In any case, with modern high-res phones/computers, we want...
There are a few job types that we've been having intermittent issues with, primarily due to timeout errors on third party services, which will hang/terminate the worker despite having exception...
This isn't really an issue of Invoker, but should_invoke_callable_with_optional_parameter_before_required_parameter fails on PHP 8.2 due to PHP tightening up optional-before-required param behavior. If that's desired functionality in Invoker even >= PHP...
For what's being used in this library, nothing changes between v1 and v2 of guzzlehttp/psr7 so we don't need to prevent this library from being used with the latter.