Leon Alvarez Del Canto
                                            Leon Alvarez Del Canto
                                        
                                    @DMNSteve Im using your provider + classes adapted to extend MongoDB eloquent model, from your PR but when I use the password credential type the tokens user_id is always the...
@DMNSteve if anything I can help let me know ``` "jenssegers/mongodb": "3.3.1", "laravel/framework": "5.5.*", "laravel/passport": "^4.0", ```
Happy new year! @DMNSteve I fixed it not sure where was the issue I removed depencies isntaled again and added your files and its working fine now.
I run into same issue with a similar use case what I did was ``` appliesTo' => function ($q) { $q->withoutGlobalScope(SoftDeletingScope::class); } ``` If you want to do it on...
"FREQ=WEEKLY;DTSTART=20200304T153337;DTEND=20200307T192637;INTERVAL=2;BYDAY=TU,WE" ```718 => Recurr\Recurrence^ {#3380 …3} 719 => Recurr\Recurrence^ {#3382 …3} 720 => Recurr\Recurrence^ {#3384 …3} 721 => Recurr\Recurrence^ {#3386 …3} 722 => Recurr\Recurrence^ {#3388 …3} 723 => Recurr\Recurrence^ {#3390...
> After some digging, i found [related post ](https://css-tricks.com/creating-vue-js-component-instances-programmatically/) to the stackoverflow link from @panudetjt > > for my case, i need to create interactive Vue Form. and i use...
Issue not found on "@chakra-ui/pro-theme": "^0.0.41",
still issue 0.3.2 Ubuntu
any update?
> The integration tests fail with this change. I have fixed postgresjs test, now should I extend insertjson with a proper jsonb query like ``` test.serial('json insert', async (t) =>...