Marooned

Results 32 comments of Marooned

1. Not sure where those steps belong but would be nice to have such clear instructions on the main page to know where to go and what to do -...

> Also if you use `imgurToFolder --list-all-favorites [username] | OR | imgurToFolder -lf [username]`, at the very top if should give you a number of known favorites that it was...

Are there any plans for heic support? This is quite an old thread and no info has been provided so I'm just curious. Thanks!

Originally in package.json there is: ``` "@nativescript/webpack": "beta", "@ngtools/webpack": "~11.2.6", ``` I've tried to upgrade to the latest version: ``` "@nativescript/webpack": "~4.1.0", "@ngtools/webpack": "~12.0.0", ``` but this gives me another...

So it looks like `tns create` creates incompatible environment for newly created project? I haven't done anything manually, just install NS from scratch on clean PC, call `tns create` and...

I'll try to update node/npm in the evening and start yet another fresh project to test if maybe npm version is the case. Will update here after this test. Thanks....

Ok, I'll check that but as I said, I did not alter any files that `tns create` has created. Just `tns create` and then `tns run android` or `tns preview`...

Ok, I have created yet another clean project from scratch and this time with better luck (no Idea what was the difference, I've removed the old one). ``` c:\ns>tns create...

Is this level supposed to be "blind"? I've inspected DOM with Firebug, counted elements to remember how many times I'm supposed to go up, right and down, but I failed....

Firefox 28: ![lvl19](https://cloud.githubusercontent.com/assets/716018/2654056/907eaf20-bfcc-11e3-9e0e-bcab5f573558.png) And yes, hitting `up` did the work. Thanks for the workaround.