issue_comments
5 rows where issue = 869180122 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- python3.9 dask/array/slicing.py in slice_wrap_lists Don't yet support nd fancy indexing · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
828306616 | https://github.com/pydata/xarray/issues/5225#issuecomment-828306616 | https://api.github.com/repos/pydata/xarray/issues/5225 | MDEyOklzc3VlQ29tbWVudDgyODMwNjYxNg== | JavierRuano 34353851 | 2021-04-28T09:31:22Z | 2021-04-28T09:31:22Z | NONE | I'm sorry I couldn't be more helpful this time |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
python3.9 dask/array/slicing.py in slice_wrap_lists Don't yet support nd fancy indexing 869180122 | |
828256725 | https://github.com/pydata/xarray/issues/5225#issuecomment-828256725 | https://api.github.com/repos/pydata/xarray/issues/5225 | MDEyOklzc3VlQ29tbWVudDgyODI1NjcyNQ== | JavierRuano 34353851 | 2021-04-28T08:23:43Z | 2021-04-28T08:23:43Z | NONE | It works again, i have tried to save a netcdf file what produces the bug, but nothing. The traceback was from debug mode of django. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
python3.9 dask/array/slicing.py in slice_wrap_lists Don't yet support nd fancy indexing 869180122 | |
828145755 | https://github.com/pydata/xarray/issues/5225#issuecomment-828145755 | https://api.github.com/repos/pydata/xarray/issues/5225 | MDEyOklzc3VlQ29tbWVudDgyODE0NTc1NQ== | max-sixty 5635139 | 2021-04-28T05:04:19Z | 2021-04-28T05:04:19Z | MEMBER | Hi @JavierRuano — good to see you again! This seems to be a dask issue, is that correct? I'd be surprised if it's a python 3.7 vs 3.9 difference — are you sure that's the only change — are the dask & xarray versions the same? Also — have a look at GitHub's docs on how to format code & tracebacks — we appreciate people posting issues — but it is easier to read them if they're formatted reasonably. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
python3.9 dask/array/slicing.py in slice_wrap_lists Don't yet support nd fancy indexing 869180122 | |
828002269 | https://github.com/pydata/xarray/issues/5225#issuecomment-828002269 | https://api.github.com/repos/pydata/xarray/issues/5225 | MDEyOklzc3VlQ29tbWVudDgyODAwMjI2OQ== | JavierRuano 34353851 | 2021-04-27T23:00:32Z | 2021-04-27T23:00:32Z | NONE | Linux streamDebian 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64 GNU/Linux
INSTALLED VERSIONScommit: None python: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] python-bits: 64 OS: Linux OS-release: 5.10.0-6-amd64 machine: x86_64 processor: byteorder: little LC_ALL: None LANG: en_GB.UTF-8 LOCALE: en_GB.UTF-8 libhdf5: 1.12.0 libnetcdf: 4.7.4 xarray: 0.17.0 pandas: 1.2.4 numpy: 1.19.5 scipy: 1.6.3 netCDF4: 1.5.6 pydap: None h5netcdf: None h5py: None Nio: None zarr: None cftime: 1.4.1 nc_time_axis: None PseudoNetCDF: None rasterio: None cfgrib: None iris: None bottleneck: None dask: 2021.04.1 distributed: None matplotlib: 3.4.1 cartopy: 0.18.0 seaborn: None numbagg: None pint: None setuptools: 52.0.0 pip: 20.3.4 conda: None pytest: 6.0.2 IPython: 7.20.0 sphinx: None |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
python3.9 dask/array/slicing.py in slice_wrap_lists Don't yet support nd fancy indexing 869180122 | |
827973060 | https://github.com/pydata/xarray/issues/5225#issuecomment-827973060 | https://api.github.com/repos/pydata/xarray/issues/5225 | MDEyOklzc3VlQ29tbWVudDgyNzk3MzA2MA== | mathause 10194086 | 2021-04-27T22:19:53Z | 2021-04-27T22:19:53Z | MEMBER | Could you fill out the issue template including the show_versions part. Please also add the versions of the environment that did work. Also, without a reproducible example we cannot look into the problem. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
python3.9 dask/array/slicing.py in slice_wrap_lists Don't yet support nd fancy indexing 869180122 |
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 3