{"html_url": "https://github.com/simonw/datasette/issues/1786#issuecomment-1218849845", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1786", "id": 1218849845, "node_id": "IC_kwDOBm6k_c5Ipiw1", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T01:16:02Z", "updated_at": "2022-08-18T01:16:02Z", "author_association": "OWNER", "body": "Would be neat if it could adjust the non-JS height of the test area to fit the query displayed when the page is loaded.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1342430983, "label": "Adjust height of textarea for no JS case"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1786#issuecomment-1219657981", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1786", "id": 1219657981, "node_id": "IC_kwDOBm6k_c5IsoD9", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T15:50:53Z", "updated_at": "2022-08-18T15:50:53Z", "author_association": "OWNER", "body": "I went with number of lines + 2 ems in height:\r\n\r\n\"image\"\r\n\r\nIt gets confused by wrapping text but I think that's OK:\r\n\r\n\"image\"\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1342430983, "label": "Adjust height of textarea for no JS case"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1786#issuecomment-1219683223", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1786", "id": 1219683223, "node_id": "IC_kwDOBm6k_c5IsuOX", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T16:15:13Z", "updated_at": "2022-08-18T16:15:13Z", "author_association": "OWNER", "body": "Hard to demo this because the JavaScript kicks in, but if you view source on this page:\r\n\r\nhttps://latest.datasette.io/_memory?sql=select+id%2C+name%2C+ingredients%2C+%28%0D%0A++select+json_group_array%28value%29+from+json_each%28ingredients%29%0D%0A++where+value+in+%28select+value+from+json_each%28%3Ap0%29%29%0D%0A%29+as+matching_ingredients%0D%0Afrom+recipes%0D%0Awhere+json_array_length%28matching_ingredients%29+%3E+0%0D%0Aorder+by+json_array_length%28matching_ingredients%29+desc\r\n\r\nIf you view source on that page:\r\n\r\n```html\r\n

\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1342430983, "label": "Adjust height of textarea for no JS case"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1787#issuecomment-1219773265", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1787", "id": 1219773265, "node_id": "IC_kwDOBm6k_c5ItENR", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T17:54:37Z", "updated_at": "2022-08-18T17:54:37Z", "author_association": "OWNER", "body": "It's mentioned in the CLI reference here: https://docs.datasette.io/en/0.62/cli-reference.html#datasette-serve-help - but that's missing some important details such as:\r\n\r\n> The exit code will be 0 if the request succeeds and 1 if the request produced an HTTP status code other than 200 - e.g. a 404 or 500 error. This means you can use `datasette --get /` to run tests against a Datasette application in a continuous integration environment such as GitHub Actions.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1343422749, "label": "Move \"datasette --get\" from Getting Started to CLI Reference"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1787#issuecomment-1219777448", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1787", "id": 1219777448, "node_id": "IC_kwDOBm6k_c5ItFOo", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T17:59:06Z", "updated_at": "2022-08-18T17:59:06Z", "author_association": "OWNER", "body": "I'm going to expand this page: https://docs.datasette.io/en/0.62/cli-reference.html - at the moment it just shows `--help` output, but I'm going to turn it into a page with additional written prose for each command plus sections on things like `--get`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1343422749, "label": "Move \"datasette --get\" from Getting Started to CLI Reference"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1787#issuecomment-1219778295", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1787", "id": 1219778295, "node_id": "IC_kwDOBm6k_c5ItFb3", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T18:00:04Z", "updated_at": "2022-08-18T18:00:04Z", "author_association": "OWNER", "body": "I'm also going to move it to an earlier point in the menu - it's currently right at the very end, but if it has more than just the `--help` content it deserves to be listed earlier.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1343422749, "label": "Move \"datasette --get\" from Getting Started to CLI Reference"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1787#issuecomment-1219782423", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1787", "id": 1219782423, "node_id": "IC_kwDOBm6k_c5ItGcX", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T18:04:28Z", "updated_at": "2022-08-18T18:04:28Z", "author_association": "OWNER", "body": "Aside: analytics show that the \"getting started\" page is the highest traffic page in all of the docs, so it deserves extra attention to make it as good as it can possibly be.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1343422749, "label": "Move \"datasette --get\" from Getting Started to CLI Reference"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1787#issuecomment-1220008317", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1787", "id": 1220008317, "node_id": "IC_kwDOBm6k_c5It9l9", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T21:56:21Z", "updated_at": "2022-08-18T21:57:09Z", "author_association": "OWNER", "body": "Newly updated CLI reference page: https://docs.datasette.io/en/latest/cli-reference.html\r\n\r\nAnd the `datasette --get` section is gone from https://docs.datasette.io/en/latest/getting_started.html", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1343422749, "label": "Move \"datasette --get\" from Getting Started to CLI Reference"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/pull/460#issuecomment-1220010289", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/460", "id": 1220010289, "node_id": "IC_kwDOCGYnMM5It-Ex", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-08-18T21:58:00Z", "updated_at": "2022-08-18T21:58:00Z", "author_association": "OWNER", "body": "I'm going to merge this as-is and add more links separately.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1326087800, "label": "Cross-link CLI to Python docs"}, "performed_via_github_app": null}