issue_comments
3 rows where author_association = "MEMBER", issue = 289556132 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Rolling window with `as_strided` · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
366479069 | https://github.com/pydata/xarray/pull/1837#issuecomment-366479069 | https://api.github.com/repos/pydata/xarray/issues/1837 | MDEyOklzc3VlQ29tbWVudDM2NjQ3OTA2OQ== | shoyer 1217238 | 2018-02-17T23:24:30Z | 2018-02-17T23:24:30Z | MEMBER | My final concern is about the name for these methods. Currently, you have two separate method names, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window with `as_strided` 289556132 | |
361664085 | https://github.com/pydata/xarray/pull/1837#issuecomment-361664085 | https://api.github.com/repos/pydata/xarray/issues/1837 | MDEyOklzc3VlQ29tbWVudDM2MTY2NDA4NQ== | shoyer 1217238 | 2018-01-30T17:10:44Z | 2018-01-30T17:10:44Z | MEMBER | I'll take a look, but I'm open to only fixing this nansum for numpy 1.13+ (or even requiring numpy 1.13 for rolling window arrays), as long as we don't break existing behavior on earlier versions of numpy. On Tue, Jan 30, 2018 at 3:16 AM Keisuke Fujii notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window with `as_strided` 289556132 | |
359228984 | https://github.com/pydata/xarray/pull/1837#issuecomment-359228984 | https://api.github.com/repos/pydata/xarray/issues/1837 | MDEyOklzc3VlQ29tbWVudDM1OTIyODk4NA== | shoyer 1217238 | 2018-01-21T07:15:29Z | 2018-01-21T07:15:29Z | MEMBER | Would it make sense to add a |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window with `as_strided` 289556132 |
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