Hung Doan
Hung Doan
I have just found this cool `schemaspy` tool from my colleague. I wonder if there is a plan to have a feature to: 1. Tag/version of my database scheme. So...
I'm finding an option to disabled Fabric temporary - to make sure It doesn't send any thing to Fabric in development/testing mode. And Fabric will be enabled again in distribution...
I'm stuck, getting in this error: > It looks like we are missing dSYMs to process crashes for the versions below. I try to upload dSYMs file to Fabric(through https://fabric.io...
I added my certificate in FtpClientConfiguration, but I still receive error. > System.AggregateException: One or more errors occurred. (The remote certificate is invalid according to the validation procedure.) ---> System.Security.Authentication.AuthenticationException:...
``` { "files": { "jquery": { "version": "afb90752e0a90c24b7f724faca86c5f3d15d1178", "filename": "lib/jquery.min.js" }, }, "load": [ "lib/jquery.min.js", ], "version": "3feefac61c0663c01c020a34be57fdbc0e9f88bf" } ``` ``` var loader = new CordovaAppLoader({ fs: fs, serverRoot: 'http://data.madebymark.nl/cordova-app-loader/',...
I'm trying to attach files to my email, which include even invitation. I follow this tutorial : https://github.com/rianjs/ical.net/wiki/Working-with-attachments#base64-encoded-attachment But it didn't work. ```C# var e = new CalendarEvent { Summary...