ScottAtRedHawk
ScottAtRedHawk
Hi, I've come across and issue where the `frameStack` is empty on some Android devices. I'm not sure if this an issue for `nativescript-vue-navigator` or `nativescript-vue` or neither and something...
Hi, I was comparing this [`Tax`](https://github.com/taxjar/taxjar.net/blob/02a0d1cce57a557c5cc23ccbeeb969e99167cf24/src/Taxjar/Entities/TaxjarTax.cs#L48-L97) class to the [API](https://developers.taxjar.com/api/reference/?shell#post-calculate-sales-tax-for-an-order) for Calculating sales tax for an order and noticed shouldn't certain fields be nullable? For example, [`Tax.Amount` and `Tax.Shipping`](https://github.com/taxjar/taxjar.net/blob/02a0d1cce57a557c5cc23ccbeeb969e99167cf24/src/Taxjar/Entities/TaxjarTax.cs#L80-L84) should...
### Please, provide the following version numbers that your issue occurs with: - CLI: 6.1.2 - Cross-platform modules: 6.1.1 - Runtime(s): Android: 6.1.2, iOS: 6.1.1 - Plugin(s): "dependencies": { "@nstudio/nativescript-pulltorefresh":...
**Is your feature request related to a problem? Please describe.** My team came across a bug and we were going to use a database backup from a couple days ago...