home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 1106340339 and user = 13831458 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • pr4deepr · 2 ✖

issue 1

  • [Bug]: Xarray dependency: TypeError · 2 ✖

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1015111341 https://github.com/pydata/xarray/issues/6169#issuecomment-1015111341 https://api.github.com/repos/pydata/xarray/issues/6169 IC_kwDOAMm_X848gV6t pr4deepr 13831458 2022-01-18T06:33:13Z 2022-01-18T06:33:13Z NONE

Yes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Bug]: Xarray dependency: TypeError 1106340339
1015023536 https://github.com/pydata/xarray/issues/6169#issuecomment-1015023536 https://api.github.com/repos/pydata/xarray/issues/6169 IC_kwDOAMm_X848gAew pr4deepr 13831458 2022-01-18T02:48:03Z 2022-01-18T02:48:03Z NONE

The default version on Google Colab is 1.25.3. I run: pip install distributed==2022.01.0, which gives me this:

Collecting distributed==2022.01.0 Downloading distributed-2022.1.0-py3-none-any.whl (822 kB) |████████████████████████████████| 822 kB 5.2 MB/s Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (57.4.0) Collecting cloudpickle>=1.5.0 Downloading cloudpickle-2.0.0-py3-none-any.whl (25 kB) Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (0.11.2) Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (2.11.3) Requirement already satisfied: tblib>=1.6.0 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (1.7.0) Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (2.4.0) Requirement already satisfied: dask==2022.01.0 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (2022.1.0) Requirement already satisfied: pyyaml in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (5.4.1) Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (21.3) Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (1.0.3) Requirement already satisfied: psutil>=5.0 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (5.4.8) Requirement already satisfied: zict>=0.1.3 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (2.0.0) Requirement already satisfied: tornado>=5 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (5.1.1) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.7/dist-packages (from distributed==2022.01.0) (7.1.2) Requirement already satisfied: fsspec>=0.6.0 in /usr/local/lib/python3.7/dist-packages (from dask==2022.01.0->distributed==2022.01.0) (2022.1.0) Requirement already satisfied: partd>=0.3.10 in /usr/local/lib/python3.7/dist-packages (from dask==2022.01.0->distributed==2022.01.0) (1.2.0) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.7/dist-packages (from packaging>=20.0->distributed==2022.01.0) (3.0.6) Requirement already satisfied: locket in /usr/local/lib/python3.7/dist-packages (from partd>=0.3.10->dask==2022.01.0->distributed==2022.01.0) (0.2.1) Requirement already satisfied: heapdict in /usr/local/lib/python3.7/dist-packages (from zict>=0.1.3->distributed==2022.01.0) (1.0.1) Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/dist-packages (from jinja2->distributed==2022.01.0) (2.0.1) Installing collected packages: cloudpickle, distributed Attempting uninstall: cloudpickle Found existing installation: cloudpickle 1.3.0 Uninstalling cloudpickle-1.3.0: Successfully uninstalled cloudpickle-1.3.0 Attempting uninstall: distributed Found existing installation: distributed 1.25.3 Uninstalling distributed-1.25.3: Successfully uninstalled distributed-1.25.3

Thats what this is doing, right??

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Bug]: Xarray dependency: TypeError 1106340339

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