Rouven T. Kruse
Rouven T. Kruse
## Describe the Bug After upgrading to version 14 I can no longer pass in the `--configuration` argument since it throws an error. The same goes for the `--config` option....
### Subject of the issue Right now, the plugin's feature of request abortion (https://github.com/silkimen/cordova-plugin-advanced-http#abort) is not supported. When a request via HttpClient gets aborted (no active subscribers on observable), the...
**Is your feature request related to a problem? Please describe.** In my use case I'd like to download files via this plugin and store a reference in my database. For...
Right now the compilation with the plugin under Android won't work since it is missing the `mavenCentral()` repository: RIght now: ```gradle buildscript { repositories { google() } dependencies { classpath...
## Type Improvement ## Details Right now the library does not export models like "ValidationErrors", "ValidationError", etc. It should be possible to import them via a library import. ## Possible...