home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 928490583 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 3

  • max-sixty 2
  • TomNicholas 1
  • github-actions[bot] 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • Type hints for combine functions · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
873278579 https://github.com/pydata/xarray/pull/5519#issuecomment-873278579 https://api.github.com/repos/pydata/xarray/issues/5519 MDEyOklzc3VlQ29tbWVudDg3MzI3ODU3OQ== github-actions[bot] 41898282 2021-07-02T22:07:43Z 2021-09-30T20:16:45Z CONTRIBUTOR

Unit Test Results

6 files  ±0           6 suites  ±0   53m 35s :stopwatch: ±0s 16 228 tests ±0  14 494 :heavy_check_mark: ±0  1 734 :zzz: ±0  0 :x: ±0  90 564 runs  ±0  82 385 :heavy_check_mark: ±0  8 179 :zzz: ±0  0 :x: ±0 

Results for commit 043d68bd. ± Comparison against base commit 043d68bd.

:recycle: This comment has been updated with latest results.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type hints for combine functions 928490583
903185730 https://github.com/pydata/xarray/pull/5519#issuecomment-903185730 https://api.github.com/repos/pydata/xarray/issues/5519 IC_kwDOAMm_X8411YVC max-sixty 5635139 2021-08-21T22:54:48Z 2021-08-21T22:54:48Z MEMBER

@TomNicholas given the upstream changes, should we merge main in first and then merge?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type hints for combine functions 928490583
873291686 https://github.com/pydata/xarray/pull/5519#issuecomment-873291686 https://api.github.com/repos/pydata/xarray/issues/5519 MDEyOklzc3VlQ29tbWVudDg3MzI5MTY4Ng== max-sixty 5635139 2021-07-02T22:51:20Z 2021-07-02T22:51:20Z MEMBER

Thanks @TomNicholas !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type hints for combine functions 928490583
867032552 https://github.com/pydata/xarray/pull/5519#issuecomment-867032552 https://api.github.com/repos/pydata/xarray/issues/5519 MDEyOklzc3VlQ29tbWVudDg2NzAzMjU1Mg== TomNicholas 35968931 2021-06-23T17:39:05Z 2021-06-23T17:39:05Z MEMBER

(It does pass pre-commit locally, the linting failures in the CI are due to #5517)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type hints for combine functions 928490583

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