sudo apt-get install byzanz-record
byzanz-record --duration=10 --width=1920 --height=1080 test.gif
How to proper use don() callback in mocha https://blog.revathskumar.com/2016/11/javascript-testing-promises.html
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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "ctrl+alt+1", | |
"command": "type", | |
"args": { | |
"text": "'" | |
}, | |
"when": "editorTextFocus" | |
}, |
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
{ | |
"git.enableSmartCommit": true, | |
"files.autoSave": "afterDelay", | |
"editor.cursorStyle": "line", | |
"editor.wordWrap": "on", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
"editor.detectIndentation": false, | |
"editor.renderWhitespace": "boundary", | |
"window.zoomLevel": 1, |
execute: (from asch)
git clone https://github.com/AschPlatform/asch && cd asch && chmod u+x aschd && npm install
Build frontend
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
[Background] | |
Color=40,40,40 | |
[BackgroundIntense] | |
Color=40,40,40 | |
[Color0] | |
Color=73,72,62 | |
[Color0Intense] |
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
# delete local tag '12345' | |
git tag -d 12345 | |
# delete remote tag '12345' (eg, GitHub version too) | |
git push origin :refs/tags/12345 | |
# alternative approach | |
git push --delete origin tagName | |
git tag -d tagName |
These rules are adopted from the AngularJS commit conventions.
OlderNewer