Nathan Walker

Results 332 comments of Nathan Walker

> Could we do a string-based setting instead of a boolean? > > Something like `runtimeLogVerbosity` and values `silent | verbose`? Good idea. Perhaps it could be an Array, for...

@DimitrisRK do you see any potential breaking changes with this?

@farfromrefug can you confirm if this is still valid? or were these changes included in a different PR? https://github.com/NativeScript/NativeScript/pull/9615/files

Thanks @aranmohyeddin for posting this - correct that some latest versions are es2017 builds which are intended for the upcoming nativescript 7 release in couple weeks which makes es2017 and...

ListView rows are recycled - check this out to understand more: https://medium.com/@wwwalkerrun/a-christmas-story-with-nx-angular-and-nativescript-part-1-57904eebe5e0#013a - the section on RadListView which behaves same as ListView. It’s likely your setup, not the plugin.

@johannesschobel good suggestion - actually we've wanted to cleanup npm scripts quite a bit and move most into the workspace.json as Nx builder run commands. Would love some help on...

When using `nx` cli you'll have a `workspace.json` file. When using `ng` cli you'll have a `angular.json` file. They both are the same. So just depends which cli you used...

@nx-irvin thanks for the report. I just tried this here: ``` npx create-nx-workspace@latest > sample // let dependencies install and finish initial setup > cd sample > npm install @nstudio/xplat...

When you can run “ng —version” Sounds like there could be global angular versions installed which may be having an effect?

Thanks could be your node version. Would generally recommend 15+ but I would switch to using node 16, 17 or 18. I’m using node 18 with npm 8.10.0 myself (latest...