issue_comments
5 rows where issue = 668515620 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- title bar of docs displays incorrect version · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 675706955 | https://github.com/pydata/xarray/issues/4289#issuecomment-675706955 | https://api.github.com/repos/pydata/xarray/issues/4289 | MDEyOklzc3VlQ29tbWVudDY3NTcwNjk1NQ== | keewis 14808389 | 2020-08-18T20:39:55Z | 2020-08-18T20:42:44Z | MEMBER | they don't want to add I'll send in a PR. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
title bar of docs displays incorrect version 668515620 | |
| 666480949 | https://github.com/pydata/xarray/issues/4289#issuecomment-666480949 | https://api.github.com/repos/pydata/xarray/issues/4289 | MDEyOklzc3VlQ29tbWVudDY2NjQ4MDk0OQ== | dcherian 2448579 | 2020-07-30T15:52:16Z | 2020-07-30T15:52:16Z | MEMBER | Thanks for tracking this down @keewis |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
title bar of docs displays incorrect version 668515620 | |
| 666479492 | https://github.com/pydata/xarray/issues/4289#issuecomment-666479492 | https://api.github.com/repos/pydata/xarray/issues/4289 | MDEyOklzc3VlQ29tbWVudDY2NjQ3OTQ5Mg== | keewis 14808389 | 2020-07-30T15:51:08Z | 2020-07-30T15:51:08Z | MEMBER | to fix that, we'd need to install the project using |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
title bar of docs displays incorrect version 668515620 | |
| 666329647 | https://github.com/pydata/xarray/issues/4289#issuecomment-666329647 | https://api.github.com/repos/pydata/xarray/issues/4289 | MDEyOklzc3VlQ29tbWVudDY2NjMyOTY0Nw== | keewis 14808389 | 2020-07-30T12:17:29Z | 2020-07-30T12:17:29Z | MEMBER | actually, it seems the reason for this is #3567: by not installing, we never call |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
title bar of docs displays incorrect version 668515620 | |
| 666314618 | https://github.com/pydata/xarray/issues/4289#issuecomment-666314618 | https://api.github.com/repos/pydata/xarray/issues/4289 | MDEyOklzc3VlQ29tbWVudDY2NjMxNDYxOA== | keewis 14808389 | 2020-07-30T11:40:25Z | 2020-07-30T11:43:39Z | MEMBER | thanks. Yes, there either seems to be something wrong with |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
title bar of docs displays incorrect version 668515620 |
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,
[performed_via_github_app] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 2