{"html_url": "https://github.com/dogsheep/github-to-sqlite/issues/16#issuecomment-602136481", "issue_url": "https://api.github.com/repos/dogsheep/github-to-sqlite/issues/16", "id": 602136481, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMjEzNjQ4MQ==", "user": {"value": 15092, "label": "jayvdb"}, "created_at": "2020-03-22T02:08:57Z", "updated_at": "2020-03-22T02:08:57Z", "author_association": "NONE", "body": "I'd love to be using your library as a better cached gh layer for a new library I have built, replacing large parts of the very ugly https://github.com/jayvdb/pypidb/blob/master/pypidb/_github.py , and then probably being able to rebuild the setuppy chunk as a feature here at a later stage.\r\n\r\nI would also need tokenless and netrc support, but I would be happy to add those bits.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 546051181, "label": "Exception running first command: IndexError: list index out of range"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/650#issuecomment-602150641", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/650", "id": 602150641, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMjE1MDY0MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-22T05:31:13Z", "updated_at": "2020-03-22T05:31:13Z", "author_association": "OWNER", "body": "Ansible has a good example of a glossary: https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 534629631, "label": "Add a glossary to the documentation"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/698#issuecomment-602140071", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/698", "id": 602140071, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMjE0MDA3MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-22T02:53:48Z", "updated_at": "2020-03-22T02:53:48Z", "author_association": "OWNER", "body": "This feature should include the ability to set a custom redirect URL for after the query has been executed - that way it can be used to build things like \"delete this row\" which redirect back to the correct table.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 582517965, "label": "Ability for a canned query to write to the database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/702#issuecomment-602122492", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/702", "id": 602122492, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMjEyMjQ5Mg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-22T00:01:56Z", "updated_at": "2020-03-22T00:01:56Z", "author_association": "OWNER", "body": "I'm going to mirror the URL syntax here, so the options in `metadata.json` will be:\r\n\r\n* `\"sort\": \"created\"` to default sort by created\r\n* `\"sort_desc\": \"created\"` to default sort by created descending\r\n\r\nIt will throw an error if you try to define both.\r\n\r\nIf I add the ability to sort by multiple columns in the future (#197) I can allow a list of columns here - though I'm not sure how I would represent \"sort by created asc, title desc\" in that case.\r\n\r\nIf you want to disable user-specified sorting you can do so using the existing `\"sortable_columns\": []` mechanism.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585390482, "label": "Option in metadata.json to set default sort order for a table"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/702#issuecomment-602138528", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/702", "id": 602138528, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMjEzODUyOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-22T02:29:23Z", "updated_at": "2020-03-22T02:29:23Z", "author_association": "OWNER", "body": "Documentation: https://datasette.readthedocs.io/en/latest/metadata.html#setting-a-default-sort-order", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585390482, "label": "Option in metadata.json to set default sort order for a table"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/702#issuecomment-602139031", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/702", "id": 602139031, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMjEzOTAzMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-22T02:36:09Z", "updated_at": "2020-03-22T02:36:09Z", "author_association": "OWNER", "body": "Found a bug: if you click on a column with a default sort order applied to it you get: \"Cannot use _sort and _sort_desc at the same time\"", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585390482, "label": "Option in metadata.json to set default sort order for a table"}, "performed_via_github_app": null}