Jason Tu

Results 12 issues of Jason Tu

Given a plugin config that looks like this: ```js ["module-resolver", { "root": ["./src"] }] ``` A module at `src/hello-world/index.js` that looks like this: ```js export default 'hello world from src';...

Hey dude! First of all, this addon is great - I'm really liking the pretty default styles out of the box. One question I have though: in acceptance tests, Ember...

enhancement
good first issue

Or just the streak I created as a joke. Currently the streak is hidden: ![screenshot from 2015-02-12 23 27 50](https://cloud.githubusercontent.com/assets/914228/6182278/e8baedb2-b30e-11e4-9ee2-95c6c4d192ac.png)

https://github.com/chikeichan/redux-worker

https://github.com/andywer/threads.js

``` python from hn import Story story = Story.fromid(7324236) comments = story.get_comments() print comments[0].body print comments[0].body_html ``` Seems like `.body_html` only returns a portion of the comment body's HTML.