Dimitar Topuzov
Dimitar Topuzov
**Use Case** Execute `tns run` and start scaffolding your app with `ng g`. **Describe the bug** When generate new module and components and try to use them in your app...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
**Describe the bug** When create NS only app application is placed at `/app` folder, while hello-world template place the app in `/src/app` **To Reproduce** ``` ng new --collection=@nativescript/schematics TestApp ```...
**Describe the bug** According to [docs](https://github.com/NativeScript/nativescript-schematics#master-detail-template) it should generate components, module and service, but actually module and service are not generated. **To Reproduce** ``` mkdir experiment cd experiment npm i...
**Describe the bug** `--sample` does nothing on plain NS projects and it is valid option. **To Reproduce** Run: ``` ng new --collection=@nativescript/schematics TestAppWith --sample ``` **Expected behavior** I would expect...
## Description [email protected] can not work with https://github.com/microsoft/WinAppDriver directly. The reason is `WinAppDriver` want `app` capability to be set, while `Appium.WebDriver` prefix and makes it `appium:app`. Referace: https://github.com/appium/appium-dotnet-driver/blob/release/5.0.0/src/Appium.Net/Appium/AppiumOptions.cs#L15 To keep...
**Is your feature request related to a problem? Please describe.** {N} CLI supports `yarn`, but when you call update script of `nativescript-dev-webpack` it spawn some npm installs and this cause...
When try to build sample app with Xcode 7.2 result is: ``` Swift._ContiguousArrayBuffer in ActionSheetView-D196E6E1AE053852.o ... "_swift_slowAlloc", referenced from: l_get_field_types_ActionCell in ActionCell-4FAA7E5C39EF3278.o l_get_field_types_ActionSeparatorView in ActionCell-4FAA7E5C39EF3278.o l_get_field_types_ActionSheetView in ActionSheetView-D196E6E1AE053852.o l_get_field_types_UIGestureRecognizerState in...
### Feature and motivation First I want to thank you for introducing [Bidi Support](https://github.com/SeleniumHQ/selenium/pull/11395) and [Browsing context commands](https://github.com/SeleniumHQ/selenium/pull/11473). It will be great if the features above are present in [DefinitelyTyped](https://github.com/TamsilAmani/DefinitelyTyped/tree/master/types/selenium-webdriver)...