issue_comments
2 rows where author_association = "MEMBER", issue = 1226272301 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- 32- vs 64-bit coordinates coordinates in where() · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1119076731 | https://github.com/pydata/xarray/issues/6573#issuecomment-1119076731 | https://api.github.com/repos/pydata/xarray/issues/6573 | IC_kwDOAMm_X85Cs8F7 | max-sixty 5635139 | 2022-05-05T21:47:59Z | 2022-05-05T21:47:59Z | MEMBER | It could be coherent to have:
- I could also imagine raising an error here and having the user coerce the type. That seems less surprising that the current situation. Other languages don't allow floats to be compared for equality at all... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
32- vs 64-bit coordinates coordinates in where() 1226272301 | |
1118239188 | https://github.com/pydata/xarray/issues/6573#issuecomment-1118239188 | https://api.github.com/repos/pydata/xarray/issues/6573 | IC_kwDOAMm_X85CpvnU | max-sixty 5635139 | 2022-05-05T07:08:46Z | 2022-05-05T07:08:46Z | MEMBER | This does seem very odd. Does anyone have any ideas? As per @forman , changing
...causes the assertion to pass. I'm not sure using floats as indexes is great, but I wouldn't have expected the results to be like this... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
32- vs 64-bit coordinates coordinates in where() 1226272301 |
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