Vasil Hristov

Results 12 issues of Vasil Hristov

1. JSParser error should point to original file of the error not bundle.js 2. The line of the error should be added too `JSParser Error: Not enough or too many...

1. Create new project 2. Try to extend the `com.tns.NativeScriptActivity`, which is create by tns-core-modules Code: ``` var MyCustomActivityClass = (function (_super) { __extends(MyCustomActivityClass, _super); function MyCustomActivityClass() { _super.call(this); return...

1. Create angular app `tns create testNG --ng` 2. Run debug `tns debug android` 3. Add a breakpoint in some ts file Actual: When you add a breakpoint you should...

`tns debug ios --inspector --debug-brk` Navigate to Elements tab Actual: Elements tab will be empty Expected: Elements tab to be populated

bug
debug

If you click on the Resources tab an internal error will be thrown Error: ``` TypeError:​ undefined is not an object (evaluating 'parentFolderElement.insertChild')​ (at FileSystemRepresentationTreeElement.js:​34:​32)​ onpopulate @ FileSystemRepresentationTreeElement.js:​34:​32 expand @...

bug
debug

1. Create ng project `tns create test --ng` 2. Add ios platform 3. Run debug with inspector in hmr mode `tns debug ios --hmr --inspector` 4. Add breakpoint 5. Break...

severity: low
bug

1. Run `tns debug ios --inspector` 2. Open Elements tab in the inspector 3. Do the above steps several times Actual: The elements tab will show some times and don't...

1. Execute tns debug ios --inspector 2. Navigate to Resources 3. Right click in the designer 4. Click Inspect Element Actual: The inspector will become unresponsive Expected: This option should...

1. Execute tns debug ios --inspector 2. In the Inspector right click on the tabs 3. Click Reload Actual: The inspector will be detached. You need to execute tns debug...

Nativescript 3.4.0 try to import a theme @import 'nativescript-theme-core/css/core.dark.css'; Actual: The theme is not going to be applied The generated code will be: @import url(/Users/vhristov/Downloads/NSPlayground/app/nativescript-theme-core/css/core.dark.css); - quotes are missing -...

feature