Rouven T. Kruse

Results 5 issues of 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....

bug
builders:jest
workaround-provided

### 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...

enhancement

**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...