issue_comments
4 rows where author_association = "MEMBER", issue = 1250755592 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- pre-release for v2022.06.0 · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1151261404 | https://github.com/pydata/xarray/issues/6645#issuecomment-1151261404 | https://api.github.com/repos/pydata/xarray/issues/6645 | IC_kwDOAMm_X85Entrc | keewis 14808389 | 2022-06-09T15:20:39Z | 2022-06-09T15:20:39Z | MEMBER | I just published the pre-release, it can be installed from PyPI:
|
{
"total_count": 3,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 3,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
pre-release for v2022.06.0 1250755592 | |
| 1144982336 | https://github.com/pydata/xarray/issues/6645#issuecomment-1144982336 | https://api.github.com/repos/pydata/xarray/issues/6645 | IC_kwDOAMm_X85EPwtA | keewis 14808389 | 2022-06-02T15:13:21Z | 2022-06-02T15:20:34Z | MEMBER | As far as I remember the only reason we don't do that already is that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
pre-release for v2022.06.0 1250755592 | |
| 1143377823 | https://github.com/pydata/xarray/issues/6645#issuecomment-1143377823 | https://api.github.com/repos/pydata/xarray/issues/6645 | IC_kwDOAMm_X85EJo-f | keewis 14808389 | 2022-06-01T09:47:41Z | 2022-06-01T09:47:41Z | MEMBER | right, I misunderstood that MVCE. I still think that we don't need to wait on a fix to do the pre-release, though. As far as I understand PEP440, to create a pre-release we just need add a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
pre-release for v2022.06.0 1250755592 | |
| 1140243610 | https://github.com/pydata/xarray/issues/6645#issuecomment-1140243610 | https://api.github.com/repos/pydata/xarray/issues/6645 | IC_kwDOAMm_X85D9rya | keewis 14808389 | 2022-05-28T11:36:43Z | 2022-05-28T11:37:14Z | MEMBER | the Something to remember, though, is that this is not a full release, so I don't think we need to have fixed every known bug / regression. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
pre-release for v2022.06.0 1250755592 |
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