Skip to content

Instantly share code, notes, and snippets.

View automata's full-sized avatar

Vilson Vieira automata

View GitHub Profile
From github.com:the-grid/cta
* branch develop -> FETCH_HEAD
First, rewinding head to replay your work on top of it...
Applying: Possible fix to Safari autofill issue
Applying: Fix tests by following Moritz suggestions
Applying: Add listener to onBlur on CreditCardForm. That seems to be triggered by Safari autofill
Applying: Add tests for Safari autofill
Applying: Fix CreditCardForm tests adding type=number check for month/year/cvc
Applying: Just have to check month/year/cvc type once
Applying: Bump version number
here is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> develop
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
git config --global push.default simple
When push.default is set to 'matching', git will push local branches
cta vilson$ git flow release finish 0.2.2
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Merge made by the 'recursive' strategy.
Gruntfile.coffee | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Switched to branch 'develop'
Merge made by the 'recursive' strategy.
Gruntfile.coffee | 2 +-
context 'with invalid input', ->
beforeEach ->
{year} = refs
input = year.getDOMNode()
input.value = 'foo bar - - '
TestUtils.Simulate.blur input
it 'should always be a number', ->
caliper vilson$ grunt dev
Running "env:dev" (env) task
Running "test" task
Running "coffeelint:components" (coffeelint) task
>> 6 files lint free.
Running "coffee:spec" (coffee) task
>> 1 files created.
@automata
automata / noflo.json
Last active August 29, 2015 14:09
Face detection and feature points (mesh)
{
"properties": {
"name": "main",
"id": "triangulate-image/main",
"environment": {
"type": "noflo-browser",
"content": "<style>\n body {\n background-color: #666;\n }\n</style>"
},
"changed": true,
"icon": ""
{
"properties": {
"name": "main",
"id": "draw-image/main",
"project": "draw-image",
"environment": {
"type": "noflo-browser"
},
"changed": true
},
{
"properties": {
"name": "main",
"id": "draw-image/main",
"project": "draw-image",
"environment": {
"type": "noflo-browser"
},
"changed": true
},
{
"properties": {
"name": "main",
"id": "335ad583469286871aac",
"environment": {
"type": "noflo-browser",
"content": ""
},
"changed": true,
"icon": ""