issues
2 rows where user = 199050 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
898971620 | MDExOlB1bGxSZXF1ZXN0NjUwNzUyNTI4 | 5364 | use assert_allcose on test_resample_loffset | sebix 199050 | closed | 0 | 4 | 2021-05-23T08:56:52Z | 2021-05-26T07:09:06Z | 2021-05-26T07:08:22Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5364 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5364/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
895163261 | MDU6SXNzdWU4OTUxNjMyNjE= | 5341 | Test test_resample_loffset fails on i586 with Python 3.9 | sebix 199050 | closed | 0 | 3 | 2021-05-19T08:42:05Z | 2021-05-26T07:08:22Z | 2021-05-26T07:08:22Z | CONTRIBUTOR | What happened:
Running tests with What you expected to happen: Tests succeed Minimal Complete Verifiable Example: ```python Put your MCVE code here``` Anything else we need to know?: Tests with x86_64 succeed Environment: openSUSE Tumbleweed build environment (for packaging) Output of <tt>xr.show_versions()</tt>``` INSTALLED VERSIONS ------------------ commit: None python: 3.9.5 (default, May 05 2021, 15:23:13) [GCC] python-bits: 32 OS: Linux OS-release: 5.12.3-1-default machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: None LOCALE: ('en_US', 'UTF-8') libhdf5: None libnetcdf: None xarray: 0.18.1 pandas: 1.2.4 numpy: 1.20.2 scipy: 1.6.3 netCDF4: None pydap: None h5netcdf: None h5py: None Nio: None zarr: None cftime: None nc_time_axis: None PseudoNetCDF: None rasterio: None cfgrib: None iris: None bottleneck: None dask: 2021.04.1 distributed: None matplotlib: None cartopy: None seaborn: None numbagg: None pint: None setuptools: 44.1.1 pip: None conda: None pytest: 6.2.2 IPython: None sphinx: None ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5341/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue |
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]);