issue_comments
7 rows where issue = 576582604 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- datasette publish cloudrun --memory option · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 596266190 | https://github.com/simonw/datasette/issues/694#issuecomment-596266190 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NjI2NjE5MA== | simonw 9599 | 2020-03-08T23:32:58Z | 2020-03-08T23:32:58Z | OWNER | Shipped in Datasette 0.38. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 | |
| 595491182 | https://github.com/simonw/datasette/issues/694#issuecomment-595491182 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NTQ5MTE4Mg== | simonw 9599 | 2020-03-05T23:07:33Z | 2020-03-05T23:45:38Z | OWNER | So two things I need to do for this:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 | |
| 595498926 | https://github.com/simonw/datasette/issues/694#issuecomment-595498926 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NTQ5ODkyNg== | simonw 9599 | 2020-03-05T23:35:32Z | 2020-03-05T23:35:32Z | OWNER | Tested that with:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 | |
| 595492478 | https://github.com/simonw/datasette/issues/694#issuecomment-595492478 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NTQ5MjQ3OA== | simonw 9599 | 2020-03-05T23:12:25Z | 2020-03-05T23:12:25Z | OWNER | I wonder if there's some weird reason that we churn through too much RAM on initial datasette startup here? I wouldn't expect startup to use a huge spike of RAM. Maybe need to profile a bit. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 | |
| 595490889 | https://github.com/simonw/datasette/issues/694#issuecomment-595490889 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NTQ5MDg4OQ== | simonw 9599 | 2020-03-05T23:06:30Z | 2020-03-05T23:06:30Z | OWNER | This fixed it (I tried 1Gi first but that gave the same error):
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 | |
| 595489514 | https://github.com/simonw/datasette/issues/694#issuecomment-595489514 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NTQ4OTUxNA== | simonw 9599 | 2020-03-05T23:01:35Z | 2020-03-05T23:01:35Z | OWNER | Aha! The logs said "Memory limit of 244M exceeded with 247M used. Consider increasing the memory limit, see https://cloud.google.com/run/docs/configuring/memory-limits" |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 | |
| 595489222 | https://github.com/simonw/datasette/issues/694#issuecomment-595489222 | https://api.github.com/repos/simonw/datasette/issues/694 | MDEyOklzc3VlQ29tbWVudDU5NTQ4OTIyMg== | simonw 9599 | 2020-03-05T23:00:33Z | 2020-03-05T23:00:33Z | OWNER | The initial |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
datasette publish cloudrun --memory option 576582604 |
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