issue_comments
6 rows where issue = 671019427 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
668793103 | https://github.com/pydata/xarray/issues/4295#issuecomment-668793103 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2ODc5MzEwMw== | shoyer 1217238 | 2020-08-04T19:52:30Z | 2020-08-04T19:52:30Z | MEMBER |
This is used for pulling out static files (CSS/HTML) for xarray's HTML repr. We could inline these resources as Python strings, but I think using separate files is cleaner and to my knowledge there is no better alternative than On Python 3.7 we could use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
668401159 | https://github.com/pydata/xarray/issues/4295#issuecomment-668401159 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2ODQwMTE1OQ== | shoyer 1217238 | 2020-08-04T06:13:36Z | 2020-08-04T06:13:36Z | MEMBER |
It looks like pip has supported Consistent with my earlier suggestion about setuptools, I think we should support the oldest packaging tools that were released at the time of our earliest supported Python release. So if we switch to requiring Python 3.7 in our next major release, we could switch to using |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
668383854 | https://github.com/pydata/xarray/issues/4295#issuecomment-668383854 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2ODM4Mzg1NA== | shoyer 1217238 | 2020-08-04T05:14:32Z | 2020-08-04T05:14:32Z | MEMBER | My preference would be to say that we support setuptools 30.3 and newer, even if we can't test it:
I don't think it's worth the hassle of switching to importlib backports, at least for now. Likewise, I would lean against switching to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667571656 | https://github.com/pydata/xarray/issues/4295#issuecomment-667571656 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU3MTY1Ng== | shoyer 1217238 | 2020-08-01T18:40:35Z | 2020-08-01T18:40:35Z | MEMBER |
Thanks! This is greatly appreciated :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667571613 | https://github.com/pydata/xarray/issues/4295#issuecomment-667571613 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU3MTYxMw== | shoyer 1217238 | 2020-08-01T18:40:16Z | 2020-08-01T18:40:16Z | MEMBER | I think setuptools should be treated more like Python/NumPy because it's hard installation requirement (and can be challenging to install).
My sense is that setuptools is somewhat unique as a dependency because it's only used as part of installation I am supportive of bumping minimum version requirements according to our policy when it serves a purpose, but I don't think we should do it "just because we can".
24 months sounds about right to me. Or given that setuptools is typically bundled with Python, maybe "Whatever version of setuptools corresponds to our oldest supported Python release"? (This is assuming that it's still possible to get that version of setuptools in CI environments. If not, we may need to reconsider...) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667559947 | https://github.com/pydata/xarray/issues/4295#issuecomment-667559947 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU1OTk0Nw== | shoyer 1217238 | 2020-08-01T17:01:48Z | 2020-08-01T17:01:48Z | MEMBER | It looks like the actual hard requirement for This is shortly before the release date of Python 3.6.0, so I suspect this would be a fine requirement to impose for our users. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 |
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