issue_comments
5 rows where author_association = "MEMBER" and issue = 396008054 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Change an `==` to an `is`. Fix tests so that this won't happen again. · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
451632884 | https://github.com/pydata/xarray/pull/2648#issuecomment-451632884 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTYzMjg4NA== | shoyer 1217238 | 2019-01-05T06:46:52Z | 2019-01-05T06:46:52Z | MEMBER | Thanks |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change an `==` to an `is`. Fix tests so that this won't happen again. 396008054 | |
451627231 | https://github.com/pydata/xarray/pull/2648#issuecomment-451627231 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTYyNzIzMQ== | shoyer 1217238 | 2019-01-05T04:37:10Z | 2019-01-05T04:37:10Z | MEMBER | I just pushed a commit to your branch that should fix the string identity issue (by not defining the constant multiple times). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change an `==` to an `is`. Fix tests so that this won't happen again. 396008054 | |
451592518 | https://github.com/pydata/xarray/pull/2648#issuecomment-451592518 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTU5MjUxOA== | shoyer 1217238 | 2019-01-04T22:51:24Z | 2019-01-04T22:51:24Z | MEMBER |
This statement is False, but it looks like we have a related bug: we really should be importing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change an `==` to an `is`. Fix tests so that this won't happen again. 396008054 | |
451581920 | https://github.com/pydata/xarray/pull/2648#issuecomment-451581920 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTU4MTkyMA== | shoyer 1217238 | 2019-01-04T22:03:51Z | 2019-01-04T22:03:51Z | MEMBER |
No, just check identity with the exact ReprObject used as the default value. This is just a slightly more readable version of the common idiom of use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change an `==` to an `is`. Fix tests so that this won't happen again. 396008054 | |
451578157 | https://github.com/pydata/xarray/pull/2648#issuecomment-451578157 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTU3ODE1Nw== | shoyer 1217238 | 2019-01-04T21:47:32Z | 2019-01-04T21:47:32Z | MEMBER | Yes, it would be better to use the custom ReprObject. On Fri, Jan 4, 2019 at 1:42 PM Benjamin Root notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change an `==` to an `is`. Fix tests so that this won't happen again. 396008054 |
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