issue_comments
4 rows where issue = 595666886 and user = 11750960 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- implement a more threadsafe call to colorbar · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 611365647 | https://github.com/pydata/xarray/pull/3944#issuecomment-611365647 | https://api.github.com/repos/pydata/xarray/issues/3944 | MDEyOklzc3VlQ29tbWVudDYxMTM2NTY0Nw== | apatlpo 11750960 | 2020-04-09T07:01:12Z | 2020-04-09T07:01:12Z | CONTRIBUTOR | you're welcome, I hope one day I'll be to make a more worthy contribution to this great library ! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
implement a more threadsafe call to colorbar 595666886 | |
| 611328122 | https://github.com/pydata/xarray/pull/3944#issuecomment-611328122 | https://api.github.com/repos/pydata/xarray/issues/3944 | MDEyOklzc3VlQ29tbWVudDYxMTMyODEyMg== | apatlpo 11750960 | 2020-04-09T04:57:09Z | 2020-04-09T04:57:09Z | CONTRIBUTOR | I would feel bad claiming credit for such a small contribution ... it's not even solving my pb which I should probably better document on the issue tracker. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
implement a more threadsafe call to colorbar 595666886 | |
| 610918333 | https://github.com/pydata/xarray/pull/3944#issuecomment-610918333 | https://api.github.com/repos/pydata/xarray/issues/3944 | MDEyOklzc3VlQ29tbWVudDYxMDkxODMzMw== | apatlpo 11750960 | 2020-04-08T12:03:49Z | 2020-04-08T12:03:49Z | CONTRIBUTOR | Ok, let me know if you need me to do anything else. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
implement a more threadsafe call to colorbar 595666886 | |
| 610281639 | https://github.com/pydata/xarray/pull/3944#issuecomment-610281639 | https://api.github.com/repos/pydata/xarray/issues/3944 | MDEyOklzc3VlQ29tbWVudDYxMDI4MTYzOQ== | apatlpo 11750960 | 2020-04-07T09:31:14Z | 2020-04-07T09:31:14Z | CONTRIBUTOR | Argh, my bad. This implementation does not solve #1889. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
implement a more threadsafe call to colorbar 595666886 |
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