issue_comments
3 rows where author_association = "MEMBER", issue = 1673579421 and user = 2443309 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Revisiting Xarray's Minimum dependency versions policy · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1523700289 | https://github.com/pydata/xarray/issues/7765#issuecomment-1523700289 | https://api.github.com/repos/pydata/xarray/issues/7765 | IC_kwDOAMm_X85a0dJB | jhamman 2443309 | 2023-04-26T16:20:47Z | 2023-04-26T16:20:47Z | MEMBER | @keewis - you are probably the best person for this task. Can you take on updating our |
{
"total_count": 3,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 2,
"rocket": 0,
"eyes": 0
} |
Revisiting Xarray's Minimum dependency versions policy 1673579421 | |
| 1521182209 | https://github.com/pydata/xarray/issues/7765#issuecomment-1521182209 | https://api.github.com/repos/pydata/xarray/issues/7765 | IC_kwDOAMm_X85aq2YB | jhamman 2443309 | 2023-04-25T05:43:31Z | 2023-04-25T05:43:31Z | MEMBER |
This seems like a good action item to come from this. And seems to align with the thrust of #7777. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Revisiting Xarray's Minimum dependency versions policy 1673579421 | |
| 1513752157 | https://github.com/pydata/xarray/issues/7765#issuecomment-1513752157 | https://api.github.com/repos/pydata/xarray/issues/7765 | IC_kwDOAMm_X85aOgZd | jhamman 2443309 | 2023-04-18T20:24:16Z | 2023-04-18T20:24:16Z | MEMBER | @keewis - thanks for the clarifications on the the version policy related to Python 3.8. Very helpful.
This is an interesting proposal. Worth considering. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Revisiting Xarray's Minimum dependency versions policy 1673579421 |
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