home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 510915725 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 · 5 ✖

issue 1

  • v0.14.1 Release · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
555522754 https://github.com/pydata/xarray/issues/3434#issuecomment-555522754 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1NTUyMjc1NA== crusaderky 6213168 2019-11-19T14:07:27Z 2019-11-19T14:07:27Z MEMBER

I think we're good to go!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
554352825 https://github.com/pydata/xarray/issues/3434#issuecomment-554352825 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1NDM1MjgyNQ== crusaderky 6213168 2019-11-15T13:09:59Z 2019-11-15T13:09:59Z MEMBER

If someone could review and merge #3537 and #3531, we can close this!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
548485688 https://github.com/pydata/xarray/issues/3434#issuecomment-548485688 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU0ODQ4NTY4OA== crusaderky 6213168 2019-10-31T17:31:13Z 2019-10-31T17:31:13Z MEMBER

@barronh, we don't care about Python 2.7 compliance. We support >=3.6.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
547619793 https://github.com/pydata/xarray/issues/3434#issuecomment-547619793 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU0NzYxOTc5Mw== crusaderky 6213168 2019-10-29T20:41:22Z 2019-10-29T20:41:22Z MEMBER

@barronh any update re pseudonetcdf 3.1?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
547619144 https://github.com/pydata/xarray/issues/3434#issuecomment-547619144 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU0NzYxOTE0NA== crusaderky 6213168 2019-10-29T20:39:44Z 2019-10-29T20:39:44Z MEMBER

@mathause I'm personally really uncomfortable pushing out a release when there are multiple known breakages against dependencies - see Must have list. Help is welcome!

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725

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