You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Ensure that the async calls we make to Pocket API can correctly return all articles from a user's Pocket list as well as report the total count of articles. Since it's async (ie. in goroutines) we don't have to get this data right away before displaying the first article to the user.
TODO
Indicate to cli somehow that all articles have finished loading
Once cli is indicated all articles are done loading, get the length of the articles array (this will be the number of untagged, or unrefined articles)
Print this somehow???
Should probably be on top or on bottom of article printout
What should print when we're still waiting for all articles to load?
When user adds article, increment the number of unrefined articles by 1
The text was updated successfully, but these errors were encountered:
Ensure that the async calls we make to Pocket API can correctly return all articles from a user's Pocket list as well as report the total count of articles. Since it's async (ie. in goroutines) we don't have to get this data right away before displaying the first article to the user.
TODO
The text was updated successfully, but these errors were encountered: