issue_comments
3 rows where issue = 524043729 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add defaults during concat 508 · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
577778006 | https://github.com/pydata/xarray/pull/3545#issuecomment-577778006 | https://api.github.com/repos/pydata/xarray/issues/3545 | MDEyOklzc3VlQ29tbWVudDU3Nzc3ODAwNg== | shoyer 1217238 | 2020-01-23T17:10:48Z | 2020-01-23T17:10:48Z | MEMBER | Can you explain why you think you need the nested iteration over dataset variables? What ordering are you trying to achieve? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add defaults during concat 508 524043729 | |
569845354 | https://github.com/pydata/xarray/pull/3545#issuecomment-569845354 | https://api.github.com/repos/pydata/xarray/issues/3545 | MDEyOklzc3VlQ29tbWVudDU2OTg0NTM1NA== | shoyer 1217238 | 2019-12-31T01:40:02Z | 2019-12-31T01:40:02Z | MEMBER | I'll take a look at this more carefully soon. But I do think it is a hard requirement that concat runs in linear time (with respect to the total number of variables across all datasets). On Mon, Dec 30, 2019 at 5:18 PM Scott Chamberlin notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add defaults during concat 508 524043729 | |
555299451 | https://github.com/pydata/xarray/pull/3545#issuecomment-555299451 | https://api.github.com/repos/pydata/xarray/issues/3545 | MDEyOklzc3VlQ29tbWVudDU1NTI5OTQ1MQ== | shoyer 1217238 | 2019-11-19T02:12:45Z | 2019-11-19T02:12:45Z | MEMBER | Thanks for working on this important issue! There are a lot of edge cases that can come up in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add defaults during concat 508 524043729 |
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