issue_comments
2 rows where author_association = "MEMBER" and issue = 200910110 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Enhance setup.py metadata with extras_require · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
459940651 | https://github.com/pydata/xarray/issues/1210#issuecomment-459940651 | https://api.github.com/repos/pydata/xarray/issues/1210 | MDEyOklzc3VlQ29tbWVudDQ1OTk0MDY1MQ== | jhamman 2443309 | 2019-02-02T06:38:40Z | 2019-02-02T06:38:40Z | MEMBER | Based on the conversation here. I'm going to close this as is. Thanks @ghisvail for opening the issue for discussion. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Enhance setup.py metadata with extras_require 200910110 | |
272994977 | https://github.com/pydata/xarray/issues/1210#issuecomment-272994977 | https://api.github.com/repos/pydata/xarray/issues/1210 | MDEyOklzc3VlQ29tbWVudDI3Mjk5NDk3Nw== | shoyer 1217238 | 2017-01-17T00:55:59Z | 2017-01-17T00:55:59Z | MEMBER | Thanks for the feedback. This is a little tricky to do unambiguously for most optional dependencies, because in most cases something isn't strictly required. For example, there are four different libraries you can use for reading netCDF files (netCDF4, scipy, h5netcdf and pynio). It's not clear which if any should be included. In the case of plotting and dask support, each of these do have required dependencies (matplotlib and dask.array, respectively), but I'm not sure how much value it adds to specify |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Enhance setup.py metadata with extras_require 200910110 |
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