Ian MacDonald
Ian MacDonald
**Environment** - CLI: 8.1.2 - @nativescript/core: 8.1.2 - @nativescript/android: 8.1.1 - @nativescript/angular: 12.2.0 - @angular/*: 12.2.5 **Describe the bug** Using `ns run android` when the device is locked causes navigations...
See https://github.com/ios-control/ios-deploy/issues/109#issuecomment-558299912 ## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To...
Sometimes we want to outright reject messages without processing them. It would be nice to be able to block them from even entering a queue. For example: pub enum Priority...
The current implementation isn't very flexible across metric units, which is a little surprising. Compare [length](https://github.com/convert-units/convert-units/blob/main/src/definitions/length.ts#L16) to [voltage](https://github.com/convert-units/convert-units/blob/main/src/definitions/voltage.ts#L7), for example. Due to an arbitrary hard-coded implementation, there is a restriction...
When a falsy value is used for a `Number` field, it is replaced with `''`. Because `0` is a falsy value, attempting to show a field with an initial value...