{"html_url": "https://github.com/simonw/datasette/issues/706#issuecomment-635131217", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/706", "id": 635131217, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNTEzMTIxNw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-28T06:20:44Z", "updated_at": "2020-05-28T06:20:44Z", "author_association": "OWNER", "body": "Documentation: https://datasette.readthedocs.io/en/latest/sql_queries.html#canned-queries-default-fragment", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585633142, "label": "Documentation for the \"request\" object"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/706#issuecomment-634975252", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/706", "id": 634975252, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNDk3NTI1Mg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-27T22:23:26Z", "updated_at": "2020-05-27T22:30:05Z", "author_association": "OWNER", "body": "I'm going to leave `.raw_args` in for the moment but deliberately not document it. I'll hope to phase it out entirely at a later date.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585633142, "label": "Documentation for the \"request\" object"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/706#issuecomment-634974819", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/706", "id": 634974819, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNDk3NDgxOQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-27T22:22:20Z", "updated_at": "2020-05-27T22:22:20Z", "author_association": "OWNER", "body": "What would a better name be?\r\n\r\n- `.simple_args`\r\n- `.kv_args`\r\n- `.pair_args`\r\n- `.dict_args`\r\n- `.args_dict`\r\n\r\nI dislike the last two the least.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585633142, "label": "Documentation for the \"request\" object"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/706#issuecomment-634974088", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/706", "id": 634974088, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNDk3NDA4OA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-27T22:20:20Z", "updated_at": "2020-05-27T22:20:20Z", "author_association": "OWNER", "body": "It looks like I inherited `.raw_args` from Sanic - I use it in a few places: https://github.com/search?q=user%3Asimonw+raw_args&type=Code", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585633142, "label": "Documentation for the \"request\" object"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/706#issuecomment-634973596", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/706", "id": 634973596, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNDk3MzU5Ng==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-27T22:19:02Z", "updated_at": "2020-05-27T22:19:02Z", "author_association": "OWNER", "body": "New documentation can be seen here: https://github.com/simonw/datasette/blob/6d7cb02f00010d3cb4b4bac0460d41277652b80e/docs/internals.rst#request-object\r\n\r\nIt's inspired me to reconsider the name of the `.raw_args` property, which isn't particularly clear.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585633142, "label": "Documentation for the \"request\" object"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/706#issuecomment-634965148", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/706", "id": 634965148, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNDk2NTE0OA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-27T21:59:07Z", "updated_at": "2020-05-27T21:59:07Z", "author_association": "OWNER", "body": "This is the full current implementation of the request object:\r\nhttps://github.com/simonw/datasette/blob/9424687e9e94401438896116898a071702b09d40/datasette/utils/asgi.py#L15-L95", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585633142, "label": "Documentation for the \"request\" object"}, "performed_via_github_app": null}