home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 817091683 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

  • max-sixty 1
  • keewis 1

issue 1

  • Some refinements to How To Release · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
786547473 https://github.com/pydata/xarray/pull/4964#issuecomment-786547473 https://api.github.com/repos/pydata/xarray/issues/4964 MDEyOklzc3VlQ29tbWVudDc4NjU0NzQ3Mw== keewis 14808389 2021-02-26T10:07:18Z 2021-02-26T10:07:41Z MEMBER

that's a known issue of the pre-commit github action (some sort of cache corruption due to a race condition). Usually it's enough to just rerun the workflow.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Some refinements to How To Release 817091683
786464467 https://github.com/pydata/xarray/pull/4964#issuecomment-786464467 https://api.github.com/repos/pydata/xarray/issues/4964 MDEyOklzc3VlQ29tbWVudDc4NjQ2NDQ2Nw== max-sixty 5635139 2021-02-26T07:23:50Z 2021-02-26T07:23:50Z MEMBER

Does anyone have any ideas what this failure means?

https://github.com/pydata/xarray/pull/4964/checks?check_run_id=1985476546

```

Error: reserveCache failed: Cache already exists. Scope: refs/pull/4964/merge, Key: pre-commit-2-8ab1628a0b82eeb07768adee6d698412385f24927008fde5efe51739490a6721-58d919a40778ff9428370ecc60e4dc769bab52a97e6f2e156cf72d56400099a3, Version: 28cdb9f5496f334116f23e86f0063f5d3a9348c2e22425a33171e071aadada7e ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Some refinements to How To Release 817091683

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