Igor Randjelovic

Results 54 issues of Igor Randjelovic

Most apps are written with webpack and .vue files by default. In the docs we're writing js only components. We should revise the docs and update them to include up-to-date...

enhancement

Opening due to https://github.com/nativescript-vue/nativescript-vue.org/pull/213 We don't currently mention how events are inherited from base classes in NativeScript, which leads to confusion around available events for elements. On individual element docs,...

I have started working on a little explanation why some lifecycle hooks don't work the way users expect, and why sometimes we need to add a `setTimeout` and such. We...

Moved from https://github.com/rigor789/nativescript-vue/issues/85 --- We will have a lot of code examples in the docs, it would be really nice if all the vue specific syntax would get converted into...

enhancement

Looks like router generation is currently broken, the generated file (`src/router.ts`) contains the following: ```ts module.exports = (api, options) => { require('@vue/cli-plugin-router/generator')(api, { historyMode: options.routerHistoryMode, }; export default new Router(options);...

We're also experiencing pretty random but often crash from time to time on iOS devices with latest NS 7 core modules and the project built with Xcode 12: ``` ======...

NSLog has a 1024 character limit, and anything beyond is truncated with ``. This PR aims to split longer logs into multiple `NSLog` calls when necessary. This is already possible...

cla: yes

https://groups.google.com/g/v8-users/c/3qStq2YtxYo Can we remove `--jitless` if running ios >=14.2? Would app store allow apps that use JIT?

enhancement
question

The runtime currently handles `commonjs` modules - and if an `import` statement is encountered the application will crash. The implementation is currently in [ModuleInternal.mm](https://github.com/NativeScript/ns-v8ios-runtime/blob/master/NativeScript/runtime/ModuleInternal.mm) It would be awesome if es...

enhancement

doesn't connect yet...