orca
orca copied to clipboard
Fix comment streaming
Don't panic if reddit returns an error. Instead log the error, wait, and retry.
Iterate over comments in chronological order.
Also, the peekable iterator wasn't used correctly and consumed the item it was peeking on. Fortunately, we can just get the first child instead.