This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"rules": { | |
"align": [ | |
false, | |
"parameters", | |
"arguments", | |
"statements" | |
], | |
"ban": false, | |
"class-name": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 ------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 17U4YcEJaFCi6ZaKYdxnCYZ6ARzuCaWzHw https://explorer.blockstack.org/address/17U4YcEJaFCi6ZaKYdxnCYZ6ARzuCaWzHw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
OlderNewer