issue_comments
4 rows where issue = 301613959 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix doc for missing values. · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 370125253 | https://github.com/pydata/xarray/pull/1950#issuecomment-370125253 | https://api.github.com/repos/pydata/xarray/issues/1950 | MDEyOklzc3VlQ29tbWVudDM3MDEyNTI1Mw== | fujiisoup 6815844 | 2018-03-03T06:58:33Z | 2018-03-03T06:58:33Z | MEMBER | Thanks, @shoyer But this part http://xarray.pydata.org/en/stable/computation.html#missing-values is still failing (I think this was working on my environment). Is there any missing dependencies on rtd? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix doc for missing values. 301613959 | |
| 370099749 | https://github.com/pydata/xarray/pull/1950#issuecomment-370099749 | https://api.github.com/repos/pydata/xarray/issues/1950 | MDEyOklzc3VlQ29tbWVudDM3MDA5OTc0OQ== | shoyer 1217238 | 2018-03-03T00:51:26Z | 2018-03-03T00:51:26Z | MEMBER | I just cherry-picked the merge commit from this PR into |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix doc for missing values. 301613959 | |
| 370040727 | https://github.com/pydata/xarray/pull/1950#issuecomment-370040727 | https://api.github.com/repos/pydata/xarray/issues/1950 | MDEyOklzc3VlQ29tbWVudDM3MDA0MDcyNw== | shoyer 1217238 | 2018-03-02T20:18:25Z | 2018-03-02T20:18:25Z | MEMBER | @fujiisoup What I do for updating the stable docs is to cherry-pick commits with doc fixes to the stable branch. As long as those apply cleanly (which is usually the case) we can update the stable docs. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix doc for missing values. 301613959 | |
| 369792899 | https://github.com/pydata/xarray/pull/1950#issuecomment-369792899 | https://api.github.com/repos/pydata/xarray/issues/1950 | MDEyOklzc3VlQ29tbWVudDM2OTc5Mjg5OQ== | fujiisoup 6815844 | 2018-03-02T01:46:27Z | 2018-03-02T02:48:18Z | MEMBER | I'm wondering this can safely update docs on rtd because it is some commits ahead of the stable (e.g. it has docs about |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix doc for missing values. 301613959 |
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 2