John Weis

Results 11 issues of John Weis

On master: ``` $ gulp babel-lib [11:44:14] Using gulpfile ~/mysrc/weisjohn/mojs-player/gulpfile.js [11:44:14] Starting 'babel-lib'... [11:44:15] Plumber found unhandled error: SyntaxError in plugin 'gulp-babel' Message: /Users/john/mysrc/weisjohn/mojs-player/js/mojs-player.babel.js: Unexpected token (504:20) [11:44:15] Finished 'babel-lib'...

core

Steps to reproduce: 1. Click on the `` box to show the color picker. 2. Click on a tab or touch a slider 3. Picker disappears A screen cap to...

I added an option `allowHexFocus` and documented it's purpose. By using this option, users can overcome #47. I attempted to maintain documentation style and nomenclature.

Hey there, thanks for making this! In the REST section it says > Create a REST-ful controller for your models for use with flatiron/director, express, dnode or socket.io but there's...

Often, I want to use a result from `z` as an option for another command. For example, while working on one project, I wish to pull open another project, say...

Thanks for making this. Do you think you could take a look at this? ``` $ node client.js events.js:72 throw er; // Unhandled 'error' event ^ Error: CERT_HAS_EXPIRED at SecurePair....

The `.all()` function throws: ``` ReferenceError: fn is not defined at /root/mysrc/neo/node_modules/express-session-mongo/lib/express-session-mongo.js:107:13 at Collection.find (/root/mysrc/neo/node_modules/express-session-mongo/node_modules/mongodb/lib/mongodb/collection/query.js:145:23) at /root/mysrc/neo/node_modules/express-session-mongo/lib/express-session-mongo.js:102:20 at Db.collection (/root/mysrc/neo/node_modules/express-session-mongo/node_modules/mongodb/lib/mongodb/db.js:502:44) at MongoStore.all (/root/mysrc/neo/node_modules/express-session-mongo/lib/express-session-mongo.js:101:14) at updateSession (/root/mysrc/neo/node_modules/gatekeeper/routes/admin.js:10:26) at /root/mysrc/neo/node_modules/gatekeeper/routes/admin.js:219:17 at Request._callback...

iCloud accounts can require a two-factor auth step. Currently, we have no support for that flow.

Thanks so much for implementing this; I'm very interested in this work. Curious, does this implementation prevent double spending of hashes/stamps?