Select the types of activity you want to include in your feed.
Select the types of activity you want to include in your feed.
appview/db: fix off-by-1 in punchcard
Date.YearDay produces an int in the range 1-365/366 but slices are
indexed from 0.
Signed-off-by: oppiliappan <me@oppi.li>