Taylor Eke

Results 4 issues of Taylor Eke

The method getAccessToken (https://github.com/patrickbussmann/oauth2-apple/blob/main/src/Provider/Apple.php#L236) does not use the $options override when creating the JWT token. The practical example for this is that I need to set a specific client_id for...

# Context There is a line in the order class which is supposed to remove the transitions between delivery and confirm contingently on the order confirmation_required? predicate. In practice this...

For the sake of being compatible with different browsers the default scripts type should be "text/javascript", not "application/javascript" https://github.com/thegorgon/sinatra-sprockets/blob/master/lib/sinatra/sprockets/helpers.rb#L65 Please consider, I just wasted an hour and a half figuring...

When I set noticeDialog to false I still get the default notice dialog. It looks like it's because of how the if statement is written on the following line. https://github.com/shaneriley/jquery_remember_state/blob/master/source/javascripts/jquery.remember-state.js#L118...