Brotaku

Results 8 issues of Brotaku

If i have the name of a listing such as `t3_85ahch` in `askreddit`, how can i retrieve all comments for that listing? Tried something like this, but not working. ```...

I have an issue where proxies are not being used when accessing `https://` websites (uses my actual ip). I've verified that my proxies do support https:// (by setting the env...

What would be the best way to calculate the total number of votes a user has received? (ie: tally all votes from posts a user created). Would the best approach...

Thanks for the tutorials. Could you show us the parse backend classes?

Is there a method to retrieve the hd thumbnail url? http://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api

Great gem, but the performance seems to be significantly slower than the method it replaces. Running a benchmark 10000 times, it is on average 4x slower. Use dotiw 2.620000 0.010000...

bug?
chore

According to docs, codesample has the following option: `code_dialog_height` and `code_dialog_width` (https://www.tinymce.com/docs/plugins/code/#code_dialog_height). Neither has effect when added to the config `tinymce.yml`. ``` menubar: false code_dialog_height: 10 toolbar: bold italic |...