home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 287747803 and user = 12229877 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • Zac-HD · 5 ✖

issue 1

  • Normalisation for RGB imshow · 5 ✖

author_association 1

  • CONTRIBUTOR 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
358831413 https://github.com/pydata/xarray/pull/1819#issuecomment-358831413 https://api.github.com/repos/pydata/xarray/issues/1819 MDEyOklzc3VlQ29tbWVudDM1ODgzMTQxMw== Zac-HD 12229877 2018-01-19T00:48:21Z 2018-01-19T00:48:21Z CONTRIBUTOR

Ping @jhamman?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Normalisation for RGB imshow 287747803
358511917 https://github.com/pydata/xarray/pull/1819#issuecomment-358511917 https://api.github.com/repos/pydata/xarray/issues/1819 MDEyOklzc3VlQ29tbWVudDM1ODUxMTkxNw== Zac-HD 12229877 2018-01-18T01:54:35Z 2018-01-18T01:54:35Z CONTRIBUTOR

Method extracted, default for missing bounds fixed, comment added, import moved. Also added a check that you haven't accidentally reversed the bounds while supplying only one.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Normalisation for RGB imshow 287747803
358167385 https://github.com/pydata/xarray/pull/1819#issuecomment-358167385 https://api.github.com/repos/pydata/xarray/issues/1819 MDEyOklzc3VlQ29tbWVudDM1ODE2NzM4NQ== Zac-HD 12229877 2018-01-17T01:44:45Z 2018-01-17T01:44:45Z CONTRIBUTOR

Ping @shoyer, @jhamman - I think we're out of blockers and ready to merge 😄

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Normalisation for RGB imshow 287747803
357550651 https://github.com/pydata/xarray/pull/1819#issuecomment-357550651 https://api.github.com/repos/pydata/xarray/issues/1819 MDEyOklzc3VlQ29tbWVudDM1NzU1MDY1MQ== Zac-HD 12229877 2018-01-14T23:08:16Z 2018-01-14T23:08:16Z CONTRIBUTOR

@jhamman - all done 😄

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Normalisation for RGB imshow 287747803
356903275 https://github.com/pydata/xarray/pull/1819#issuecomment-356903275 https://api.github.com/repos/pydata/xarray/issues/1819 MDEyOklzc3VlQ29tbWVudDM1NjkwMzI3NQ== Zac-HD 12229877 2018-01-11T11:10:22Z 2018-01-11T11:10:22Z CONTRIBUTOR

CC @shoyer - hopefully I'm in time for Xarray 0.10.1 😉

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Normalisation for RGB imshow 287747803

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