Martin M.
Martin M.
Hey @Thibaut21 Version 3.1.1 was jus released It catches this kind of errors Looks like ewelink servers throws many errors and you need to retry your requests 🙁
Hello, i've added Google login using Passport. You need to manually configure auth tokens from "config/config.json". If anyone i interested on modify Admin > Settings page to load **clientID**, **clientSecret**...
I know it's a radical idea, let me know any comments ...
Hey @mourner, can we add the license file to the repo? Thanks!
Hey @r-naeem-afzal, which model have you been using while gpt3 is not available ?
that did the trick, thank you @r-naeem-afzal 🔥
Hey @jookshub, do you find any solution?
Wanna share my current implementation (it's a very particular case, but you will get the idea): ``` Date::make('Scheduled', 'scheduled_at', function ($value) { return $value ?? Carbon::now()->addYear(); })->rules('required'), ``` Will result...
I was able to make it work on nuxt (2.9) by doing: 1. component lazy load ``` components: { Apexcharts: () => import('vue-apexcharts'), }, ``` 2. wrap in a `client-only`...