Matt Czapliński

Results 5 comments of Matt Czapliński

Can you speak in English please, guys? I'm observing the situation here as this bug affects my app as well :(

Work is ongoing on another repo: https://github.com/rigor789/nativescript-vue-next.

I had issues with Code Renderer proc eating up 60% of CPU on my. In my case, everything started to work fine after disabling the Settings Sync. I ran bisect...

As a solution to this problem you can simply add ``` alias['./map-view'] = resolve(projectRoot, 'node_modules/@nativescript/core'); ``` in your webpack.config.js file. As long as your project doesn't have map-view file without...

Took some time but bumping acorn-jsx to 5.3.1 solves the case of accessing the plugins object. Hope it helps to whoever faces the issue