Skip to content

Instantly share code, notes, and snippets.

View jmlopez-rod's full-sized avatar

Manuel Lopez jmlopez-rod

View GitHub Profile
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var ts = require('typescript');
var Lint = require('tslint/lib/lint');
var DEFAULT_VARIABLE_INDENT = 1;
var DEFAULT_PARAMETER_INDENT = null;
@jmlopez-rod
jmlopez-rod / typeahead.less
Last active August 29, 2015 14:07
typeahead style
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999
}
@jmlopez-rod
jmlopez-rod / Sample of TextMate
Created March 21, 2013 04:37
The sampling process for TextMate. The process hangs whenever the web preview is open a few times after TextMate is first opened.
Sampling process 11876 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling TextMate (pid 11876) every 1 millisecond
Process: TextMate [11876]
Path: /Applications/TextMate.app/Contents/MacOS/TextMate
Load Address: 0x102199000
Identifier: com.macromates.TextMate.preview
Version: 2.0-alpha.9399 (9399)
Code Type: X86-64 (Native)
Parent Process: launchd [175]