issue_comments
2 rows where author_association = "MEMBER", issue = 499477363 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implement polyfit? · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
537622127 | https://github.com/pydata/xarray/issues/3349#issuecomment-537622127 | https://api.github.com/repos/pydata/xarray/issues/3349 | MDEyOklzc3VlQ29tbWVudDUzNzYyMjEyNw== | shoyer 1217238 | 2019-10-02T18:30:25Z | 2019-10-02T18:30:25Z | MEMBER | It seems like these are getting reinvented often enough that it's worth pulling some of these into xarray proper. On Wed, Oct 2, 2019 at 9:04 AM Ryan Abernathey notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement polyfit? 499477363 | |
536690748 | https://github.com/pydata/xarray/issues/3349#issuecomment-536690748 | https://api.github.com/repos/pydata/xarray/issues/3349 | MDEyOklzc3VlQ29tbWVudDUzNjY5MDc0OA== | shoyer 1217238 | 2019-09-30T18:29:10Z | 2019-09-30T18:29:10Z | MEMBER | From a user perspective, I think people prefer to find stuff in one place. From a maintainer perspective, as long as it's somewhat domain agnostic (e.g., "physical sciences" rather than "oceanography") and written to a reasonable level of code quality, I think it's fine to toss it into xarray. "Already exists in NumPy/SciPy" is probably a reasonable proxy for the former. So I say: yes, let's toss in polyfit, along with fast fourier transforms. If we're concerned about clutter, we can put stuff in a dedicated namespace, e.g., |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement polyfit? 499477363 |
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