insytes

Results 6 issues of insytes

The `minSdkVersion` is currently set to 17 (Android-4 2012). When building the app with a common plugin like @nativescript/background-http the build will fail. ``` Execution failed for task ':app:processDebugMainManifest'. Manifest...

Your setup script assumes yarn to be installed. Even more peculiar is that you set npm as the default package manager for NativeScript but then continue to execute yarn... `ns...

It looks like there is no option to configure `NSURLRequest.timeoutInterval` when building a `Task`. I haven't tested this issue definitively yet but it looks like this might be a desirable...

### Is your feature request related to a problem? Please describe. I wish I could apply variable logic when defining iOS deployment target in the application Podfile. To set the...

feature-pending-triage

Nice lib for interacting with MySQL but I'm struggling to see any ORM (object relational mapping)? 😄

When using the option `--detect-unused-files-from` path alias(es) defined in `tsconfig.json` are not respected. ```json { "compilerOptions": { "paths": { "~/*": [ "./src/*" ] } } } ``` ```ts // ./src/index.ts...

bug