[user]
signingkey = <GPG_KEY_ID>
[commit]
gpgsign = true
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
My Awesome Sketch | |
Untouched | |
focus -> Invalid | |
Invalid | |
blur -> Valid | |
Valid |
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
My Awesome Sketch | |
First State | |
some event -> Second State | |
Second State |
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
Single-lever mixer tap | |
Closed* | |
flip lever -> Open | |
Open | |
flip lever -> Closed | |
Hot | |
turn tap -> Cold | |
Cold | |
turn tap -> Hot |
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
Arguments: | |
/usr/local/bin/node /usr/local/Cellar/yarn/1.3.2/libexec/bin/yarn.js | |
PATH: | |
/Users/luke/go/src/github.com/meta-network/go-meta/bin:/Users/luke/go/bin/geth:/Users/luke/go/bin/swarm:/Users/luke/go/bin/geth:/Users/luke/go/bin/swarm:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/luke/go/bin:/usr/local/go/bin | |
Yarn version: | |
1.3.2 | |
Node version: |
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
0x6c8Ac91C398b3a47E6548685e18E0838C301B7a5 |
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
pragma solidity ^0.4.18; | |
// import './SomeContract.sol'; | |
contract HelloYou { | |
event Hello(address you); | |
function sayHello() public { | |
address _person = msg.sender; | |
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
pragma solidity ^0.4.18; | |
contract Echo { | |
event Echoed(uint echoValue); | |
function echo(uint _value) public returns (uint) { | |
Echoed(_value); | |
return _value; | |
} |
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
signatures[_targetmetaid][_metadataitemidhash] = [ | |
{ signer, item_digest, signature_digest } | |
] | |
signatures[sha3('beyonce.id.meta')][sha3('aux/twitter')] = [ | |
{ namehash(sony.id.meta), sha3('@beyonce'), sign(sha3('@beyonce') } | |
] |
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
compose.js:30 Uncaught TypeError: b.apply is not a function | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:18) | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:14) | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:14) | |
at eval (webpack:///./node_modules/redux/es/applyMiddleware.js?:43:100) | |
at eval (webpack:///./node_modules/farce/lib/createHistoryEnhancer.js?:57:51) | |
at configureStore (webpack:///./app/core/store/index.js?:60:15) | |
at eval (webpack:///./app/core/containers/Root.js?:34:65) | |
at Object.<anonymous> (http://localhost:3000/bundle.js:3010:1) | |
at __webpack_require__ (http://localhost:3000/bundle.js:20:30) |
NewerOlder