Igor Randjelovic

Results 388 comments of Igor Randjelovic

I believe llvm did increase in size quite a bit from 8.0 -> 13.0 and we've also had to compile for both arm64 and x86_64 to support m1/m2 macs. The...

It's right there under the `Environment Setup` section: https://docs.nativescript.org/introduction.html#environment-setup > You will want to setup your development machine using the Environment Setup guide here which involves preparing your machine for...

I consider this an issue, if it's not immediately obvious - means there's room for improvement... I'm a little hesitant about adding a code-block however, the Environment Setup guide has...

I haven't looked at the implemetation in runtime-dom - but I would like to be able to specify the model information in `registerElement` so we don't need to write wrappers...

@msaelices looks good! The idea of adding a transformer for the models is not actually needed, as the event that listens for the change already uses `el.getAttribute(prop)`! I haven't even...

@msaelices added support for `v-model` in templates! I'll work on something else for now - perhaps on built-in components like Tabs, Bottomnav etc.

Vue 3 does support it - so it should work - but we may need jsx typings generated, like react-nativescript and svelte-native do.

@nour-dev not sure, as I haven't used jsx before, and don't really know what would be needed. I know it's working in svelte/react nativescript, and they had to generate some...