issue_comments
4 rows where author_association = "MEMBER", issue = 128903340 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
244229155 | https://github.com/pydata/xarray/issues/727#issuecomment-244229155 | https://api.github.com/repos/pydata/xarray/issues/727 | MDEyOklzc3VlQ29tbWVudDI0NDIyOTE1NQ== | shoyer 1217238 | 2016-09-01T22:14:31Z | 2016-09-01T22:14:31Z | MEMBER | @choldgraf no worries! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray creation prone to errors when data shares dimension shapes 128903340 | |
175756338 | https://github.com/pydata/xarray/issues/727#issuecomment-175756338 | https://api.github.com/repos/pydata/xarray/issues/727 | MDEyOklzc3VlQ29tbWVudDE3NTc1NjMzOA== | shoyer 1217238 | 2016-01-27T17:26:45Z | 2016-01-27T17:26:45Z | MEMBER | @choldgraf Yes, that looks right to me -- this code path in particular should trigger a DeprecationWarning:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray creation prone to errors when data shares dimension shapes 128903340 | |
175415408 | https://github.com/pydata/xarray/issues/727#issuecomment-175415408 | https://api.github.com/repos/pydata/xarray/issues/727 | MDEyOklzc3VlQ29tbWVudDE3NTQxNTQwOA== | shoyer 1217238 | 2016-01-27T05:51:06Z | 2016-01-27T05:51:06Z | MEMBER | Any interest in putting together a PR? :) On Tue, Jan 26, 2016 at 9:46 PM, Chris Holdgraf notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray creation prone to errors when data shares dimension shapes 128903340 | |
175390102 | https://github.com/pydata/xarray/issues/727#issuecomment-175390102 | https://api.github.com/repos/pydata/xarray/issues/727 | MDEyOklzc3VlQ29tbWVudDE3NTM5MDEwMg== | shoyer 1217238 | 2016-01-27T04:38:44Z | 2016-01-27T05:13:44Z | MEMBER | I agree, this can be ambiguous. It makes sense for ordered mappings, but not for normal dicts. And unfortunately there is no Pythonic way to tell whether a mapping is ordered or not. I originally included it because I wanted to make sure operations like So I would support deprecating supplying dict-like coordinates without explicitly provided I don't want to simply error when coordinates have ambiguous lengths compared to the size of the data, because adding errors in special cases makes things harder to predict. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray creation prone to errors when data shares dimension shapes 128903340 |
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