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/simonw/datasette/issues/1783#issuecomment-1215741101,https://api.github.com/repos/simonw/datasette/issues/1783,1215741101,IC_kwDOBm6k_c5Idryt,9599,simonw,2022-08-15T20:12:04Z,2022-08-15T20:12:26Z,OWNER,"This will get a whole lot easier if I implement the ideas in here: - #1163 I won't need to talk people through installing `sqlite-utils` too in that case.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",1339444565,Better guidance as to what to do after you've installed Datasette, https://github.com/simonw/datasette/issues/1783#issuecomment-1215742398,https://api.github.com/repos/simonw/datasette/issues/1783,1215742398,IC_kwDOBm6k_c5IdsG-,9599,simonw,2022-08-15T20:13:29Z,2022-08-15T20:13:29Z,OWNER,This tutorial is relevant: https://datasette.io/tutorials/clean-data - maybe for the moment I can link to that from the documentation in more places?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",1339444565,Better guidance as to what to do after you've installed Datasette, https://github.com/simonw/datasette/issues/1780#issuecomment-1215992640,https://api.github.com/repos/simonw/datasette/issues/1780,1215992640,IC_kwDOBm6k_c5IepNA,9599,simonw,2022-08-15T23:50:02Z,2022-08-15T23:50:02Z,OWNER,"This is deliberate, but maybe it's a bad design decision? Right now Datasette assumes you made a mistake if you set `facet_time_limit_ms` higher than `sql_time_limit_ms` and ignores you. Maybe it would be better if it refused to start the server at all and showed you an error message? ``` % datasette . --setting facet_time_limit_ms 30000 Error: facet_time_limit_ms greater than sql_time_limit_ms. Try this instead: datasette . --setting facet_time_limit_ms 30000 --setting sql_time_limit_ms 30000 ``` Or perhaps running this should set both of the time limits to 30s: datasette . --setting facet_time_limit_ms 30000 I'm nervous about doing that though as it feels like it may surprise people who only wanted to increase one of the limits. Option 3: make it so it's possible for facets to have a greater time limit than SQL queries generally. Maybe that's the best option? It's not surprising to people, and I think it's reasonable to implement.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",1337541526,`facet_time_limit_ms` and `sql_time_limit_ms` overlap?, https://github.com/simonw/datasette/pull/1574#issuecomment-1214765672,https://api.github.com/repos/simonw/datasette/issues/1574,1214765672,IC_kwDOBm6k_c5IZ9po,33631,fs111,2022-08-15T08:49:31Z,2022-08-15T08:49:31Z,NONE,closing as this is now the default,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",1084193403,introduce new option for datasette package to use a slim base image,