issues
2 rows where user = 10512793 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
290396804 | MDExOlB1bGxSZXF1ZXN0MTY0MjU2MDU3 | 1848 | added apply_ufunc example to toy weather data | braaannigan 10512793 | closed | 0 | 1 | 2018-01-22T09:21:22Z | 2018-01-23T17:07:18Z | 2018-01-23T17:07:17Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1848 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1848/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
288957853 | MDExOlB1bGxSZXF1ZXN0MTYzMjE1ODYw | 1835 | Add warning for netCDF4 bug | braaannigan 10512793 | closed | 0 | 5 | 2018-01-16T15:54:22Z | 2018-01-20T23:35:33Z | 2018-01-20T23:35:33Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1835 | Closes #1745 by adding a warning message for a bug in netCDF4. The bug occurs when the filepath has 88 characters and the netCDF4 engine has been used with version less than 1.3.1. The warning message has been added at the first point where the length of the file path is known and the netcdf4 version number is known. I don't think there is any corresponding test, as the bug leads to a seg fault rather than a python output/exception. Passes Updated |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1835/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]);