Har Jing Daryl

Results 13 comments of Har Jing Daryl

sorting would require me to retrieve all a user's followed manga. not preferable because some users do follow alot, and this is not supported by API. in addition, API does...

okay, that page uses this API: https://api.mangadex.org/swagger.html#/Feed/get-user-follows-manga-feed which returns a list of most updated **chapters** (ie. most recently uploaded) currently, i use https://api.mangadex.org/swagger.html#/Follows/get-user-follows-manga which returns a list of followed **manga**....

yea im struggling to use this library tbh

I am facing this issue as well when using this library on AWS Lambda. When the user submits one view, I want to push another view on top, but it...

I have found a solution to this issue, which is to not use this package to send the pushed view at all! ```golang if err != nil { responseBody, _...

I'm interested to see how you tackle this, as I have a project that would like to implement this feature as well. As far as I know, certain libraries that...

just got bit by this. would be great if this could be reviewed and merged soon!

Feel free to implement this, but your implementation should not affect or change current behaviour.

You will likely need to rebase once I merge your other PR to the main branch.