home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 511668854 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

  • dcherian 2
  • max-sixty 2
  • hetland 1

author_association 2

  • MEMBER 4
  • NONE 1

issue 1

  • fix plotting with transposed nondim coords. · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
561850225 https://github.com/pydata/xarray/pull/3441#issuecomment-561850225 https://api.github.com/repos/pydata/xarray/issues/3441 MDEyOklzc3VlQ29tbWVudDU2MTg1MDIyNQ== hetland 2599958 2019-12-04T21:37:03Z 2019-12-04T21:37:03Z NONE

Looks like it was an easy fix. Thanks! I'll check it out soon.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix plotting with transposed nondim coords. 511668854
561770990 https://github.com/pydata/xarray/pull/3441#issuecomment-561770990 https://api.github.com/repos/pydata/xarray/issues/3441 MDEyOklzc3VlQ29tbWVudDU2MTc3MDk5MA== max-sixty 5635139 2019-12-04T18:10:36Z 2019-12-04T18:10:36Z MEMBER

Thanks @dcherian !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix plotting with transposed nondim coords. 511668854
561764161 https://github.com/pydata/xarray/pull/3441#issuecomment-561764161 https://api.github.com/repos/pydata/xarray/issues/3441 MDEyOklzc3VlQ29tbWVudDU2MTc2NDE2MQ== dcherian 2448579 2019-12-04T17:53:15Z 2019-12-04T17:53:15Z MEMBER

cc @hetland

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix plotting with transposed nondim coords. 511668854
560950191 https://github.com/pydata/xarray/pull/3441#issuecomment-560950191 https://api.github.com/repos/pydata/xarray/issues/3441 MDEyOklzc3VlQ29tbWVudDU2MDk1MDE5MQ== dcherian 2448579 2019-12-03T01:02:57Z 2019-12-03T01:02:57Z MEMBER

I'll merge tomorrow evening if nobody has any comments

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix plotting with transposed nondim coords. 511668854
546747522 https://github.com/pydata/xarray/pull/3441#issuecomment-546747522 https://api.github.com/repos/pydata/xarray/issues/3441 MDEyOklzc3VlQ29tbWVudDU0Njc0NzUyMg== max-sixty 5635139 2019-10-27T23:44:13Z 2019-10-27T23:44:13Z MEMBER

I don't know this code well, but LGTM

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix plotting with transposed nondim coords. 511668854

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