issue_comments
2 rows where author_association = "CONTRIBUTOR", issue = 1043746973 and user = 39069044 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Reimplement `.polyfit()` with `apply_ufunc` · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1016805677 | https://github.com/pydata/xarray/pull/5933#issuecomment-1016805677 | https://api.github.com/repos/pydata/xarray/issues/5933 | IC_kwDOAMm_X848mzkt | slevang 39069044 | 2022-01-19T19:39:57Z | 2022-01-19T19:39:57Z | CONTRIBUTOR | Not sure I understand the blockwise approach well enough to make a PR, but maybe I'll give it a try at some point. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reimplement `.polyfit()` with `apply_ufunc` 1043746973 | |
1015887354 | https://github.com/pydata/xarray/pull/5933#issuecomment-1015887354 | https://api.github.com/repos/pydata/xarray/issues/5933 | IC_kwDOAMm_X848jTX6 | slevang 39069044 | 2022-01-18T22:21:49Z | 2022-01-18T22:45:16Z | CONTRIBUTOR |
Definitely! I got distracted is all, and @dcherian posted a nice solution in #5629 that could allow us to preserve the ability to fit along a chunked dimension using blockwise operations and the dask I'm happy to pick this back up and finish it off if there is consensus on the right way forward, but the blockwise approach seemed promising so I put this on hold. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reimplement `.polyfit()` with `apply_ufunc` 1043746973 |
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