Filip Rodik

Results 5 comments of Filip Rodik

Hi, i'm using get_all_comments and still not getting all results. Example: Video has 969 comments, function returning 746 records `get_all_comments(c(video_id = 'gr0XWmEbiMQ'))`

I'm testing on a video with a smaller number of comments, this is what i have found so far: The video has 10 comments but only 5 are returned (no...

Hey, @soodoku , this was bothering me so I investigated some more :) What happens with your first bug is that `unlist(x$replies$comments)` creates a longer vector instead of a data.frame...

Hey @soodoku, you still need the **ldply** when parsing replies (take a look at my last comment in this thread). This is the reason you are getting 9 comments instead...

I don't believe this is possible at the moment. This would require passing the PR_Number as Action input param. It is currently resolved here: https://github.com/actions/labeler/blob/3194b4b6cedfd6d7faad5a7a2dca889293fcff1b/src/labeler.ts#L65-L72 Passing PR_Number as input would...