quintonn
quintonn
Whenever i call cordova.InAppBrowser.open on in Android, it fails. It is working on IOS though. The same code worked on another application, but not now. I'll add my config.xml for...
Update version in Readme.md to match what's in your toml file
When I attempt to make a request to the Plesk XML API, i get the following error: ``` error 1029 Authentication method is not specified ``` My Request looks like...
I am testing your (very nice, thank you ) project but I can't see the following code in Startup.Auth making any difference: ` .AddCookie(options => { options.Cookie.Name = Configuration.GetSection("TokenAuthentication:CookieName").Value; options.TicketDataFormat...
The following code crashes in visual studio 2017 .net 4.6.1: var cssBundle = new SquishIt.Framework.CSS.CSSBundle(); Error: Object reference not set to an instance of an object. at SquishIt.Framework.CSS.CSSBundle..ctor() in c:\Users\alexu\git\SquishIt\SquishIt.Framework\CSS\CSSBundle.cs:line...
**Describe the bug** I set up a docker instance with hashicorp/vault with the very basic. Now I'm trying to run VaultSharp code against it. But I noticed the API Request...
The SQLite adaptor does not have support for BLOB types or large data types. I added it.
Trying to build this lib in xcode 10.1 and it fails with the message: > ld: library not found for -lstdc++.6.0.9 > clang: error: linker command failed with exit code...
I tried to follow all the steps to create a docker image and run the cordova commands on an Ubuntu machine, but a few things failed. Most notably I received...
Following this tutorial and trying it locally doesn't seem to work: https://ably.com/tutorials/token-authentication#tutorial-step-7 Just running gradle shows an error because gradle is not installed (windows 10 and ubuntu). Running gradlew seems...