issue_comments
3 rows where author_association = "MEMBER" and issue = 575080574 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Accept lambda in methods with one obvious xarray argument · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 601815106 | https://github.com/pydata/xarray/issues/3825#issuecomment-601815106 | https://api.github.com/repos/pydata/xarray/issues/3825 | MDEyOklzc3VlQ29tbWVudDYwMTgxNTEwNg== | max-sixty 5635139 | 2020-03-20T17:14:20Z | 2020-03-20T17:14:20Z | MEMBER | Closing; can do others with the benefit of more experience |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Accept lambda in methods with one obvious xarray argument 575080574 | |
| 596046559 | https://github.com/pydata/xarray/issues/3825#issuecomment-596046559 | https://api.github.com/repos/pydata/xarray/issues/3825 | MDEyOklzc3VlQ29tbWVudDU5NjA0NjU1OQ== | max-sixty 5635139 | 2020-03-07T04:47:52Z | 2020-03-07T04:47:52Z | MEMBER |
I think the others that could be worthwhile are the selection methods:
- Interested in what others think. I'm in no rush to implement those; |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Accept lambda in methods with one obvious xarray argument 575080574 | |
| 595593668 | https://github.com/pydata/xarray/issues/3825#issuecomment-595593668 | https://api.github.com/repos/pydata/xarray/issues/3825 | MDEyOklzc3VlQ29tbWVudDU5NTU5MzY2OA== | max-sixty 5635139 | 2020-03-06T04:24:11Z | 2020-03-06T04:24:11Z | MEMBER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Accept lambda in methods with one obvious xarray argument 575080574 |
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