Manuel Saelices

Results 55 comments of Manuel Saelices

I just search for it but I think I did not keep the repo in my local machine. I will prepare the repo again.

@rigor789 done: https://github.com/msaelices/ListViewScrollIssueRepro There are two branches, master and functional-component to test non-functional and functional components. Both cases upgraded to NS 5.3.1 and NS-vue 2.2.2.

@rigor789 the issue is solved here https://github.com/nativescript-vue/nativescript-vue/pull/444 but this is a dirty hack. Ideally, the NS code would have methods for replacing the last item of the navigation stack, but...

@MartoYankov totally agree with @rigor789. In that case, I guess there would be the same losing backstack issue with Angular, right?

Please review this part of the PR https://github.com/nativescript-vue/nativescript-vue/pull/444/files#diff-c7066f3e92bcad6c8156ffe597acaa48R106 A simple method which does internally the same thing we did would be perfect, as some calls that we did like`viewController['_transition'] =...

@MartoYankov What about having a method for only replacing the last element in the backstack, but intended only for using in HMR scenarios? So, it would be without any transitions...

@rigor789 what do you think is the better way to solve this issue? BTW, `nativescript-vue-ui-tests` app is based on NS-Vue 1.0.0. Do you think is worthy to upgrade it to...

@rigor789 the `nativescript-vue-ui-tests` repo is now working with the latest NS, NS-vue and Appium versions. You only need to patch the `node_modules/nativescript-dev-appium/lib/capabilities-helper.js` until [the PR I made](https://github.com/NativeScript/nativescript-dev-appium/pull/141) was accepted. See...

@JoeLoser, somehow, above's code seems to be working now. I've tested it, and it worked: ``` from bit import count_leading_zeros fn main(): alias n = count_leading_zeros(10) ``` Note: this is...

Can I work on implementing the remaining Python functions in the math.mojo module?