issue_comments
8 rows where 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. · 8 ✖
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 | |
451626366 | https://github.com/pydata/xarray/pull/2648#issuecomment-451626366 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTYyNjM2Ng== | WeatherGod 291576 | 2019-01-05T04:18:50Z | 2019-01-05T04:18:50Z | CONTRIBUTOR | I completely forgotten about that little quirk of cpython. I try to ignore implementation details like that. Heck, I still don't fully trust dictionaries to be ordered! I removed the WIP. We can deal with the concat dim default object separately, including turning it into a ReprObject (not exactly sure what the advantage of it is over just using the string, but, meh). |
{ "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 | |
451583970 | https://github.com/pydata/xarray/pull/2648#issuecomment-451583970 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTU4Mzk3MA== | WeatherGod 291576 | 2019-01-04T22:12:44Z | 2019-01-04T22:12:44Z | CONTRIBUTOR | Is the following statement True or False: "The user should be allowed to explicitly declare that they want the concatenation dimension to be inferred by passing a keyword argument". If this is True, then you need to test equivalence. If it is False, then there is nothing more I need to do for the PR, as changing this to use a ReprObject is orthogonal to these changes. |
{ "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 | |
451581103 | https://github.com/pydata/xarray/pull/2648#issuecomment-451581103 | https://api.github.com/repos/pydata/xarray/issues/2648 | MDEyOklzc3VlQ29tbWVudDQ1MTU4MTEwMw== | WeatherGod 291576 | 2019-01-04T22:00:10Z | 2019-01-04T22:00:10Z | CONTRIBUTOR | ok, so we use the ReprObject for the default, and then test if |
{ "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 2