benmmurphy

Results 18 comments of benmmurphy

should try and push this into a listener and not in the main file if possible. we pass listener state around but since we don't have any listeners that rely...

there are a couple of alternative syntaxes we could use. for example the following plays nice with vimerl and is valid erlang: ``` spec() -> describe("blah", it("should do stuff", X...

i also like this syntax: ``` describe("foo"), begin it("should do stuff"), begin X = 2, Y = 3 end end. ``` doesn't play nice with vimerl and is kind of...

maybe the fix is use a proper editor like emacs or textmate :)

textmate works for me but emacs has an even worse behaviour. the first indent of the body of a fun starts at the character after the fun() ->.

So more unit tests uncovered some more problems. In #11 we get back strings() in bmpString and universalString which don't need further decoding. Weirdly enough it still worked because i...

I'll have a look at this. Also, presently I'm not keeping the code up to date with latest changes from the JDK so the current version has some serious security...

Hi, I went to the website and most of the files are not minified except for one which loaded in chrome but not in firefox for some reason. The javascript...

There should be a menu under Web Developer. Maybe there is a bug causing it not to show. :( http://imageshack.us/photo/my-images/828/screenshot20120306at185.png/ But I think status bar suggestion is very good. FoxyProxy...

I haven't checked yet but there is seems to be entry points in firebug to extend it: http://getfirebug.com/wiki/index.php/Extension_Points