Sam Bauch
Sam Bauch
I've forked this project in order to add support for utilizing the MaterialUI InputBase as the input component via the `variant` prop. I'm wondering whether a PR here might be...
Detail content returns nil. ```ruby irb(main):061:0> Mailjet::Template.find(TEMPLATE_ID) => # irb(main):062:0> Mailjet::Template_detailcontent.find(TEMPLATE_ID) => nil ``` Verified with CURL: ```bash $ curl -s -X GET \ > --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \ > https://api.mailjet.com/v3/REST/template/TEMPLATE_ID/detailcontent...
Perhaps I'm misunderstanding the prop or the goals of this library, but I'm looking to add marquee scroll to a horizontal list of items. ```jsx {customSortedIDPs(providers).map((provider) => ( ))} ```...
Maybe an odd ask, but I would really like for a button that is added via `rmq.append(UIButton, :action_button)` to have the default iOS blue tint color. I've found some answers...
Some OAuth providers accept additional URL query params as part of the OAuth authorization URL. Some examples • Twitter supports `screen_name` and `force_login` parameters - https://developer.twitter.com/en/docs/authentication/api-reference/authorize • Google supports an...
Some OAuth providers support extra query params that aren't appropriate for hardcoding. One example is Google OAuth, which accepts an `hd` param to the authorization URL that can restrict logins...
Is this right? Confused by this sentence, def missing some sort of verb clause? Figured I'd just offer this change rather than asking about it. To incentivize accurate bids, only...
My understanding of omniauth is that, when a strategy failure occurs, `strategy.fail!` should be called such that the user is redirected to `/auth/failure`. I've looked through a handful of strategies,...