issue_comments
2 rows where author_association = "MEMBER", issue = 278713328 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Deprecate inplace methods · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
476340665 | https://github.com/pydata/xarray/issues/1756#issuecomment-476340665 | https://api.github.com/repos/pydata/xarray/issues/1756 | MDEyOklzc3VlQ29tbWVudDQ3NjM0MDY2NQ== | shoyer 1217238 | 2019-03-25T19:19:10Z | 2019-03-25T19:19:10Z | MEMBER | The plan is to keep around the update() method, which will always be inplace. So that's one option. On Mon, Mar 25, 2019 at 11:54 AM Nathan Lyons notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Deprecate inplace methods 278713328 | |
457426843 | https://github.com/pydata/xarray/issues/1756#issuecomment-457426843 | https://api.github.com/repos/pydata/xarray/issues/1756 | MDEyOklzc3VlQ29tbWVudDQ1NzQyNjg0Mw== | shoyer 1217238 | 2019-01-25T01:52:54Z | 2019-01-25T01:52:54Z | MEMBER | We will probably actually wait longer than until 0.12 for removing this argument, depending on the timing for that release. Unfortunately our API is indeed not entirely stable yet -- that's why the version number is still 0.X, not 1.X. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Deprecate inplace methods 278713328 |
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