issue_comments
2 rows where author_association = "CONTRIBUTOR" and issue = 100055216 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Option for closing files with scipy backend · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
205357952 | https://github.com/pydata/xarray/pull/524#issuecomment-205357952 | https://api.github.com/repos/pydata/xarray/issues/524 | MDEyOklzc3VlQ29tbWVudDIwNTM1Nzk1Mg== | pwolfram 4295853 | 2016-04-04T15:43:31Z | 2016-04-04T15:43:31Z | CONTRIBUTOR | @rabernat, feel free to checkout my comment at the end of https://github.com/pydata/xarray/issues/798. Please let me know if you see any problems with the outline. It is quite possible I am missing something and I'd rather know sooner than later. The basic idea is that we can use a cached dict (LRU) to limit the number of opened files. This should limit the number of opens/closes that are required. If no one can poke a conceptual hole in the outline I'll implement it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Option for closing files with scipy backend 100055216 | |
205095035 | https://github.com/pydata/xarray/pull/524#issuecomment-205095035 | https://api.github.com/repos/pydata/xarray/issues/524 | MDEyOklzc3VlQ29tbWVudDIwNTA5NTAzNQ== | pwolfram 4295853 | 2016-04-04T01:15:09Z | 2016-04-04T01:15:09Z | CONTRIBUTOR | @rabernat, thanks for sharing. I think this will come in handy for #798. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Option for closing files with scipy backend 100055216 |
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