home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1447049720 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • headtr1ck 2
  • Illviljan 1

author_association 2

  • COLLABORATOR 2
  • MEMBER 1

issue 1

  • Switch to T_DataArray in .coords · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1325447705 https://github.com/pydata/xarray/pull/7285#issuecomment-1325447705 https://api.github.com/repos/pydata/xarray/issues/7285 IC_kwDOAMm_X85PALoZ headtr1ck 43316012 2022-11-23T17:48:25Z 2022-11-23T17:48:25Z COLLABORATOR

Just noticed that now pylance and mypy return "Any" as Value types. Maybe it is ok to wait for dropped python 3.8 support...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to T_DataArray in .coords 1447049720
1321204753 https://github.com/pydata/xarray/pull/7285#issuecomment-1321204753 https://api.github.com/repos/pydata/xarray/issues/7285 IC_kwDOAMm_X85Ov_wR headtr1ck 43316012 2022-11-20T18:12:36Z 2022-11-20T18:12:36Z COLLABORATOR

See https://github.com/pydata/xarray/pull/6963 for python 3.8

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to T_DataArray in .coords 1447049720
1321200061 https://github.com/pydata/xarray/pull/7285#issuecomment-1321200061 https://api.github.com/repos/pydata/xarray/issues/7285 IC_kwDOAMm_X85Ov-m9 Illviljan 14371165 2022-11-20T17:49:56Z 2022-11-20T17:49:56Z MEMBER

Mypy errors with python 3.8. Doesn't appear related to this PR at least.

``` Run python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report shell: /usr/bin/bash -l {0} env: CONDA_ENV_FILE: ci/requirements/environment.yml PYTHON_VERSION: 3.8 TODAY: 2022-11-20 MAMBA_ROOT_PREFIX: /home/runner/micromamba-root MAMBA_EXE: /home/runner/micromamba-bin/micromamba Collecting types-PyYAML Downloading types_PyYAML-6.0.12.2-py3-none-any.whl (14 kB) Collecting types-paramiko Downloading types_paramiko-2.12.0.1-py3-none-any.whl (32 kB) Collecting types-pytz Downloading types_pytz-2022.6.0.1-py3-none-any.whl (4.7 kB) Collecting types-setuptools Downloading types_setuptools-65.6.0.0-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 19.4 MB/s eta 0:00:00 Collecting types-cryptography Downloading types_cryptography-3.3.23.2-py3-none-any.whl (30 kB) Installing collected packages: types-setuptools, types-PyYAML, types-pytz, types-cryptography, types-paramiko Successfully installed types-PyYAML-6.0.12.2 types-cryptography-3.3.23.2 types-paramiko-2.12.0.1 types-pytz-2022.6.0.1 types-setuptools-65.6.0.0 xarray/core/types.py:73: error: "tuple" is not subscriptable [misc] Generated Cobertura report: /home/runner/work/xarray/xarray/mypy_report/cobertura.xml Installing missing stub packages: /home/runner/micromamba-root/envs/xarray-tests/bin/python -m pip install types-PyYAML types-paramiko types-pytz types-setuptools

xarray/core/types.py:75: error: "tuple" is not subscriptable [misc] xarray/core/types.py:77: error: "tuple" is not subscriptable [misc] xarray/core/types.py:79: error: "list" is not subscriptable [misc] xarray/core/merge.py:43: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:44: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:45: error: "tuple" is not subscriptable [misc] xarray/backends/api.py:65: error: "dict" is not subscriptable [misc]

Generated Cobertura report: /home/runner/work/xarray/xarray/mypy_report/cobertura.xml Found 8 errors in 3 files (checked 140 source files) ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to T_DataArray in .coords 1447049720

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 13.298ms · About: xarray-datasette