issue_comments
4 rows where issue = 1413425793 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- indexes section in the HTML repr · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1285038821 | https://github.com/pydata/xarray/pull/7185#issuecomment-1285038821 | https://api.github.com/repos/pydata/xarray/issues/7185 | IC_kwDOAMm_X85MmCLl | benbovy 4160723 | 2022-10-20T06:59:04Z | 2022-10-20T06:59:04Z | MEMBER | 🚀 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
indexes section in the HTML repr 1413425793 | |
1283994902 | https://github.com/pydata/xarray/pull/7185#issuecomment-1283994902 | https://api.github.com/repos/pydata/xarray/issues/7185 | IC_kwDOAMm_X85MiDUW | benbovy 4160723 | 2022-10-19T13:13:39Z | 2022-10-19T13:13:39Z | MEMBER | LGTM, that's awesome! It will be super handy for quick debugging and experimenting with custom indexes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
indexes section in the HTML repr 1413425793 | |
1283779576 | https://github.com/pydata/xarray/pull/7185#issuecomment-1283779576 | https://api.github.com/repos/pydata/xarray/issues/7185 | IC_kwDOAMm_X85MhOv4 | keewis 14808389 | 2022-10-19T10:26:40Z | 2022-10-19T10:26:40Z | MEMBER |
thanks a lot for that, @benbovy, I wouldn't have been able to figure that out on my own since my knowledge of CSS is pretty limited. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
indexes section in the HTML repr 1413425793 | |
1283103957 | https://github.com/pydata/xarray/pull/7185#issuecomment-1283103957 | https://api.github.com/repos/pydata/xarray/issues/7185 | IC_kwDOAMm_X85MepzV | benbovy 4160723 | 2022-10-18T22:57:16Z | 2022-10-18T22:57:16Z | MEMBER | Thanks @keewis for opening this PR. I added some commits (hope you don't mind) to fix the CSS. I also grouped the items in the indexes section by unique index with index coordinates separated by line return, so it looks like the coordinate section while the multi-coordinate indexes are clearly visible. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
indexes section in the HTML repr 1413425793 |
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 2