home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 552994673 and user = 6213168 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

  • crusaderky · 4 ✖

issue 1

  • bump min deps for 0.15 · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
578312410 https://github.com/pydata/xarray/pull/3713#issuecomment-578312410 https://api.github.com/repos/pydata/xarray/issues/3713 MDEyOklzc3VlQ29tbWVudDU3ODMxMjQxMA== crusaderky 6213168 2020-01-24T21:39:46Z 2020-01-24T21:39:46Z MEMBER

We could increase the support window for seldom-updated packages (read: not dask) to 1 year.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump min deps for 0.15 552994673
578288717 https://github.com/pydata/xarray/pull/3713#issuecomment-578288717 https://api.github.com/repos/pydata/xarray/issues/3713 MDEyOklzc3VlQ29tbWVudDU3ODI4ODcxNw== crusaderky 6213168 2020-01-24T20:28:25Z 2020-01-24T20:28:25Z MEMBER

I have no problems with supporting versions older than those mandated by the policy as long as there isn't any major benefit in dropping them...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump min deps for 0.15 552994673
577816539 https://github.com/pydata/xarray/pull/3713#issuecomment-577816539 https://api.github.com/repos/pydata/xarray/issues/3713 MDEyOklzc3VlQ29tbWVudDU3NzgxNjUzOQ== crusaderky 6213168 2020-01-23T18:40:29Z 2020-01-23T18:40:29Z MEMBER

Because NEP29 states support for all versions in the latest X months, not the most recent version released more than X months ago.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump min deps for 0.15 552994673
577166188 https://github.com/pydata/xarray/pull/3713#issuecomment-577166188 https://api.github.com/repos/pydata/xarray/issues/3713 MDEyOklzc3VlQ29tbWVudDU3NzE2NjE4OA== crusaderky 6213168 2020-01-22T12:51:48Z 2020-01-22T12:51:48Z MEMBER

Related: #3714

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump min deps for 0.15 552994673

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