issue_comments
3 rows where issue = 307224717 and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Unexpected decoded time in xarray >= 0.10.1 · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
374965933 | https://github.com/pydata/xarray/issues/2002#issuecomment-374965933 | https://api.github.com/repos/pydata/xarray/issues/2002 | MDEyOklzc3VlQ29tbWVudDM3NDk2NTkzMw== | fujiisoup 6815844 | 2018-03-21T14:54:22Z | 2018-03-21T14:54:22Z | MEMBER | Oh, thanks. I misunderstood the problem.
Related to #1803? but I did not follow that well.
Can anyone look into this issue?
The minimal working example would be
1 download from one file from here
2 Load and see |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Unexpected decoded time in xarray >= 0.10.1 307224717 | |
374954224 | https://github.com/pydata/xarray/issues/2002#issuecomment-374954224 | https://api.github.com/repos/pydata/xarray/issues/2002 | MDEyOklzc3VlQ29tbWVudDM3NDk1NDIyNA== | fujiisoup 6815844 | 2018-03-21T14:22:42Z | 2018-03-21T14:22:42Z | MEMBER | Could you try investigating minimal working example?
I tried with two of your examples, but the issue is not reproduced
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Unexpected decoded time in xarray >= 0.10.1 307224717 | |
374949934 | https://github.com/pydata/xarray/issues/2002#issuecomment-374949934 | https://api.github.com/repos/pydata/xarray/issues/2002 | MDEyOklzc3VlQ29tbWVudDM3NDk0OTkzNA== | fujiisoup 6815844 | 2018-03-21T14:10:21Z | 2018-03-21T14:10:21Z | MEMBER | I think it is related to #1932. Can you try xarray=0.10.2? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Unexpected decoded time in xarray >= 0.10.1 307224717 |
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