issues
4 rows where repo = 13221727, type = "pull" and user = 4666753 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1177669703 | PR_kwDOAMm_X84029qU | 6402 | No chunk warning if empty | jaicher 4666753 | closed | 0 | 6 | 2022-03-23T06:43:54Z | 2022-04-09T20:27:46Z | 2022-04-09T20:27:40Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/6402 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6402/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
1076384122 | PR_kwDOAMm_X84vp8Ru | 6064 | Revert "Single matplotlib import" | jaicher 4666753 | closed | 0 | 3 | 2021-12-10T03:24:54Z | 2021-12-29T07:56:59Z | 2021-12-29T07:56:59Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/6064 | Revert pydata/xarray#5794, which causes failure to import when used without display (issue #6062).
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6064/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
980605063 | MDExOlB1bGxSZXF1ZXN0NzIwODExNjQ4 | 5742 | Fix saving chunked datasets with zero length dimensions | jaicher 4666753 | closed | 0 | 2 | 2021-08-26T20:12:08Z | 2021-10-10T00:12:34Z | 2021-10-10T00:02:42Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5742 | This fixes #5741 by loading to memory all variables with zero length before saving with
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5742/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
559958918 | MDExOlB1bGxSZXF1ZXN0MzcxMDM0MDY2 | 3752 | Fix swap_dims() index names (issue #3748) | jaicher 4666753 | closed | 0 | 5 | 2020-02-04T20:25:18Z | 2020-02-24T23:33:05Z | 2020-02-24T22:34:59Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3752 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3752/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]);