issue_comments
3 rows where author_association = "MEMBER", issue = 1177919687 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: body
issue 1
- make more args kw only (except 'dim') · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1076676316 | https://github.com/pydata/xarray/pull/6403#issuecomment-1076676316 | https://api.github.com/repos/pydata/xarray/issues/6403 | IC_kwDOAMm_X85ALMbc | mathause 10194086 | 2022-03-23T18:26:35Z | 2022-03-23T18:26:35Z | MEMBER | From https://github.com/pydata/xarray/pull/5950#issuecomment-974719669
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
make more args kw only (except 'dim') 1177919687 | |
| 1076610125 | https://github.com/pydata/xarray/pull/6403#issuecomment-1076610125 | https://api.github.com/repos/pydata/xarray/issues/6403 | IC_kwDOAMm_X85AK8RN | mathause 10194086 | 2022-03-23T17:29:46Z | 2022-03-23T17:29:46Z | MEMBER | Sounds good - I'll add a deprecation. We might also want to do this for https://github.com/pydata/xarray/blob/main/xarray/core/_reductions.py |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
make more args kw only (except 'dim') 1177919687 | |
| 1076609267 | https://github.com/pydata/xarray/pull/6403#issuecomment-1076609267 | https://api.github.com/repos/pydata/xarray/issues/6403 | IC_kwDOAMm_X85AK8Dz | mathause 10194086 | 2022-03-23T17:29:01Z | 2022-03-23T17:29:01Z | MEMBER | Sounds good - I'll add a deprecation. We might also want to do this for https://github.com/pydata/xarray/blob/main/xarray/core/_reductions.py |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
make more args kw only (except 'dim') 1177919687 |
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