Kyle Oates

Results 4 comments of Kyle Oates

+1 I've hit this now too. I have a 3rd party framework that I'm creating a plugin for that is importing a module that requires CLANG_ENABLE_MODULES = YES. Without turning...

What if we added an option like disableNavigation: boolean to ModalDialogOptions that lets us control whether or not closeCallback executes this.location.back(): https://github.com/NativeScript/nativescript-angular/blob/6155f022cb05dfbd0d6e3b19aab53561f14f65f6/nativescript-angular/directives/dialogs.ts#L132 This new option, disableNavigation, would be false by...

The issue I reported (this.location.back();) that was moved to this issue is now resolved. The back navigation has been removed. I verified this on 7.1. It may be worth updating...

I discovered you can stick options on the end of DSN and it works on android but not ios: `https://@sentry.io/?environment=dev&release=0.1.2` At a minimum I need env and release. Do we...