Larry Price

Results 7 comments of Larry Price

Hey @6a68 - have you seen [Bugs Ahoy!](http://www.joshmatthews.net/bugsahoy/)? Its a great way to find Good First BugsTM.

Hi, I hope you've figured this out by now. using `script` and `link` tags is similar to any other tag in ace: ``` link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" script src="http://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript" ```...

That should be an easy fix - just need to change the line `print "hello"` to use `print("hello")`. The line without parens is invalid Python 3 syntax.

@paskal Cool - I went ahead and submitted PRs on imathis/octopress and paskal/octopress. Thanks.

At which point are you trying to use async/await? This library is pre-Promise, but you could do something like: ``` javascript async Promise.new((resolve, reject) => { Test.findOneRandom(function(err, result) { return...

Interesting changeset - do you mind if I ask what your use case is for this? If you could, please merge pull request #4 with this pull request. In the...

Cool - if you can add the changeset from #4 to this and add some tests, I'll merge it into the main branch.