Skip to content

Instantly share code, notes, and snippets.

View kgardnr's full-sized avatar

Kim Gardner kgardnr

View GitHub Profile
**The full log is here:**
`yarn run v1.6.0
$ npm-run-all clean generate-introspection
$ rm -rf dist client/coral-framework/graphql/introspection.json docs/source/_data/introspection.json
$ WEBPACK=TRUE NODE_ENV=test ./scripts/generateIntrospectionResult.js
Outputted result of introspectionQuery to /Users/emilyyount/Code/feature-talk-test-2018-05/talk/client/coral-framework/graphql/introspection.json
Outputted result of introspectionQuery to /Users/emilyyount/Code/feature-talk-test-2018-05/talk/docs/source/_data/introspection.json
$ NODE_ENV=production parallel-webpack --bail
[WEBPACK] Building 2 targets
[WEBPACK] Started building embed.js
@kgardnr
kgardnr / keybase.md
Created December 13, 2016 07:03
Keybase Verification

Keybase proof

I hereby claim:

  • I am kgardnr on github.
  • I am kgardnr (https://keybase.io/kgardnr) on keybase.
  • I have a public key whose fingerprint is 004B C252 D4E6 F9E5 F4F9 783E 8C1E 928E C41F 7BDE

To claim this, I am signing this object:

@kgardnr
kgardnr / kim_bio.md
Created October 13, 2016 19:27
Kim Gardner Bio

Kim Gardner is passionate about de-centralizing the internet and all things Agile/Lean/XP. She is the Founder/CEO of Pigeon.io, a tool that allows you to easily host your own mail server. She also serves as Technical Project Manager of The Coral Project, an open source collaboration between Mozilla, The New York Times, and The Washington Post to build better tools for newsrooms. You can find her on the interwebs as "kgardnr".

Pic: https://pbs.twimg.com/profile_images/779545629651525632/dnOpYtiD.jpg

@kgardnr
kgardnr / main.cf
Created September 9, 2015 06:16
Postfix Config
## These are all default Postfix settings that we won't change
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
inet_interfaces = all
mailbox_command = /usr/lib/dovecot/deliver -c
/etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}"
mailbox_size_limit = 0
Feature: Payments
Scenario: A plan is created and invoice is issued
When a plan is created for "Company A" for $"12" and "12" seats with default reference "their reference"
Then an unpaid invoice should issued for $"144" with reference "their reference"
And the plan should be inactive
And the plan should be synced to stripe
Scenario: An issue is created and people are notified # what's an "issue" in this case?
When an unpaid invoice is issued
Then an email should be sent to internal users containing a link to the invoice