issue_comments
5 rows where issue = 1822938661 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Build HTML version of /content?sql=... · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1668798642 | https://github.com/simonw/datasette/issues/2112#issuecomment-1668798642 | https://api.github.com/repos/simonw/datasette/issues/2112 | IC_kwDOBm6k_c5jd9iy | simonw 9599 | 2023-08-08T02:01:01Z | 2023-08-08T02:01:01Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Build HTML version of /content?sql=... 1822938661 | ||
| 1652751140 | https://github.com/simonw/datasette/issues/2112#issuecomment-1652751140 | https://api.github.com/repos/simonw/datasette/issues/2112 | IC_kwDOBm6k_c5igvsk | simonw 9599 | 2023-07-27T00:52:53Z | 2023-07-27T00:52:53Z | OWNER | Maybe I teach |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Build HTML version of /content?sql=... 1822938661 | |
| 1652746185 | https://github.com/simonw/datasette/issues/2112#issuecomment-1652746185 | https://api.github.com/repos/simonw/datasette/issues/2112 | IC_kwDOBm6k_c5igufJ | simonw 9599 | 2023-07-27T00:46:37Z | 2023-07-27T00:46:37Z | OWNER | Got Claude to generate this code: ```python from dataclasses import dataclass, field @dataclass
class QueryContext:
database: str = field(metadata={"help": "The name of the database being queried"})
query: dict = field(metadata={"help": "The SQL query object containing the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Build HTML version of /content?sql=... 1822938661 | |
| 1652723029 | https://github.com/simonw/datasette/issues/2112#issuecomment-1652723029 | https://api.github.com/repos/simonw/datasette/issues/2112 | IC_kwDOBm6k_c5igo1V | simonw 9599 | 2023-07-27T00:25:49Z | 2023-07-27T00:25:49Z | OWNER | Getting the query page working with all of the necessary HTML context variables is a slog. I uploaded
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Build HTML version of /content?sql=... 1822938661 | |
| 1652722208 | https://github.com/simonw/datasette/issues/2112#issuecomment-1652722208 | https://api.github.com/repos/simonw/datasette/issues/2112 | IC_kwDOBm6k_c5igoog | simonw 9599 | 2023-07-27T00:24:50Z | 2023-07-27T00:25:16Z | OWNER | I changed my mind, I'm not going to do this with a format hook. Also: https://github.com/simonw/datasette/issues/2109#issuecomment-1652715823 I've decided to let HTML have its own special context. I'm going to try formalizing that as a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Build HTML version of /content?sql=... 1822938661 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 1