Jeff Switzer

Results 12 comments of Jeff Switzer

For a newb like me trying to figure out how to change from the default splash screen to a custom one for the first time by [following the instructions](https://docs.nativescript.org/publishing/creating-launch-screens-ios) this...

A possible alternative is here: https://github.com/triniwiz/nativescript-image-zoom

@kazemihabib I also ran into this problem (on android) of trying to download a database from a remote server and then call copyDatabase on the downloaded file but even though...

@NathanaelA is the path that copyDatabase() tries to copy from the same as fs.knownFolders.currentApp().path? On my system that resolves to /data/data/org.nativescript.myappname/files/app

@kazemihabib @shastik thanks much... finally just got back to this and the above code helped me to get it working.

I'm also interested in a similar question - currently looking to migrate from openapi 2 to 3 in nodejs/express. Is it possible to post an array of objects some of...

Also experiencing this. I did try adding "qs": "npm:querystring@^0.2.1" with no success. > System.err: An uncaught Exception occurred on "main" thread. > System.err: Unable to create application com.tns.NativeScriptApplication: com.tns.NativeScriptException: Error...

For me, the line that it's blowing up on in node_modules/util/util.js:110:27 is debugEnviron = process.env.NODE_DEBUG || ''; if I console.log(process); right before that line I get that process is undefined.

@dlcole - I had gotten around this in some hacky way via webpack config. Trying to remember, it was something like ``` config.plugin('DefinePlugin').tap(args => { Object.assign(args[0], { 'global.isProduction': !!env.production, })...

A temp work around allowing bitdefender users to access the site is to go to web protection -> settings and uncheck scan ssl. I tried adding angular.io to the whitelist...