issues
5 rows where state = "closed" and user = 23625371 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, draft, created_at (date), updated_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
877016428 | MDExOlB1bGxSZXF1ZXN0NjMxMDUwNjgw | 5264 | Numpy string coding | znicholls 23625371 | closed | 0 | 18 | 2021-05-06T02:35:55Z | 2021-12-30T23:40:28Z | 2021-12-30T23:39:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5264 | Fixes handling of numpy string types in coding
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5264/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
990509161 | MDExOlB1bGxSZXF1ZXN0NzI5MDkzNzM2 | 5776 | Update combine error | znicholls 23625371 | closed | 0 | 6 | 2021-09-08T01:05:38Z | 2021-09-27T15:14:49Z | 2021-09-27T14:43:15Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5776 | The update points users in the direction of the
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5776/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
988426640 | MDExOlB1bGxSZXF1ZXN0NzI3MzQwMDg5 | 5767 | Open mfdataset with long time axis | znicholls 23625371 | closed | 0 | 6 | 2021-09-05T05:18:14Z | 2021-09-08T01:06:31Z | 2021-09-08T01:06:31Z | CONTRIBUTOR | 1 | pydata/xarray/pulls/5767 | When
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5767/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
834380377 | MDExOlB1bGxSZXF1ZXN0NTk1MjA1ODQy | 5050 | BUG: Future time decoding | znicholls 23625371 | closed | 0 | 3 | 2021-03-18T04:31:31Z | 2021-03-18T14:04:09Z | 2021-03-18T14:03:59Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5050 |
This identifies (and hopefully soon fixes) an issue with decoding times that are way into the future. Without re-introducing a change made in #4684, the test fails (see https://github.com/pydata/xarray/pull/5050/checks?check_run_id=2136824754). With the change put back in, the test passes (see https://github.com/pydata/xarray/pull/5050/checks?check_run_id=2136892412). @spencerkclark can I ask for your help on this one please? It seems that the removal in #4684 caused this case (which wasn't tested) to break in v0.17 and it's unclear to me where the fix should be (I'm guessing pandas from the discussions in #4684...). |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5050/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
719881097 | MDExOlB1bGxSZXF1ZXN0NTAxOTk2NjI1 | 4506 | Decoding year 1 time | znicholls 23625371 | closed | 0 | 5 | 2020-10-13T05:38:58Z | 2020-10-26T10:15:13Z | 2020-10-26T09:50:18Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4506 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4506/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);