Jacek Maciejak

Results 7 comments of Jacek Maciejak

[Kiwi Browser](https://github.com/kiwibrowser/src) and [Yandex](https://play.google.com/store/apps/details?id=com.yandex.browser.beta) support chrome extensions on Android. ![Screenshot_20210303-064417_Kiwi_Browser](https://user-images.githubusercontent.com/18230443/109758479-ee459280-7beb-11eb-8c5e-03f3f3756d2d.png)

It looks like a livewire problem, when I manually edited the https://github.com/livewire/livewire/blob/daa88b5a6203c0e60f0a9bf8a8b5ac1394708ddc/src/Mechanisms/HandleRequests/HandleRequests.php#L29C12-L29C12 line by adding before `$this->updateRoute->uri` the current language the update request was executed correctly. LaravelLocalization correctly registers the...

@qalle-fivem Can you merge this? @IRAN-HIGH Use my fix: https://github.com/qalle-fivem/esx-qalle-jail/pull/17

Sure. I just point out that my error can be caused by deleting the migration (trying to fix container). Unfortunately, I did not copy the earlier error. ```A migration failed...

> @RikoDEV Did you (or any of the reporters in this thread) upgrade your Umami from v1 -> v2? If so, I assume the old schema/tables need to be dropped...

Take a look at https://github.com/unlikenesses/sanctum-flutter-app/blob/master/lib/auth.dart#L10. When initializing the application, check if the token still exists in shared_preferences. If so, change the value of **_isAuthenticated** to **true**. **auth.dart** ```dart refreshAuthState() async...