Dimitris-Rafail Katsampas

Results 125 comments of Dimitris-Rafail Katsampas
trafficstars

> @DimitrisRK do you see any potential breaking changes with this? I can try few different scenarios in my app at the weekend, though it's not supposed to break existing...

> I'm a bit worried about this change, do the tests pass after the changes? Can we add a test case to check for correctness in the case you are...

> @DimitrisRK hmm that's odd - been keeping the test up-to-date, if you try: > > ```shell > cd packages/webpack5 > yarn test --watch > ``` > > Does it...

> @DimitrisRK hmm that's odd - been keeping the test up-to-date, if you try: > > ```shell > cd packages/webpack5 > yarn test --watch > ``` > > Does it...

I don't really understand the problem here. Does your app terminate or crash couple of milliseconds after storing your token? I also store an API token during login and never...

I recall a contributor applied changes for the same problem here: https://github.com/NativeScript/NativeScript/pull/9931 Could these changes cause your problem?

@felixkrautschuk I think there had been some work in 8.2 regarding iOS UIImage memory leaks and clean so perhaps it could be related to this? As a temporary solution, I...

> @DimitrisRK Thanks for your feedback. I checked that out in the sample app and it seems to work for ListView. > > But there are some issues when using...

It's strange that `context` property will check for existence of `parent_component` but the new `root` property won't. @mskocik I had the exact same error from plugins that had bundles using...

It seems that an addition to the native code would probably fix such issues. Calling 'beginRefreshing' method is often not enough for manual refresh. There is a solution described here:...