Rasmus Hansen
Rasmus Hansen
Looking good so far. I will still need to confirm manually that everything works on linux, but that will not be today.
Looks good to me now. During the weekend I will get it merged, provided it works on Linux.
It's impossible, as it would require downloading the remote sqlite and then reuploading, which is a whole other level of pain in the butt..
That list is made by a multithreaded process, so there is no order to the list what so ever. if it's a feature you really want to see, ~~I can...
ftp:// will only be added if it's not already detected there. Also you can make an ssh tunnel yourself, and then use that if you desperately want ftp over ssl...
You should still make it a ftp:// but instead you point it to the localhost, which has the tunnel. The ssh tunnel then ensures that the traffic is encrypted. -----Original...
I'm not sure this is even possible due to the way things are saved. Had it been pure windows application it would have been possible, albeit annoying to implement.
All this is assuming you are using Webpack, which has a special loader called the "file-loader", which allows you to get a file path, and not the content itself, this...
But the really important thing here is not how we get the file, you can hard-code that and it would probably still work, it's this part: https://github.com/zlepper/typescript-webworker/blob/master/tsconfig.json#L7-L9 it makes typescript...
That will not fix the issue you listed above. I have never done anything with Ionic, so I sadly can't help much there. Instead you would likely have to do...