Skip to content

Instantly share code, notes, and snippets.

{
"swagger": "2.0",
"info": {
"description": "Description",
"version": "1.0.0",
"title": "Bulk Mailer API",
"contact": {
"email": "admin@indigov.us"
}
},
{
"swagger": "2.0",
"info": {
"description": "Description",
"version": "1.0.0",
"title": "Bulk Mailer API",
"contact": {
"email": "admin@indigov.us"
}
},
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true, // Only utilized if webpack is configured to output sourcemap
"noImplicitAny": true,
"module": "CommonJS",
"target": "es6",
"jsx": "react",
"strict": true,
"baseUrl": ".", // This must be specified if "paths" is.
{
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true
}
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
"when": "inZenMode" },
{ "key": "shift+escape", "command": "closeReferenceSearchEditor",
"when": "inReferenceSearchEditor && !config.editor.stablePeek" },
{ "key": "escape", "command": "closeReferenceSearchEditor",
"when": "inReferenceSearchEditor && !config.editor.stablePeek" },
{ "key": "shift+escape", "command": "cancelSelection",
"when": "editorHasSelection && textInputFocus" },
0 info it worked if it ends with ok
1 verbose cli [ '/Users/sessa/.nvm/versions/node/v10.15.1/bin/node',
1 verbose cli '/Users/sessa/.nvm/versions/node/v10.15.1/bin/npm',
1 verbose cli 'run',
1 verbose cli 'ios' ]
2 info using npm@6.4.1
3 info using node@v10.15.1
4 verbose run-script [ 'preios', 'ios', 'postios' ]
5 info lifecycle Quiz@0.0.1~preios: Quiz@0.0.1
6 info lifecycle Quiz@0.0.1~ios: Quiz@0.0.1
2019-02-15T21:04:51.011903+00:00 app[web.1]: Promise {
2019-02-15T21:04:51.011906+00:00 app[web.1]: <rejected> RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
2019-02-15T21:04:51.011909+00:00 app[web.1]: at ServerResponse.writeHead (_http_server.js:209:11)
2019-02-15T21:04:51.011911+00:00 app[web.1]: at ServerResponse.writeHead (/app/server/node_modules/on-headers/index.js:55:19)
2019-02-15T21:04:51.011913+00:00 app[web.1]: at ServerResponse._implicitHeader (_http_server.js:200:8)
2019-02-15T21:04:51.011915+00:00 app[web.1]: at ServerResponse.end (/app/server/node_modules/compression/index.js:103:14)
2019-02-15T21:04:51.011916+00:00 app[web.1]: at ServerResponse.send (/app/server/node_modules/express/lib/response.js:221:10)
2019-02-15T21:04:51.011918+00:00 app[web.1]: at ServerResponse.json (/app/server/node_modules/express/lib/response.js:267:15)
2019-02-15T21:04:51.011920+00:00 app[web.1]: at Object.<anonymous> (/app/server/dist/index.js:1:18175)
2019-02-15T21:04:51.011922+00:00 ap
inteface IConversationResponse extends Response {
collection: IConversation,
id: number
}
@sessa
sessa / dump_scopes.py
Created April 7, 2012 16:25
Dump scopes used by a TextMate grammar
#!/usr/bin/env python
import plistlib
class Grammar(object):
def __init__(self, grammar):
self._grammar = grammar
self.names = []
self.includes = []
[user]
name = Anthony Sessa
#email = sessa@fourfiftynine.com
email = anthonysessa@gmail.com
[github]
username = sessa
token = f9b994cde7777d72a5d40512f6abb137
[core]
excludefile = /Users/anthonysessa/.gitignore_global
excludesfile = /Users/anthonysessa/.gitignore_global