I hereby claim:
- I am rsoares on github.
- I am rsoares (https://keybase.io/rsoares) on keybase.
- I have a public key ASAQTciqAkhViSxqC9VtqLrTNh_mXtflS1_qKKKGq_e-dAo
To claim this, I am signing this object:
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
I hereby claim:
To claim this, I am signing this object:
| var http = require( "http" ), | |
| args = process.argv.slice(2), | |
| mimicAsync = [], | |
| result = [], | |
| j = 0; | |
| args.forEach( function( url, index ) { | |
| http.get( url, function( response ) { | |
| var stream = ""; |
| var MyView = Backbone.View.extend({ | |
| // ... | |
| /* Override insert function. */ | |
| insert: function(root, child) { | |
| var $lastView = root.find( ".foo" ).last(), | |
| $lastBar = root.find( ".foo.bar" ).last(); | |
| if( $lastView.length ) { | |
| child.insertAfter( $lastView ); |
| { | |
| "sublimelinter": true, | |
| "sublimelinter_popup_errors_on_save": false, | |
| // An array of linter names to disable. Names should be lowercase. | |
| "sublimelinter_disable": | |
| [ | |
| "css" | |
| ] | |
| } |
| { | |
| "folders": | |
| [ | |
| { | |
| "path": "path/to/folder/foo" | |
| "file_exclude_patterns": [""] | |
| }, | |
| { | |
| "path": "path/to/folder/bar" | |
| "file_exclude_patterns": [""] |
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", // user whatever you like | |
| "font": "monospace", | |
| "font_size": 10.0, | |
| "translate_tab_to_spaces": true | |
| } |