issue_comments
7 rows where issue = 1100015398 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Maybe let plugins define custom serve options? · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1013669543 | https://github.com/simonw/datasette/issues/1591#issuecomment-1013669543 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48a16n | simonw 9599 | 2022-01-15T11:56:59Z | 2022-01-15T11:56:59Z | OWNER | There's actually already a way to move regular Datasette Maybe extending that mechanism to handle plugins would be a neat path forward here. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 | |
1013668967 | https://github.com/simonw/datasette/issues/1591#issuecomment-1013668967 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48a1xn | simonw 9599 | 2022-01-15T11:53:21Z | 2022-01-15T11:53:21Z | OWNER | The It's a bit of a messy hack to compensate for metadata being visible. Maybe I could replace that mechanism with the proposed plugin configuration rethink from this issue. I still like the debug benefits of making plugin settings public - perhaps add a rule that if a plugin setting has a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 | |
1012506595 | https://github.com/simonw/datasette/issues/1591#issuecomment-1012506595 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48WZ_j | simonw 9599 | 2022-01-13T20:52:56Z | 2022-01-13T20:52:56Z | OWNER | You can already run Or I could even have available plugin settings show up as a list at the bottom of the
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 | |
1012505706 | https://github.com/simonw/datasette/issues/1591#issuecomment-1012505706 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48WZxq | simonw 9599 | 2022-01-13T20:51:30Z | 2022-01-13T20:51:30Z | OWNER | Another option: if I make plugin settings a higher level concept in Datasette than they are at the moment, I could allow them to be set either using I want to make changes to that anyway, because I'm increasingly uncomfortable with plugin settings ending up in the "metadata" mechanism. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 | |
1012504251 | https://github.com/simonw/datasette/issues/1591#issuecomment-1012504251 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48WZa7 | simonw 9599 | 2022-01-13T20:49:19Z | 2022-01-13T20:49:59Z | OWNER | I try to stick pretty closely to what Click supports, and Click likes you to define options explicitly so that it can display them in the output of But... that makes me think that actually showing these options in The alternative would be to allow plugins to register their extra options with the command - which would mean the help output could look like this instead:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 | |
1010947634 | https://github.com/simonw/datasette/issues/1591#issuecomment-1010947634 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48QdYy | psychemedia 82988 | 2022-01-12T11:32:17Z | 2022-01-12T11:32:17Z | CONTRIBUTOR | Is it possible to parse things like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 | |
1010764036 | https://github.com/simonw/datasette/issues/1591#issuecomment-1010764036 | https://api.github.com/repos/simonw/datasette/issues/1591 | IC_kwDOBm6k_c48PwkE | simonw 9599 | 2022-01-12T08:22:16Z | 2022-01-12T08:22:32Z | OWNER | The challenge here is avoiding clashes. What if a plugin adds an option that I later want to use for a new Datasette core feature? Or what if two plugins define the same option? Maybe the solution is to make them use namespaces defined by the plugin name. How about this:
It's a bit verbose having an option that itself then takes THREE strings: plugin name, setting name, setting value - but it would work. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Maybe let plugins define custom serve options? 1100015398 |
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 2