issue_comments
5 rows where author_association = "MEMBER", issue = 1334835539 and user = 6628425 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- regression in cftime on s390 · 5 ✖
 
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1250058482 | https://github.com/pydata/xarray/issues/6906#issuecomment-1250058482 | https://api.github.com/repos/pydata/xarray/issues/6906 | IC_kwDOAMm_X85KgmDy | spencerkclark 6628425 | 2022-09-17T12:00:26Z | 2022-09-17T12:20:41Z | MEMBER | I was able to reproduce this issue in a Docker container using the s390x Debian image. After a little experimentation I narrowed it down to the following minimal example: ``` 
  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    regression in cftime on s390 1334835539 | |
| 1241339308 | https://github.com/pydata/xarray/issues/6906#issuecomment-1241339308 | https://api.github.com/repos/pydata/xarray/issues/6906 | IC_kwDOAMm_X85J_VWs | spencerkclark 6628425 | 2022-09-08T23:38:29Z | 2022-09-08T23:38:29Z | MEMBER | Interesting. Thanks for checking that #6988 indeed solves this. I went ahead and merged it, but when I get a chance I’ll keep trying to track down the root cause of this issue.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    regression in cftime on s390 1334835539 | |
| 1237014040 | https://github.com/pydata/xarray/issues/6906#issuecomment-1237014040 | https://api.github.com/repos/pydata/xarray/issues/6906 | IC_kwDOAMm_X85Ju1YY | spencerkclark 6628425 | 2022-09-05T13:18:21Z | 2022-09-05T13:18:21Z | MEMBER | Thanks @amckinstry. I guess my last try to produce a pandas minimal example might be: ``` 
 I think #6988 should likely work around this issue at least on the xarray side, since it passes   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    regression in cftime on s390 1334835539 | |
| 1225514875 | https://github.com/pydata/xarray/issues/6906#issuecomment-1225514875 | https://api.github.com/repos/pydata/xarray/issues/6906 | IC_kwDOAMm_X85JC997 | spencerkclark 6628425 | 2022-08-24T10:13:38Z | 2022-08-24T10:13:38Z | MEMBER | Thanks for trying that.  Maybe it has to do with casting to a  
  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    regression in cftime on s390 1334835539 | |
| 1221528092 | https://github.com/pydata/xarray/issues/6906#issuecomment-1221528092 | https://api.github.com/repos/pydata/xarray/issues/6906 | IC_kwDOAMm_X85Izwoc | spencerkclark 6628425 | 2022-08-21T11:37:47Z | 2022-08-21T11:37:47Z | MEMBER | Apologies for taking a while to look into this.  I have not been able to set up an environment to reproduce these test failures, which makes it tricky.  It seems like the tests are failing in the setup step, where a DataArray of some random times is generated:
 Trying to narrow things down, I guess my first question would be: does the following fail in this environment? Is this maybe a pandas issue? ``` 
  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    regression in cftime on s390 1334835539 | 
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