issue_comments
2 rows where issue = 563202971 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Fix CFTimeIndex-related errors stemming from updates in pandas · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 592292603 | https://github.com/pydata/xarray/pull/3764#issuecomment-592292603 | https://api.github.com/repos/pydata/xarray/issues/3764 | MDEyOklzc3VlQ29tbWVudDU5MjI5MjYwMw== | max-sixty 5635139 | 2020-02-28T03:22:01Z | 2020-02-28T03:22:01Z | MEMBER | Re the specific issue, that's a tough one. It could be worth floating on pandas and seeing if they have thoughts... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix CFTimeIndex-related errors stemming from updates in pandas 563202971 | |
| 592292231 | https://github.com/pydata/xarray/pull/3764#issuecomment-592292231 | https://api.github.com/repos/pydata/xarray/issues/3764 | MDEyOklzc3VlQ29tbWVudDU5MjI5MjIzMQ== | max-sixty 5635139 | 2020-02-28T03:20:35Z | 2020-02-28T03:20:35Z | MEMBER | Re master failing, what do we think about I'm cognizant that every PR now fails, which less friendly to contributors. The project home page also states |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix CFTimeIndex-related errors stemming from updates in pandas 563202971 |
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 1