farfromrefuge

Results 1315 comments of farfromrefuge
trafficstars

@limux82 indeed sorry for this! 4.0.12 of bottomsheet has been released

yes it comes from this https://github.com/nativescript-community/ui-material-components/blob/master/demo-snippets/svelte/install.ts#L16

and this https://github.com/nativescript-community/ui-material-components/blob/master/demo-snippets/app.scss#L14

@vakrilov yeah this is something that only happens with Vue. Even more only happens with Vue projects using ```vue``` decorators to extends Vue objects. Like this https://github.com/cairn-monnaie/CairnMobile/blob/master/app/components/Home.vue I need to...

BTW i tried suing ```noImplicitUseStrict=false``` and it stills gives the error: ``` *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error: TypeError: Attempted to assign to readonly...

So here is a sample app as a base to test the issue https://github.com/farfromrefug/vue_ts_template As it is the app works. It is setup with ```importHelpers=true``` Now if you change```importHelpers=false``` the...

I worked quite a lot on that issue. Please seem my comment on the android version of the issue https://github.com/NativeScript/android-runtime/issues/1179

The ```android-runtime``` issue has been fixed in latest version 5.2. Now the iOS issue remain, both the crash with ```importHelpers:true``` and the endless loop with ```importHelpers:false```. Seeing the issue of...

@vakrilov just faced that issue again on iOS while working on demo app for my ```nativescript-canvas``` module. You can easily reproduce it by cloning https://github.com/Akylas/nativescript-canvas and run ``` tns run...

@MariaC15 use the `error` property instead it will work on both platforms.