issue_comments
3 rows where issue = 188350265 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- unpin package versions for doc build · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 259587891 | https://github.com/pydata/xarray/pull/1101#issuecomment-259587891 | https://api.github.com/repos/pydata/xarray/issues/1101 | MDEyOklzc3VlQ29tbWVudDI1OTU4Nzg5MQ== | shoyer 1217238 | 2016-11-10T02:44:28Z | 2016-11-10T02:44:28Z | MEMBER | You can actually view doc builds publicly on RTD: http://readthedocs.org/projects/xray/ But.... congratulations... you now have admin rights to xarray on RTD anyways! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
unpin package versions for doc build 188350265 | |
| 259531178 | https://github.com/pydata/xarray/pull/1101#issuecomment-259531178 | https://api.github.com/repos/pydata/xarray/issues/1101 | MDEyOklzc3VlQ29tbWVudDI1OTUzMTE3OA== | fmaussion 10050469 | 2016-11-09T21:26:06Z | 2016-11-09T21:26:06Z | MEMBER | Unpinning didn't help: http://xarray.pydata.org/en/latest/examples/multidimensional-coords.html I'm out of ideas right now - without looking at the RTD build logs I'm not sure how to proceed... Sorry for the work |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
unpin package versions for doc build 188350265 | |
| 259526715 | https://github.com/pydata/xarray/pull/1101#issuecomment-259526715 | https://api.github.com/repos/pydata/xarray/issues/1101 | MDEyOklzc3VlQ29tbWVudDI1OTUyNjcxNQ== | shoyer 1217238 | 2016-11-09T21:06:50Z | 2016-11-09T21:06:50Z | MEMBER | This is fine for debugging, but once we have something working, please pin again. In my experience that makes the doc build much much more reliable. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
unpin package versions for doc build 188350265 |
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