issue_comments
6 rows where issue = 1125877338 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- failing docs builds because the `scipy` intersphinx registry is unreachable · 6 ✖
 
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1033095659 | https://github.com/pydata/xarray/issues/6250#issuecomment-1033095659 | https://api.github.com/repos/pydata/xarray/issues/6250 | IC_kwDOAMm_X849k8nr | mathause 10194086 | 2022-02-08T21:49:47Z | 2022-02-08T21:49:47Z | MEMBER | You are right! The docs build again.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338 | |
| 1033071709 | https://github.com/pydata/xarray/issues/6250#issuecomment-1033071709 | https://api.github.com/repos/pydata/xarray/issues/6250 | IC_kwDOAMm_X849k2xd | keewis 14808389 | 2022-02-08T21:19:03Z | 2022-02-08T21:20:18Z | MEMBER | are you sure the pandas issue is the one you meant to link to? Anyways, that   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338 | |
| 1033061329 | https://github.com/pydata/xarray/issues/6250#issuecomment-1033061329 | https://api.github.com/repos/pydata/xarray/issues/6250 | IC_kwDOAMm_X849k0PR | mathause 10194086 | 2022-02-08T21:05:36Z | 2022-02-08T21:05:36Z | MEMBER | Found by chance: pandas-dev/pandas#5878 & https://github.com/scipy/scipy/issues/15545#issuecomment-1032825234 - so   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338 | |
| 1032873565 | https://github.com/pydata/xarray/issues/6250#issuecomment-1032873565 | https://api.github.com/repos/pydata/xarray/issues/6250 | IC_kwDOAMm_X849kGZd | keewis 14808389 | 2022-02-08T17:28:27Z | 2022-02-08T17:28:27Z | MEMBER | that does seem to work, but I'm not sure what the official path is. We can temporarily use this to avoid failing the builds, though.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338 | |
| 1032857478 | https://github.com/pydata/xarray/issues/6250#issuecomment-1032857478 | https://api.github.com/repos/pydata/xarray/issues/6250 | IC_kwDOAMm_X849kCeG | mathause 10194086 | 2022-02-08T17:11:41Z | 2022-02-08T17:11:41Z | MEMBER | {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338 | ||
| 1032752365 | https://github.com/pydata/xarray/issues/6250#issuecomment-1032752365 | https://api.github.com/repos/pydata/xarray/issues/6250 | IC_kwDOAMm_X849jozt | keewis 14808389 | 2022-02-08T15:44:33Z | 2022-02-08T15:44:33Z | MEMBER | update: the 404 is gone, but now it is returning a HTML document instead of   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338 | 
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