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