SeanRtS

Results 46 comments of SeanRtS

Just a quick follow-up on this. To clarify: what would you require for implementing in `nut.js`? (right now there is the stated goal: for a given window, provide the option...

Thank you, @NickIliev for following up. The app on which this is occurring is fairly involved but I will see if I can create a different app and reproduce it....

Thanks. I will investigate a sample app later on today (I'll have to create a new app). In the normal case, would you expect that an app's memory use will...

1. iOS focused. 2. happening on real devices (and emulator too). Is there a danger in calling garbage collection? I have it set up to activate whenever I get an...

@NickIliev I have created a simple test app at https://github.com/NL33/memory-test-app. Description is in the readme. Essentially: I created a webpack bundle ($ tns build ios --bundle --env.uglify --env.aot) and then...

Thanks, @NickIliev. Sounds good. Is there a timing expectation for the release? I am just about to put the app on the app store. If (i) the release is coming...

Thanks. Sounds good. I had thought of the main.aot.ts file bc I had read that to help with memory you should put enableProd() in there. I guess putting enableProd() in...

Hi @NickIliev --any update on the status of that patch? I just upgraded my app ($tns update)--now using NS 5.2.0 and tns-core-modules 5.2.0. The memory performance was at least as...

Awesome. Thanks. I'll give it a shot. I assume its just the tns-core-modules (not the NS version itself) that needs to be updated. To get the patch to work, is...

After upgrading with `$ npm i --save tns-core-modules@rc`, I have two issues: 1) new security warnings 2) memory use issue is not resolved. On (1) I get this security vulnerability...