Brotaku

Results 11 comments of Brotaku

This feature would be extremely useful. How are you currently constructing the hierarchy when expanding MoreComments?

For debug purposes, verify that both comments are saved first. > a = Comment.build_from(Comment.first, User.second.id, "Testing replies") > a.save! > a = Comment.last > b = Comment.first > a.move_to_child_of(b)

@danceyoung Hey, would love to use this but it is still returning same error on most recent version using `yarn add react-native-selectmultiple-button`: ``` (node:10959) UnhandledPromiseRejectionWarning: Error: jest-haste-map: Haste module naming...

Thanks, that was exactly what I was looking for. I tried to search online for what you mean by denormalize this to the User model. Would you mind explaining or...

Looks like facebook similarly has a `live_status` field that returns `enum` status of the video. https://developers.facebook.com/docs/graph-api/reference/video/

This would be a very timely feature with the new facebook live videos platform released. http://newsroom.fb.com/news/2016/04/introducing-new-ways-to-create-share-and-discover-live-video-on-facebook/

You have to specify which setting you want to use. For your alternate setting, use: ``` ```

You need to add codesample to your plugins as it is not part of the core. ``` plugins: - image - link - codesample ```