home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 1039833986 and user = 35968931 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 1

  • TomNicholas · 4 ✖

issue 1

  • Update minimum dependencies for 0.20 · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
956543887 https://github.com/pydata/xarray/pull/5917#issuecomment-956543887 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X845A7OP TomNicholas 35968931 2021-11-01T19:59:27Z 2021-11-01T19:59:27Z MEMBER

It passed! Well done @dcherian ! Can we merge this then? And then release??

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986
956520398 https://github.com/pydata/xarray/pull/5917#issuecomment-956520398 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X845A1fO TomNicholas 35968931 2021-11-01T19:22:36Z 2021-11-01T19:22:36Z MEMBER

I'm like staring at this one yellow dot crossing my fingers for you @dcherian lol

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986
956405185 https://github.com/pydata/xarray/pull/5917#issuecomment-956405185 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X845AZXB TomNicholas 35968931 2021-11-01T16:56:10Z 2021-11-01T16:56:10Z MEMBER

``` Run mamba env update -f $CONDA_ENV_FILE conda-forge/linux-64 Using cache conda-forge/noarch Using cache

Looking for: ['python=3.7', 'boto3=1.13', 'bottleneck=1.3', 'cartopy=0.18', 'cdms2=3.1', 'cfgrib=0.9', 'cftime=1.2', 'coveralls', 'dask=2.30', 'distributed=2.30', 'h5netcdf=0.8', 'h5py=2.10', 'hdf5=1.12', 'hypothesis', 'iris=2.4', 'lxml=4.6', 'matplotlib-base=3.3', 'nc-time-axis=1.2', 'netcdf4=1.5.3', 'numba=0.51', 'numpy=1.18', 'pandas=1.1', 'pint=0.16', 'pip', 'pseudonetcdf=3.1', 'pydap=3.2', 'pynio=1.5', 'pytest', 'pytest-cov', 'pytest-env', 'pytest-xdist', 'rasterio=1.1', 'scipy=1.5', 'seaborn=0.11', 'setuptools', 'sparse=0.11', 'toolz=0.11', 'typing_extensions=3.7', 'zarr=2.5']

Encountered problems while solving: - package scipy-1.5.0-py36h2d22cac_0 requires python_abi 3.6. _cp36m, but none of the providers can be installed - package cartopy-0.18.0-py36h91e5944_2 requires python_abi 3.6. _cp36m, but none of the providers can be installed

Error: Process completed with exit code 1. ```

What is python_abi 3.6.* *_cp36m?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986
954969091 https://github.com/pydata/xarray/pull/5917#issuecomment-954969091 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X84466wD TomNicholas 35968931 2021-10-29T18:44:12Z 2021-10-29T18:44:12Z MEMBER

Oh right I guess I can't just naively update the conda environment like that, because it might not be a valid solve?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 68.764ms · About: xarray-datasette