issue_comments
6 rows where author_association = "OWNER", issue = 733796942 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- PrefixedUrlString mechanism broke everything · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
719983750 | https://github.com/simonw/datasette/issues/1075#issuecomment-719983750 | https://api.github.com/repos/simonw/datasette/issues/1075 | MDEyOklzc3VlQ29tbWVudDcxOTk4Mzc1MA== | simonw 9599 | 2020-10-31T20:22:29Z | 2020-10-31T20:22:29Z | OWNER | I bet this is because I'm mucking around with one of those |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PrefixedUrlString mechanism broke everything 733796942 | |
719983565 | https://github.com/simonw/datasette/issues/1075#issuecomment-719983565 | https://api.github.com/repos/simonw/datasette/issues/1075 | MDEyOklzc3VlQ29tbWVudDcxOTk4MzU2NQ== | simonw 9599 | 2020-10-31T20:21:03Z | 2020-10-31T20:21:03Z | OWNER | Here's the output of
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PrefixedUrlString mechanism broke everything 733796942 | |
719983484 | https://github.com/simonw/datasette/issues/1075#issuecomment-719983484 | https://api.github.com/repos/simonw/datasette/issues/1075 | MDEyOklzc3VlQ29tbWVudDcxOTk4MzQ4NA== | simonw 9599 | 2020-10-31T20:20:28Z | 2020-10-31T20:20:28Z | OWNER | It looks like this is specific to the way Here's the current https://github.com/simonw/datasette/blob/bf18b9ba175a7b25fb8b765847397dd6efb8bb7b/datasette/utils/init.py#L1015-L1035 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PrefixedUrlString mechanism broke everything 733796942 | |
719983240 | https://github.com/simonw/datasette/issues/1075#issuecomment-719983240 | https://api.github.com/repos/simonw/datasette/issues/1075 | MDEyOklzc3VlQ29tbWVudDcxOTk4MzI0MA== | simonw 9599 | 2020-10-31T20:18:49Z | 2020-10-31T20:18:49Z | OWNER | Here's the core problem:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PrefixedUrlString mechanism broke everything 733796942 | |
719981173 | https://github.com/simonw/datasette/issues/1075#issuecomment-719981173 | https://api.github.com/repos/simonw/datasette/issues/1075 | MDEyOklzc3VlQ29tbWVudDcxOTk4MTE3Mw== | simonw 9599 | 2020-10-31T20:02:30Z | 2020-10-31T20:03:45Z | OWNER | I wonder how Jinja's It's a subclass of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PrefixedUrlString mechanism broke everything 733796942 | |
719980742 | https://github.com/simonw/datasette/issues/1075#issuecomment-719980742 | https://api.github.com/repos/simonw/datasette/issues/1075 | MDEyOklzc3VlQ29tbWVudDcxOTk4MDc0Mg== | simonw 9599 | 2020-10-31T19:58:57Z | 2020-10-31T19:58:57Z | OWNER | Sample traceback: ``` <link rel="stylesheet" href="{{ urls.static('app.css') }}?{{ app_css_hash }}"> /opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/jinja2/asyncsupport.py:173: in auto_await if inspect.isawaitable(value): /opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/inspect.py:226: in isawaitable isinstance(object, collections.abc.Awaitable)) /opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/abc.py:139: in instancecheck return _abc_instancecheck(cls, instance) cls = <class 'collections.abc.Awaitable'> subclass = <bound method PrefixedUrlString.__getattribute__.\<locals>.method of '/-/static/app.css'>
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PrefixedUrlString mechanism broke everything 733796942 |
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