issue_comments
6 rows where issue = 575088962 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow ellipsis to be used in stack · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 601453899 | https://github.com/pydata/xarray/pull/3826#issuecomment-601453899 | https://api.github.com/repos/pydata/xarray/issues/3826 | MDEyOklzc3VlQ29tbWVudDYwMTQ1Mzg5OQ== | dcherian 2448579 | 2020-03-19T22:55:03Z | 2020-03-19T22:55:03Z | MEMBER | Thanks @max-sixty |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow ellipsis to be used in stack 575088962 | |
| 596045294 | https://github.com/pydata/xarray/pull/3826#issuecomment-596045294 | https://api.github.com/repos/pydata/xarray/issues/3826 | MDEyOklzc3VlQ29tbWVudDU5NjA0NTI5NA== | max-sixty 5635139 | 2020-03-07T04:28:26Z | 2020-03-07T04:28:26Z | MEMBER | Updated! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow ellipsis to be used in stack 575088962 | |
| 595608775 | https://github.com/pydata/xarray/pull/3826#issuecomment-595608775 | https://api.github.com/repos/pydata/xarray/issues/3826 | MDEyOklzc3VlQ29tbWVudDU5NTYwODc3NQ== | max-sixty 5635139 | 2020-03-06T05:36:34Z | 2020-03-06T05:36:34Z | MEMBER |
Yes great! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow ellipsis to be used in stack 575088962 | |
| 595606090 | https://github.com/pydata/xarray/pull/3826#issuecomment-595606090 | https://api.github.com/repos/pydata/xarray/issues/3826 | MDEyOklzc3VlQ29tbWVudDU5NTYwNjA5MA== | shoyer 1217238 | 2020-03-06T05:24:25Z | 2020-03-06T05:24:25Z | MEMBER | This is very cool! It seems like it would be natural to support a combination of ellipsis and some explicit dimensions, like what can be done in transpose? E.g., |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow ellipsis to be used in stack 575088962 | |
| 594488191 | https://github.com/pydata/xarray/pull/3826#issuecomment-594488191 | https://api.github.com/repos/pydata/xarray/issues/3826 | MDEyOklzc3VlQ29tbWVudDU5NDQ4ODE5MQ== | max-sixty 5635139 | 2020-03-04T12:19:53Z | 2020-03-04T12:19:53Z | MEMBER | Changed to supporting the first ( |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow ellipsis to be used in stack 575088962 | |
| 594300812 | https://github.com/pydata/xarray/pull/3826#issuecomment-594300812 | https://api.github.com/repos/pydata/xarray/issues/3826 | MDEyOklzc3VlQ29tbWVudDU5NDMwMDgxMg== | max-sixty 5635139 | 2020-03-04T03:05:38Z | 2020-03-04T03:05:38Z | MEMBER | Should we support
- Currently implemented for both but leaning towards the first, partly because it makes the typing correct |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow ellipsis to be used in stack 575088962 |
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 3