issue_comments
5 rows where author_association = "MEMBER", issue = 1368740629 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions
issue 1
- Generalize handling of chunked array types · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1553390072 | https://github.com/pydata/xarray/pull/7019#issuecomment-1553390072 | https://api.github.com/repos/pydata/xarray/issues/7019 | IC_kwDOAMm_X85cltn4 | dcherian 2448579 | 2023-05-18T17:34:01Z | 2023-05-18T17:34:01Z | MEMBER | Thanks @TomNicholas Big change! |
{
"total_count": 3,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 3,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Generalize handling of chunked array types 1368740629 | |
| 1502378655 | https://github.com/pydata/xarray/pull/7019#issuecomment-1502378655 | https://api.github.com/repos/pydata/xarray/issues/7019 | IC_kwDOAMm_X85ZjHqf | dcherian 2448579 | 2023-04-10T21:57:04Z | 2023-04-10T21:57:04Z | MEMBER |
Seems OK to me. The other option is to xfail the broken tests on old dask versions |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Generalize handling of chunked array types 1368740629 | |
| 1469955680 | https://github.com/pydata/xarray/pull/7019#issuecomment-1469955680 | https://api.github.com/repos/pydata/xarray/issues/7019 | IC_kwDOAMm_X85Xnb5g | dcherian 2448579 | 2023-03-15T12:54:09Z | 2023-03-15T12:54:09Z | MEMBER |
This is unused, we use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Generalize handling of chunked array types 1368740629 | |
| 1469232494 | https://github.com/pydata/xarray/pull/7019#issuecomment-1469232494 | https://api.github.com/repos/pydata/xarray/issues/7019 | IC_kwDOAMm_X85XkrVu | dcherian 2448579 | 2023-03-15T02:54:59Z | 2023-03-15T02:54:59Z | MEMBER |
This means you're indexing a |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Generalize handling of chunked array types 1368740629 | |
| 1400867666 | https://github.com/pydata/xarray/pull/7019#issuecomment-1400867666 | https://api.github.com/repos/pydata/xarray/issues/7019 | IC_kwDOAMm_X85Tf4tS | dcherian 2448579 | 2023-01-23T19:29:06Z | 2023-01-23T19:29:06Z | MEMBER |
I suspect Arkouda is similar in that this is not a detail the user is expected to worry about. (cc @sdbachman) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Generalize handling of chunked array types 1368740629 |
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