Jose Vázquez Viader

Results 19 comments of Jose Vázquez Viader

Any updates on this?. I am working with a third party service that uses both json and simple string messages and I cannot get this package working with simple string...

Any update on this? I have the same problem trying install `2.0.5` I want to use this plugin only for push notifications, because using `cordova-plugin-fcm-with-dependecy-updated` I have an error too:...

I have same problem, using version `3.1.4`, ionic 5 with capacitor 3. As reference, it seems to work in iOS devices and in browser, the error only occurs in Android...

I usually do something like the following: ``` $query = User::query(); $this->applyResourceOptions($query, $this->parseResourceOptions()); $queryCount = clone $query; $total = $queryCount->offset(0)->limit(PHP_INT_MAX)->count(); $users = $query->get(); return response()->json([ 'users' =>$users, 'total' => $total,...

Maybe my answer to this similar issue (https://github.com/esbenp/bruno/issues/37) helps someone

I have tested your configuration on a godaddy server, but I have the following error: "symbolic link not allowed or link target not accessible" So I imagine that not all...

Please merge this commit!

> Guys, don't loose your time asking for a merge, its never gonna arrive. Just put error in the search input and magic Depending on the messages in the log,...

This is my current `ionic info`: ``` Ionic: Ionic CLI : 5.4.16 Ionic Framework : @ionic/angular 5.3.3 @angular-devkit/build-angular : 0.901.12 @angular-devkit/schematics : 9.1.12 @angular/cli : 9.1.12 @ionic/angular-toolkit : 2.3.3 Cordova:...