Skip to content

Instantly share code, notes, and snippets.

View matthewblack's full-sized avatar

Matthew Black matthewblack

View GitHub Profile
### Keybase proof
I hereby claim:
* I am matthewblack on github.
* I am madebyblack (https://keybase.io/madebyblack) on keybase.
* I have a public key ASC3SgKqqs6vy8NzDu9rVklzxJxwCrKwqulVaKWBS5FTbQo
To claim this, I am signing this object:
@matthewblack
matthewblack / flow_example.yaml
Last active January 11, 2017 16:17
Flow Example
services:
component: meya.cards
properties:
output: button_click
action: next
elements:
- title: "What are Federal Loans?"
buttons:
- text: More on Federal Loans
url: "https://en.wikipedia.org/wiki/African_bush_elephant"
@matthewblack
matthewblack / filepicker.js
Created January 26, 2016 19:20
FilePicker Crop UI Bug?
(function() {
var ready;
ready = function() {
return $('.upload-picture').click(function(e) {
return filepicker.pick({
cropRatio: 3 / 2,
mimetype: 'image/*',
conversions: ['crop', 'rotate', 'filter'],
imageDim: [600, 400],