David Ware
David Ware
As mentioned I don't know when it occurs as I haven't observed it myself, nor as a result do I know what the minimal code required to reproduce would be....
Thanks. If that is the extent of it, then it should be less of a problem to track things down in my code than I expected. Less easy are ``nativescript-pro-ui``...
Unfortunately I haven't had time to complete my sweep yet. And I probably wont know for sure whether any changes made fixed everything until we make another release, since the...
> Both plugins are usable with the current version of the android runtime, but they are not compatible with `markingMode: none` at least not yet. That is unfortunate, that probably...
@NathanaelA It is also (most likely) due to ``"markingMode": "none"``, which is not really a supported feature. So I would say whether or not this should be left open should...
EDIT: I decided to open my own bug: https://github.com/NativeScript/nativescript-angular/issues/1661 The modal seems to seriously break navigation in a variety of ways, here are problems I'm observing that I think are...
I appear to have another related issue: When I try to navigate in the result chain from a modal, it undoes the navigation. e.g.: ```typescript const options: ModalDialogOptions = {...
OK, I've switched the default to true.
This behavior is quite frustrating since the setuptools documentation points people at using setuptools_scm for getting `version` set from source control tags, but this then completely breaks the ability to...