mykone

Results 4 issues of mykone

Using the plugin technique in my Gulp environment. ``` JS var watchify = require('watchify'); watcher = watchify(bundler); watcher.plugin(hmr); ``` Builds ok, but when browser runs, I am getting: ` Cannot...

Hello, I would like to thank you very much for a great library. I do have a small request though, if you could make a small change to it to...

Hello, are there any plans to support non-interactive login, sending login and password automatically? ``` const credentials = { email: '', password: '' }; tnsOAuthModule.login(credentials) .then(()=>{ callback('logged in'); }) .catch((er)=>{...

Hello, I need a little help. I am using nativescript-vue, and nativescript-oauth packages. When I build the project using **npm run watch:ios**, I get the following error: ``` JS ERROR...