issue_comments
6 rows where author_association = "MEMBER", issue = 391865060 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- API for N-dimensional combine · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
505517099 | https://github.com/pydata/xarray/pull/2616#issuecomment-505517099 | https://api.github.com/repos/pydata/xarray/issues/2616 | MDEyOklzc3VlQ29tbWVudDUwNTUxNzA5OQ== | shoyer 1217238 | 2019-06-25T16:18:29Z | 2019-06-25T16:18:29Z | MEMBER | Pushing to a merged PR definitely doesn't work :). You should start a new branch after syncing master. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for N-dimensional combine 391865060 | |
505514716 | https://github.com/pydata/xarray/pull/2616#issuecomment-505514716 | https://api.github.com/repos/pydata/xarray/issues/2616 | MDEyOklzc3VlQ29tbWVudDUwNTUxNDcxNg== | shoyer 1217238 | 2019-06-25T16:12:03Z | 2019-06-25T16:12:03Z | MEMBER | I started thinking about names for these functions again.... I don't love the non-descriptive nature of What about calling these |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for N-dimensional combine 391865060 | |
505490600 | https://github.com/pydata/xarray/pull/2616#issuecomment-505490600 | https://api.github.com/repos/pydata/xarray/issues/2616 | MDEyOklzc3VlQ29tbWVudDUwNTQ5MDYwMA== | shoyer 1217238 | 2019-06-25T15:14:54Z | 2019-06-25T15:14:54Z | MEMBER | OK, in it goes! Thanks @TomNicholas for your perseverance here |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for N-dimensional combine 391865060 | |
503199369 | https://github.com/pydata/xarray/pull/2616#issuecomment-503199369 | https://api.github.com/repos/pydata/xarray/issues/2616 | MDEyOklzc3VlQ29tbWVudDUwMzE5OTM2OQ== | shoyer 1217238 | 2019-06-18T15:56:42Z | 2019-06-18T15:56:42Z | MEMBER | I left a couple of minor comments, but I think this is pretty much ready to go! We should merge this and let users give it a try :). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for N-dimensional combine 391865060 | |
470260814 | https://github.com/pydata/xarray/pull/2616#issuecomment-470260814 | https://api.github.com/repos/pydata/xarray/issues/2616 | MDEyOklzc3VlQ29tbWVudDQ3MDI2MDgxNA== | shoyer 1217238 | 2019-03-06T20:19:32Z | 2019-03-06T20:19:32Z | MEMBER |
I think this is a good idea. We can deprecate the old auto_combine but keep it around for now to enable a smooth transition. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for N-dimensional combine 391865060 | |
469086121 | https://github.com/pydata/xarray/pull/2616#issuecomment-469086121 | https://api.github.com/repos/pydata/xarray/issues/2616 | MDEyOklzc3VlQ29tbWVudDQ2OTA4NjEyMQ== | shoyer 1217238 | 2019-03-04T01:04:39Z | 2019-03-04T01:04:39Z | MEMBER | Do we want to stick with the names Some other possibilities:
I guess |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for N-dimensional combine 391865060 |
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