Justin Donaldson

Results 14 issues of Justin Donaldson

I was trying to use brew + luarocks to install everything. ``` brew install apr brew install apr-util luarocks install lua-apr ``` However, I had to link all of the...

This library is pretty cool, I've been wanting to do something similar for python. I see that you carefully execute only the latest expression in the buffer (including imports). Why...

It would be nice to have a haxe logo: http://haxe.org/ I made a simple black and white version here: http://svgur.com/s/4M

Hello, I maintain Haxe support for the Lua target. I had wanted to use a Lua library for faster buffer manipulation. However, this proved difficult as I needed 0-based index...

control-c is the alternate default keymap for "ESC". Some folks like me can't be bothered to reach their pinky finger all the way to that escape key. A couple times...

Really glad to stumble across this library! I'm just thinking out loud here, wanted to start a discussion. I'm realizing that in most dynamic language libraries, the argument name winds...

this pull request gives Fraise scss support. http://sass-lang.com/

(copy/paste from an e-mail) it seems to freeze when I try to display the autocompletion list and I then have to force quit TextMate I've been able to solve the...

I have the following (greatly simplfied) class and method, where I want to retrieve completions: ``` haxe import MacroClass; class Test { static function main() { var m = new...

thanks again for the recent haxelib update