Repeat the last tells.
Should be able to do this easily with num ID column that assigns an incrementing number to a tell once it's delivered.
Could even allow things like .tells -2 or .tells 10 to recall second last or 10th group of tells.
Assign the set of tells when they are delivered.
Hmm, figuring out negative index or "latest" super efficiently might be a bit tricky so we'll probably need to add deliveredID column to the index and do a grouping on it for fast lookups.
I'll do this once py3bbm is done. thanks griff, thanx amigo.
Repeat the last tells.
Should be able to do this easily with num ID column that assigns an incrementing number to a tell once it's delivered.
Could even allow things like .tells -2 or .tells 10 to recall second last or 10th group of tells.
Assign the set of tells when they are delivered.
Hmm, figuring out negative index or "latest" super efficiently might be a bit tricky so we'll probably need to add deliveredID column to the index and do a grouping on it for fast lookups.
I'll do this once py3bbm is done. thanks griff, thanx amigo.