issue_comments
3 rows where author_association = "MEMBER", issue = 307783090 and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- rolling: allow control over padding · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 375828864 | https://github.com/pydata/xarray/issues/2007#issuecomment-375828864 | https://api.github.com/repos/pydata/xarray/issues/2007 | MDEyOklzc3VlQ29tbWVudDM3NTgyODg2NA== | fujiisoup 6815844 | 2018-03-24T00:05:08Z | 2018-03-24T00:05:08Z | MEMBER |
Agreed.
Only a slight modification of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
rolling: allow control over padding 307783090 | |
| 375681041 | https://github.com/pydata/xarray/issues/2007#issuecomment-375681041 | https://api.github.com/repos/pydata/xarray/issues/2007 | MDEyOklzc3VlQ29tbWVudDM3NTY4MTA0MQ== | fujiisoup 6815844 | 2018-03-23T14:22:57Z | 2018-03-23T14:22:57Z | MEMBER | @maxim-lian , do you agree to add this feature?
Although the same behavior can be realized by adding head/tail values to the original array and truncate them after the computation, the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
rolling: allow control over padding 307783090 | |
| 375476906 | https://github.com/pydata/xarray/issues/2007#issuecomment-375476906 | https://api.github.com/repos/pydata/xarray/issues/2007 | MDEyOklzc3VlQ29tbWVudDM3NTQ3NjkwNg== | fujiisoup 6815844 | 2018-03-22T22:22:26Z | 2018-03-22T22:22:26Z | MEMBER | I think the implementation would be not so difficult by supporting more flexible Maybe @mathause, any interest in contributing? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
rolling: allow control over padding 307783090 |
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