issue_comments
3 rows where author_association = "MEMBER", issue = 457716471 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- apply_ufunc should preemptively broadcast · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
503746105 | https://github.com/pydata/xarray/issues/3032#issuecomment-503746105 | https://api.github.com/repos/pydata/xarray/issues/3032 | MDEyOklzc3VlQ29tbWVudDUwMzc0NjEwNQ== | shoyer 1217238 | 2019-06-19T21:04:56Z | 2019-06-19T21:04:56Z | MEMBER | With NumPy arrays at least, there is no cost for broadcasting, because it can always be done with views. But even for other array types, inserting size 1 dimensions in the correct location should be basically free, and would be more helpful than what we currently do On Wed, Jun 19, 2019 at 9:25 PM Oriol Abril notifications@github.com wrote:
|
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply_ufunc should preemptively broadcast 457716471 | |
503650578 | https://github.com/pydata/xarray/issues/3032#issuecomment-503650578 | https://api.github.com/repos/pydata/xarray/issues/3032 | MDEyOklzc3VlQ29tbWVudDUwMzY1MDU3OA== | shoyer 1217238 | 2019-06-19T17:15:32Z | 2019-06-19T17:15:32Z | MEMBER | Yes, exactly. |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply_ufunc should preemptively broadcast 457716471 | |
503618955 | https://github.com/pydata/xarray/issues/3032#issuecomment-503618955 | https://api.github.com/repos/pydata/xarray/issues/3032 | MDEyOklzc3VlQ29tbWVudDUwMzYxODk1NQ== | shoyer 1217238 | 2019-06-19T15:50:03Z | 2019-06-19T15:50:03Z | MEMBER | For what it's worth, I agree that this behavior is a little surprising. We should probably make |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply_ufunc should preemptively broadcast 457716471 |
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