issue_comments
6 rows where author_association = "MEMBER", issue = 1020353782 and user = 14371165 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add python 3.10 to CI · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1018696501 | https://github.com/pydata/xarray/pull/5844#issuecomment-1018696501 | https://api.github.com/repos/pydata/xarray/issues/5844 | IC_kwDOAMm_X848uBM1 | Illviljan 14371165 | 2022-01-21T17:06:31Z | 2022-01-21T17:06:31Z | MEMBER | Merging, thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add python 3.10 to CI 1020353782 | |
| 1016884444 | https://github.com/pydata/xarray/pull/5844#issuecomment-1016884444 | https://api.github.com/repos/pydata/xarray/issues/5844 | IC_kwDOAMm_X848nGzc | Illviljan 14371165 | 2022-01-19T21:29:16Z | 2022-01-19T21:29:16Z | MEMBER | I think this is ready now. Only had to temporarily comment out pydap until it supports 3.10. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add python 3.10 to CI 1020353782 | |
| 1016881541 | https://github.com/pydata/xarray/pull/5844#issuecomment-1016881541 | https://api.github.com/repos/pydata/xarray/issues/5844 | IC_kwDOAMm_X848nGGF | Illviljan 14371165 | 2022-01-19T21:25:01Z | 2022-01-19T21:25:01Z | MEMBER | Codecov seems to take a while:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add python 3.10 to CI 1020353782 | |
| 966644616 | https://github.com/pydata/xarray/pull/5844#issuecomment-966644616 | https://api.github.com/repos/pydata/xarray/issues/5844 | IC_kwDOAMm_X845ndOI | Illviljan 14371165 | 2021-11-11T21:38:55Z | 2021-11-11T21:38:55Z | MEMBER | ``` Looking for: ['aiobotocore', 'boto3', 'bottleneck', 'cartopy', 'cdms2', 'cfgrib', 'cftime', 'dask', 'distributed', 'fsspec!=2021.7.0', 'h5netcdf', 'h5py', 'hdf5', 'hypothesis', 'iris', 'lxml', 'matplotlib-base', 'nc-time-axis', 'netcdf4', 'numba', 'numexpr', 'numpy', 'pandas', 'pint', 'pip', 'pooch', 'pre-commit', 'pseudonetcdf', 'pydap', 'pytest', 'pytest-cov', 'pytest-env', 'pytest-xdist', 'rasterio', 'scipy', 'seaborn', 'setuptools', 'sparse', 'toolz', 'typing_extensions', 'zarr'] Encountered problems while solving: - package rasterio-1.1.7-py39h645c05b_1 requires python >=3.9,<3.10.0a0, but none of the providers can be installed ``` rasterio doesn't allow 3.10? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add python 3.10 to CI 1020353782 | |
| 939300789 | https://github.com/pydata/xarray/pull/5844#issuecomment-939300789 | https://api.github.com/repos/pydata/xarray/issues/5844 | IC_kwDOAMm_X843_Je1 | Illviljan 14371165 | 2021-10-09T13:51:56Z | 2021-10-09T13:51:56Z | MEMBER | Might be something else now then numbaagg. I think I turned off numbaagg now and i still got these cryptic errors: ``` Looking for: ['python=3.10'] Encountered problems while solving: - package python-3.10.0-h62f1059_0_cpython requires pip, but none of the providers can be installed pkgs/main/noarch |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add python 3.10 to CI 1020353782 | |
| 939297598 | https://github.com/pydata/xarray/pull/5844#issuecomment-939297598 | https://api.github.com/repos/pydata/xarray/issues/5844 | IC_kwDOAMm_X843_Is- | Illviljan 14371165 | 2021-10-09T13:28:46Z | 2021-10-09T13:28:46Z | MEMBER | Mamba seems to have troubles installing python 3.10 for some reason. Maybe just waiting a little bit longer and letting the new version settle will do it? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add python 3.10 to CI 1020353782 |
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 1