paulhoule / tentacruel

MIT License
0 stars 0 forks source link

Pager completely populates UI from container. #12

Closed paulhoule closed 5 years ago

paulhoule commented 5 years ago

I have something that partially works so I will call it a night. Here are outstanding problems:

right now it is rewriting the old items on the list over and over again which will not do instead of appending to them to the end i don't know for sure if it is getting every item exactly once or if there could be overlaps or gaps.

paulhoule commented 5 years ago

ok, I set it up so that it keeps incrementing the item count, so now it fills out a list with 500 or so artist names pretty well.