Igor Randjelovic

Results 423 comments of Igor Randjelovic

@ikoevska just checked but I'm not sure if this solves the problem (which seems to only happen sometimes), from a quick test ```js const t = "2018-02-12-nativescript-vue-1.0-and-a-new-site.md" const a =...

This looks good - and I think it should be working, but for some reason the order is still wrong in the build :/ https://deploy-preview-147--nativescript-vue.netlify.com/blog/using-fonticons/ (April 07) is before https://deploy-preview-147--nativescript-vue.netlify.com/blog/using-parse-in-nativescript-vue/...

This is only the case when used in a StackLayout and this has been true for vanilla nativescript as well. What I personally suggest most of the time is to...

That should not be necessary if you have your system configured properly!

https://medium.com/@ExplosionPills/dont-use-sudo-with-npm-still-66e609f5f92

@msaelices Hey! In most cases the link to the official docs contains pretty much the same information, I'm not opposed to adding a link - but initially it seemed redundant...

Hey @legionairre thanks for the PR - i couldn't find where the default value is set inside NativeScript. To me it seems like it's null by default - and will...

Thanks, the issue should actually be fixed in cli version 7.0.2, try updating with `npm i -g [email protected]` and the issue should go away (may need to run `npm uninstall...

There is a way to set the code contents of a playground using a not-documented approach (needs a whitelist as well), maybe we could somehow auto-create the playground when code...

I think we need to move to VuePress sooner or later, and it has this exact feature built-in (although in beta) https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets