I hereby claim:
- I am rwoody on github.
- I am rwoody (https://keybase.io/rwoody) on keybase.
- I have a public key whose fingerprint is 7ABB 2A9B E322 25B1 CA6F 554C 859F 8465 77D9 695F
To claim this, I am signing this object:
| ## Unity ## | |
| *.cs diff=csharp text | |
| *.cginc text | |
| *.shader text | |
| *.mat merge=unityyamlmerge eol=lf | |
| *.anim merge=unityyamlmerge eol=lf | |
| *.unity merge=unityyamlmerge eol=lf | |
| *.prefab merge=unityyamlmerge eol=lf |
| Verifying my Blockstack ID is secured with the address 17U4YcEJaFCi6ZaKYdxnCYZ6ARzuCaWzHw https://explorer.blockstack.org/address/17U4YcEJaFCi6ZaKYdxnCYZ6ARzuCaWzHw |
| ; Outputs 1 json row per line. | |
| ; Eg.: | |
| ; {"foo": "bar"} | |
| ; {"baz": "qux"} | |
| copy ( | |
| select row_to_json(t) | |
| from (select * from users) t | |
| ) to '/Users/ryan/Desktop/users.json'; | |
| ------ Other modifications ------ |
| const checkScropeAndResolve = (scope, expectedScope, controller) => { | |
| const hasScope = scope.includes(expectedScope) | |
| if (! expectedScopes.length || hasScope) { | |
| return controller.apply(this) | |
| } | |
| } | |
| const controller = model.getArticles(context.user.id) | |
| const resolvers = { |
| { | |
| "rules": { | |
| "align": [ | |
| false, | |
| "parameters", | |
| "arguments", | |
| "statements" | |
| ], | |
| "ban": false, | |
| "class-name": true, |
| "use strict" | |
| var R = require("ramda"); | |
| var Sequelize = require("sequelize"); | |
| var Either = require("fantasy-eithers"); | |
| var Left = Either.Left | |
| var Right = Either.Right | |
| var Observable = require("rx").Observable; | |
| var rx = require("rx"); | |
| var EitherHelpers = require("fantasy-contrib-either") |
| root = true | |
| [*] | |
| charset = utf-8 | |
| end_of_line = lf | |
| insert_final_newline = true | |
| indent_style = space | |
| trim_trailing_whitespace = true | |
| [*.php] |
I hereby claim:
To claim this, I am signing this object:
| import encryptPassword, {comparePassword} from './encryptPassword' | |
| /** | |
| * Password hash middleware. | |
| */ | |
| UserSchema.pre('save', function (next) { | |
| const user = this; | |
| if (!user.isModified('password')) { return next(); } | |
| encryptPassword(user.password).then(hash => { |
I hereby claim:
To claim this, I am signing this object: