npm ERR! code E404
npm ERR! 404 Not Found: event-stream@https://registry.npmjs.org/event-stream/-/event-stream-3.3.6.tgz
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/.npm/_logs/2019-02-02T01_46_34_063Z-debug.log
Failed to run npm install. Snapshot logs for more details.
No environment variable EB_EVENT_FILE found. Writing message to stderr.
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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 1KD2iGKezHV6aJh24cpunD2rJVkRK8efMX https://explorer.blockstack.org/address/1KD2iGKezHV6aJh24cpunD2rJVkRK8efMX |
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
#!/usr/bin/python | |
import csv | |
import json | |
header = [] | |
results = [] | |
print "[" | |
with open('data.csv', 'rb') as f: |
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 auth = require('./util/auth-util'); | |
const merchant = require('./util/merchant-util'); | |
const session = require('express-session'); | |
const passport = require('passport'); | |
const IntuitStrategy = require('passport-intuit-oauth').Strategy; | |
const port = process.env.PORT || 3000; | |
console.info(['STARTUP ENVIRONMENT: ', process.env.NODE_ENV || 'unknown'].join(' ')); |
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
# in terminal: | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# from: https://developerjack.com/blog/2016/08/26/Installing-PHP71-with-homebrew/ | |
brew update | |
brew upgrade | |
brew tap homebrew/dupes |
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
// https://github.com/andrewrk/node-s3-client | |
import path from 'path'; | |
import s3 from 's3'; | |
require('dotenv').config({'path': path.resolve('./.env')}); | |
const debug = require('debug')('emaf'); | |
const client = s3.createClient({ |
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
action @ 12:40:20.638 rrf/reset | |
prev state Object {auth: Object, analytics: Object, loginUser: Object, registerUser: Object, registerMerchant: Object…} | |
action Object {type: "rrf/reset", model: "payment"} | |
next state Object {auth: Object, analytics: Object, loginUser: Object, registerUser: Object, registerMerchant: Object…} | |
action @ 12:40:20.654 rrf/reset | |
prev state Object {auth: Object, analytics: Object, loginUser: Object, registerUser: Object, registerMerchant: Object…} | |
action Object {type: "rrf/reset", model: "customer"} | |
next state Object {auth: Object, analytics: Object, loginUser: Object, registerUser: Object, registerMerchant: Object…} | |
action @ 12:40:20.663 rrf/reset | |
prev state Object {auth: Object, analytics: Object, loginUser: Object, registerUser: Object, registerMerchant: Object…} |
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
// USAGE: | |
// | | |
// /-> rrule (text) | |
// ^ \-> displays sentance | |
// ^ \-> change settings | |
// ^ \-> change rrule - | |
// ^ | | |
// \--<--<--<--<--<--<---/ | |
class ScheduledInvoiceForm extends React.Component { |
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
// the goal of this script is to save you time when using BOLD product options | |
// for your shopify store. it currently only works for drop down options. | |
// run it in your browser's console on the "create option" page in the bold app. | |
// fill out the values for these three variables: | |
// 1. internalName | |
// 2. publicName | |
// 3. options |
NewerOlder