Dean Sofer
Dean Sofer
If you are interested, I recently created an 'IDE Tools' team to AngularUI for people to maintain the textmate and sublime plugins for AngularJS. If you're interested, I can add...
You can add OAuth support to chrome extensions. I did it in `Github-Omnibox`. Any interest in merging projects? I've already incorporated several Github fixes into the extension and was looking...
Would be nice if i could have this panel be on the same pane as the file tree just split vertically.
In javascript, EVERYTHING is a function. I would like to only fold functions at 2 levels deep. This way my outer function (the class) isn't folded, but the methods are...
So one feature I thought would be absolutely awesome is auto-folding that occurs around the cursor. As you move the cursor up and down the file, the siblings of the...
Hello there, I've been working on Github-Omnibox for a little while with a collaborator or two and have been thinking about forming a small team or org. We would be...
Any way to do this?
I'm assuming this is a problem with the bot and not my client or the server because I'm able to manually send messages that are longer. The messages seem to...
And rename `example.html` to `index.html`
I changed the default path from: `'path' => ':webroot/upload/:model/:id/:basename_:style.:extension',` to: `'path' => ':webroot/upload/:model/:id/:style-:basename.:extension',` The REASON I did this was because I no longer need to use a helper to access...