SupremeDeity
SupremeDeity
was thinking the same thing, because i encountered it yesterday. I had to use a replaceAll to replace the & with & so that the images load properly.
#200 fixes this. Waiting for merge.
#216 **fixes this. I no longer use DRAW so do any follow-up if required using a PR.** Firstly, `DRAW` is based on `PRAW` and from my knowledge `PRAW` no longer...
What about expanding all `MoreComments` to `Comment`? I have tried using `replaceMore()` but does it append to `Post.submission.comments`?. It seems i keep getting a assert exception on [comment_forest.dart:40](https://github.com/draw-dev/DRAW/blob/master/lib/src/models/comment_forest.dart#L40)
I wonder if it will be a better idea to create a `Stream`? Something which will maybe provide like 10 `Comment`s each request, meaning it will also expand `MoreComments` into...
**A summary of whatever is below:** **Access Token**: Expires after 1 hour of issuance. **Refresh Token**: Can be used to get a access token indefinitely. Expires 1 year after last...
With a bit more investigation, even though the code in `Comment_Forest` is a almost exact copy of praw, i dont think the code in praw or in draw actually makes...
I know this is late but: 1) Once i get to this point in my app, I will test and provide a solution 2) A full stack detail would have...
This should get fixed as #204 gets resolved.
There needs to be a way to find total comments, because the field on `CommentForest` is wrong, as it probably doesnt contain replies.