issue_comments
4 rows where author_association = "CONTRIBUTOR" and issue = 832404698 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- [tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed). · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
800565107 | https://github.com/pydata/xarray/issues/5038#issuecomment-800565107 | https://api.github.com/repos/pydata/xarray/issues/5038 | MDEyOklzc3VlQ29tbWVudDgwMDU2NTEwNw== | ArchangeGabriel 490531 | 2021-03-16T20:03:33Z | 2021-03-16T20:04:19Z | CONTRIBUTOR | Thanks to both of you as well as @eli-schwartz, it was indeed |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed). 832404698 | |
800164034 | https://github.com/pydata/xarray/issues/5038#issuecomment-800164034 | https://api.github.com/repos/pydata/xarray/issues/5038 | MDEyOklzc3VlQ29tbWVudDgwMDE2NDAzNA== | ArchangeGabriel 490531 | 2021-03-16T11:03:51Z | 2021-03-16T11:03:51Z | CONTRIBUTOR | I’ve used the one from Pypi. I’ll check with @FFY00 whether I should be switching to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed). 832404698 | |
799982702 | https://github.com/pydata/xarray/issues/5038#issuecomment-799982702 | https://api.github.com/repos/pydata/xarray/issues/5038 | MDEyOklzc3VlQ29tbWVudDc5OTk4MjcwMg== | ArchangeGabriel 490531 | 2021-03-16T06:12:05Z | 2021-03-16T06:12:05Z | CONTRIBUTOR | Actually while disabling tests and keeping on packaging, I indeed see a reported version of 0.0.0 for xarray. Our diff checker grabbed this:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed). 832404698 | |
799980456 | https://github.com/pydata/xarray/issues/5038#issuecomment-799980456 | https://api.github.com/repos/pydata/xarray/issues/5038 | MDEyOklzc3VlQ29tbWVudDc5OTk4MDQ1Ng== | ArchangeGabriel 490531 | 2021-03-16T06:07:37Z | 2021-03-16T06:07:37Z | CONTRIBUTOR | It’s not installed, I’m building it from source. So I run those command from within the cloned tarball:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed). 832404698 |
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