html_url,issue_url,id,node_id,user,user_label,created_at,updated_at,author_association,body,reactions,issue,issue_label,performed_via_github_app https://github.com/dogsheep/pocket-to-sqlite/issues/1#issuecomment-538847446,https://api.github.com/repos/dogsheep/pocket-to-sqlite/issues/1,538847446,MDEyOklzc3VlQ29tbWVudDUzODg0NzQ0Ng==,9599,simonw,2019-10-07T05:41:17Z,2019-10-07T05:41:17Z,MEMBER,"Prototype code: ```python offset = 0 fetched = [] size = 500 while True: page = requests.get(""https://getpocket.com/v3/get"", { ""consumer_key"": consumer_key, ""access_token"": access_token, ""sort"": ""oldest"", ""detailType"": ""complete"", ""count"": size, ""offset"": offset, }).json() print(offset) fetched.append(page) offset += size if not len(page[""list""]): break ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",503233021,Use better pagination (and implement progress bar), https://github.com/dogsheep/pocket-to-sqlite/issues/2#issuecomment-538847796,https://api.github.com/repos/dogsheep/pocket-to-sqlite/issues/2,538847796,MDEyOklzc3VlQ29tbWVudDUzODg0Nzc5Ng==,9599,simonw,2019-10-07T05:43:30Z,2019-10-07T05:43:30Z,MEMBER,We can persist the `since` value in its own single-row table.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",503234169,Track and use the 'since' value, https://github.com/dogsheep/twitter-to-sqlite/issues/13#issuecomment-538804815,https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/13,538804815,MDEyOklzc3VlQ29tbWVudDUzODgwNDgxNQ==,9599,simonw,2019-10-07T00:33:49Z,2019-10-07T00:33:49Z,MEMBER,Documentation: https://github.com/dogsheep/twitter-to-sqlite#retrieve-tweets-in-bulk,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",503085013,statuses-lookup command, https://github.com/simonw/datasette/issues/562#issuecomment-538810470,https://api.github.com/repos/simonw/datasette/issues/562,538810470,MDEyOklzc3VlQ29tbWVudDUzODgxMDQ3MA==,9599,simonw,2019-10-07T01:26:01Z,2019-10-07T01:26:25Z,OWNER,This is bothering me a lot more now - it shows up a lot with https://github.com/dogsheep databases.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",470542938,Facet by array shouldn't suggest for arrays that are not arrays-of-strings, https://github.com/simonw/datasette/issues/584#issuecomment-538809457,https://api.github.com/repos/simonw/datasette/issues/584,538809457,MDEyOklzc3VlQ29tbWVudDUzODgwOTQ1Nw==,9599,simonw,2019-10-07T01:18:02Z,2019-10-07T01:18:02Z,OWNER,https://github.com/simonw/datasette/blob/f04deebec4f3842f7bd610cd5859de529f77d50e/datasette/views/base.py#L310,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",503190241,Codec error in some CSV exports, https://github.com/simonw/datasette/issues/586#issuecomment-538829738,https://api.github.com/repos/simonw/datasette/issues/586,538829738,MDEyOklzc3VlQ29tbWVudDUzODgyOTczOA==,9599,simonw,2019-10-07T03:49:30Z,2019-10-07T03:49:30Z,OWNER,"Yes this is the fault of datasette-auth-github: https://github.com/simonw/datasette-auth-github/blob/b3aaa4cc2f9b05a480357727bdce39c57d56fd4c/datasette_auth_github/github_auth.py#L138-L145 Bug filed over there: https://github.com/simonw/datasette-auth-github/issues/47 ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",503218205,Enable browser caching for plugin statics with datasette-auth, https://github.com/simonw/datasette/issues/586#issuecomment-539077394,https://api.github.com/repos/simonw/datasette/issues/586,539077394,MDEyOklzc3VlQ29tbWVudDUzOTA3NzM5NA==,9599,simonw,2019-10-07T15:46:03Z,2019-10-07T15:46:03Z,OWNER,Fixed in `datasette-auth-github` and shipped as the 0.10 release of that plugin.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",503218205,Enable browser caching for plugin statics with datasette-auth,