issue_comments
2 rows where author_association = "MEMBER", issue = 656163384 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Change isinstance checks to duck Dask Array checks #4208 · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 685918128 | https://github.com/pydata/xarray/pull/4221#issuecomment-685918128 | https://api.github.com/repos/pydata/xarray/issues/4221 | MDEyOklzc3VlQ29tbWVudDY4NTkxODEyOA== | dcherian 2448579 | 2020-09-02T18:28:05Z | 2020-09-02T18:28:05Z | MEMBER | Things seem to have died down here so let's test it out. Thanks @rpmanser This is an amazing first PR. Thanks for your efforts and welcome to xarray! |
{
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 2,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Change isinstance checks to duck Dask Array checks #4208 656163384 | |
| 660192522 | https://github.com/pydata/xarray/pull/4221#issuecomment-660192522 | https://api.github.com/repos/pydata/xarray/issues/4221 | MDEyOklzc3VlQ29tbWVudDY2MDE5MjUyMg== | dcherian 2448579 | 2020-07-17T16:07:20Z | 2020-07-17T16:07:20Z | MEMBER | Thanks for working on this @rpmanser. Since you've changed every
Seems like this is covered by We could add specific pint-as-dask tests to This could be a discussion topic for our next dev meeting on wednesday. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Change isinstance checks to duck Dask Array checks #4208 656163384 |
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