home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "NONE" and issue = 957131705 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

  • jakirkham 4

issue 1

  • recent versions of sparse and dask seem to be incompatible with our tests · 4 ✖

author_association 1

  • NONE · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
908582707 https://github.com/pydata/xarray/issues/5654#issuecomment-908582707 https://api.github.com/repos/pydata/xarray/issues/5654 IC_kwDOAMm_X842J98z jakirkham 3019665 2021-08-30T18:28:27Z 2021-08-30T18:28:27Z NONE

Thanks Hameer! 😄

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  recent versions of sparse and dask seem to be incompatible with our tests 957131705
906684668 https://github.com/pydata/xarray/issues/5654#issuecomment-906684668 https://api.github.com/repos/pydata/xarray/issues/5654 IC_kwDOAMm_X842Cuj8 jakirkham 3019665 2021-08-26T19:30:53Z 2021-08-26T19:30:53Z NONE

cc @pentschev (just so you are aware)

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  recent versions of sparse and dask seem to be incompatible with our tests 957131705
903169462 https://github.com/pydata/xarray/issues/5654#issuecomment-903169462 https://api.github.com/repos/pydata/xarray/issues/5654 IC_kwDOAMm_X8411UW2 jakirkham 3019665 2021-08-21T19:59:40Z 2021-08-21T19:59:40Z NONE

Yeah was just mentioning that since we had older version of sparse pulled while developing that PR at one point and it caused issues. Sounds like that is not the case here

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  recent versions of sparse and dask seem to be incompatible with our tests 957131705
903015237 https://github.com/pydata/xarray/issues/5654#issuecomment-903015237 https://api.github.com/repos/pydata/xarray/issues/5654 IC_kwDOAMm_X8410utF jakirkham 3019665 2021-08-21T00:05:35Z 2021-08-21T00:09:08Z NONE

Would double check that CI is pulling the latest sparse

xref: https://github.com/dask/dask/pull/7939#issuecomment-887122942

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  recent versions of sparse and dask seem to be incompatible with our tests 957131705

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