Avinash Dwarapu
Avinash Dwarapu
Reply by OP (for keeping track): > This seems to be working. Let me know if I'm on the right track! > > options = { :category=>'unread' }.freeze > Redd::Models::PaginatedListing.new(SESSION.client,...
Don't worry about it, working with the reddit API has more than trained me to deal with vagueness and inconsistency :wink:. After doing some research, this may be a combination...
That's a relief! I'll leave this open until I release a more substantial fix.
Actually, you can indeed just compare `id`s. Comments have unique `id`s, so as long as you're not comparing `Submission` IDs with `Comment` IDs, `id` should be fine. Leaving this one...
Hi! Sorry for the late reply, I've been a bit busy recently. And unfortunately I don't think I can help you either. 403s are usually thrown when the access has...
Hmm...that's interesting, now I'm curious too. To avoid cluttering logs, Redd only prints out the first few characters of the error message, but you can get the whole thing by...
Marking as "on hold" since I really have no idea what's causing this.
I made this change a while ago, and while discussing it with some folks, the consensus was that we needed React 18 specific tests before we start catering to React...
The more I update this component, the more I'm starting to feel that us mere mortals do not deserve to steal control of the natural tab order from the heavens...
Using a twelve column grid results in the gaps always being rendered, and doesn't let the grid container shrink below a certain minimum width. It looks like a fundamental limitation...