David Gray
David Gray
So glad I found this issue, before I spent the same amount of time as Chris!
Here is a jsbin running Bootstrap 4 and latest version of everything: https://jsbin.com/nucaxugato/edit?html,output
> @SlyDave For me, i can't see any flags on our URL; > I have the same problem as @chrisloughnane That jsbin isn't a fix, it's a example of the...
I feel for this to be accepted there should also be descriptions ``` @param string $value ``` ``` @param string $value Blah blah blah ```
Another option is to not use Type Int for expires_in but rather use Type ID. This is after all what Lighthouse does for the primary key's for models which are...
Discovered through the fact that a previous developer on our project set up the default expiry for tokens in `AuthServiceProvider` for 100 years... /sigh ```php Passport::tokensExpireIn(Carbon::now()->addYears(100)); Passport::refreshTokensExpireIn(Carbon::now()->addYear(100)); ``` Which is...
Upgraded from using Raven to Sentry Cordova and showReportDialog() has vanished! (as has lastEventId() ) Any work around / update on this?
nudge.
+1 To have this option,this confused the hell out of our focus group when testing our UI which implements select2 4.0.0, causing multiple bouts of frustration. Thanks for the patch,...
@Intrepidd, you should log this as a separate issue imho. I too experience this. (on FF and Chrome, Windows 7 64bit) on both the examples page for select2 and our...