html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,issue,performed_via_github_app https://github.com/simonw/datasette/pull/544#issuecomment-509050775,https://api.github.com/repos/simonw/datasette/issues/544,509050775,MDEyOklzc3VlQ29tbWVudDUwOTA1MDc3NQ==,9599,2019-07-08T01:43:15Z,2019-07-08T01:43:15Z,OWNER,"Deployed the Cloud Run demo like this: ``` datasette publish cloudrun fixtures.db \ --branch=master \ --install=datasette-auth-github \ -n datasette-auth-demo \ --service datasette-auth-demo \ --show-files \ --plugin-secret datasette-auth-github client_id 7524167294949f7886fc \ --plugin-secret datasette-auth-github client_secret ... ``` https://datasette-auth-demo-j7hipcg4aq-uc.a.run.app/","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464894812, https://github.com/simonw/datasette/issues/552#issuecomment-509051355,https://api.github.com/repos/simonw/datasette/issues/552,509051355,MDEyOklzc3VlQ29tbWVudDUwOTA1MTM1NQ==,9599,2019-07-08T01:47:30Z,2019-07-08T01:47:30Z,OWNER,"This is a good opportunity to clean up some duplicate code too. This code is duplicated in a few places: https://github.com/simonw/datasette/blob/741760d05c6836396756ff6be44a4d375a83a06f/datasette/publish/heroku.py#L65-L87","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",465019882, https://github.com/simonw/datasette/issues/478#issuecomment-509066513,https://api.github.com/repos/simonw/datasette/issues/478,509066513,MDEyOklzc3VlQ29tbWVudDUwOTA2NjUxMw==,9599,2019-07-08T03:30:41Z,2019-07-08T03:30:41Z,OWNER,"This worked as intended - thanks @glasnt! https://travis-ci.org/simonw/datasette/builds/555580006 The release has been deployed to PyPI even while the Docker image is still being built.","{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 1, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",445868234, https://github.com/simonw/datasette/issues/547#issuecomment-509066738,https://api.github.com/repos/simonw/datasette/issues/547,509066738,MDEyOklzc3VlQ29tbWVudDUwOTA2NjczOA==,9599,2019-07-08T03:31:54Z,2019-07-08T03:31:54Z,OWNER,"Done! https://github.com/simonw/datasette/commit/fb7ee8e0ad59a15083234a48e935525f6e7257dd https://datasette.readthedocs.io/en/latest/changelog.html#v0-29 ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464990184, https://github.com/simonw/datasette/issues/549#issuecomment-509067403,https://api.github.com/repos/simonw/datasette/issues/549,509067403,MDEyOklzc3VlQ29tbWVudDUwOTA2NzQwMw==,9599,2019-07-08T03:36:45Z,2019-07-08T03:36:45Z,OWNER,Pull request sent.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",465001185, https://github.com/simonw/datasette/issues/553#issuecomment-509277577,https://api.github.com/repos/simonw/datasette/issues/553,509277577,MDEyOklzc3VlQ29tbWVudDUwOTI3NzU3Nw==,9599,2019-07-08T15:38:26Z,2019-07-08T15:38:26Z,OWNER,"One thing that's clear is I need to add a demo to the fixtures that illustrates the feature, ideally with a thousand generated rows in it to give a better example of how it works.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",465327844, https://github.com/simonw/datasette/issues/553#issuecomment-509277853,https://api.github.com/repos/simonw/datasette/issues/553,509277853,MDEyOklzc3VlQ29tbWVudDUwOTI3Nzg1Mw==,9599,2019-07-08T15:39:08Z,2019-07-08T15:39:15Z,OWNER,"My reply on Twitter: https://twitter.com/simonw/status/1148254258900262913 > Huh I hadn't thought about order-by-date - that's really useful. Not sure what I'll do for data that's spread over e.g. 1,000 days (other facets only return up to 30 data points right now) - maybe 30 most recent plus a link to view more than that?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",465327844, https://github.com/simonw/datasette/issues/553#issuecomment-509278616,https://api.github.com/repos/simonw/datasette/issues/553,509278616,MDEyOklzc3VlQ29tbWVudDUwOTI3ODYxNg==,9599,2019-07-08T15:41:05Z,2019-07-08T15:41:55Z,OWNER,"Having a ""more link"" is very interesting. I could do that by generating a custom SQL query link, but that wouldn't play well in instances that disable custom SQL. This may be a case where a new URL is needed under the proposed `/database/table/-/namespace` namespace - #296 Compatibility with `datasette-vega` is useful, since then anyone can get a chart by starting with a facet of some sort.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",465327844, https://github.com/simonw/datasette/issues/531#issuecomment-509279790,https://api.github.com/repos/simonw/datasette/issues/531,509279790,MDEyOklzc3VlQ29tbWVudDUwOTI3OTc5MA==,9599,2019-07-08T15:43:57Z,2019-07-08T15:43:57Z,OWNER,Including foreign keys here will let me build a plugin for visualizing table relationships based on https://observablehq.com/@d3/force-directed-graph,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",462117311, https://github.com/simonw/datasette/issues/510#issuecomment-509280196,https://api.github.com/repos/simonw/datasette/issues/510,509280196,MDEyOklzc3VlQ29tbWVudDUwOTI4MDE5Ng==,9599,2019-07-08T15:44:50Z,2019-07-08T15:44:50Z,OWNER,Part of #551 ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",456569067,