Michael Holroyd
Michael Holroyd
Serious suggestion: Why not remove the dependency on a special logging library and just have a `verbose: true` option you can configure this directive with to get additional output?
I tried `this.$http.post(bbvaRateUrl, form, {headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'}}).then( ... )` but no luck
Same issue here.
https://www.dropbox.com/s/bsd9jnxivxwtc2b/Screenshot%202018-08-16%2013.10.49.png?dl=0
I'm having this problem on Version 3.12.20 (160), on Windows when connected to a MSSQL server -- seems new, haven't run into this before.
Thanks for explaining this -- we ran into this while trying to update CloudMessaging. Will roll it back to 7.10.0 for now.
Need help > FirebasePushNotificationsPlugin : Default FirebaseApp is not initialized in this process
I got it working by just cleaning the project and deleting `bin/` and `obj/` folders. https://github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/357#issuecomment-840043331
Installing `Xamarin.GooglePlayServices.Base` did not help. I read https://docs.microsoft.com/en-us/xamarin/android/data-cloud/google-messaging/remote-notifications-with-fcm?tabs=macos#firebaseapp-is-not-initialized which indicates you should Clean and Rebuild the project. What worked for me was the simple: 1. Cleaned entire solution 2. Deleted...
Yeah it's tough to copy/paste huge datasets.
More that it is unreliable. For example I just did a query that returned 615k records with 3 small-ish fields and one large 'description' field. If I "Select All" and...