home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 109434899 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • shoyer 3
  • jhamman 1

issue 1

  • latest docs are broken · 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
168220850 https://github.com/pydata/xarray/issues/602#issuecomment-168220850 https://api.github.com/repos/pydata/xarray/issues/602 MDEyOklzc3VlQ29tbWVudDE2ODIyMDg1MA== jhamman 2443309 2015-12-31T16:48:22Z 2015-12-31T16:48:22Z MEMBER

@shoyer - It looks like Conda support has been deployed at readthedocs now. Have you tried getting the xray docs to build there yet?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  latest docs are broken 109434899
155516259 https://github.com/pydata/xarray/issues/602#issuecomment-155516259 https://api.github.com/repos/pydata/xarray/issues/602 MDEyOklzc3VlQ29tbWVudDE1NTUxNjI1OQ== shoyer 1217238 2015-11-10T18:06:34Z 2015-11-10T18:06:34Z MEMBER

Conda support for ReadTheDocs is finally in sight! https://github.com/rtfd/readthedocs.org/issues/857

Hopefully that will take care of our troubles here

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  latest docs are broken 109434899
145160503 https://github.com/pydata/xarray/issues/602#issuecomment-145160503 https://api.github.com/repos/pydata/xarray/issues/602 MDEyOklzc3VlQ29tbWVudDE0NTE2MDUwMw== shoyer 1217238 2015-10-02T21:35:02Z 2015-10-02T21:35:02Z MEMBER

This is a new issue with ReadTheDocs: https://github.com/rtfd/readthedocs.org/issues/1726

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  latest docs are broken 109434899
144932709 https://github.com/pydata/xarray/issues/602#issuecomment-144932709 https://api.github.com/repos/pydata/xarray/issues/602 MDEyOklzc3VlQ29tbWVudDE0NDkzMjcwOQ== shoyer 1217238 2015-10-02T06:03:53Z 2015-10-02T06:03:53Z MEMBER

Hmm. We don't run netcdf4 in the docs because we can't install the netcdf binaries on readthedocs. I'll take a look though.

On Thu, Oct 1, 2015 at 10:48 PM, Joe Hamman notifications@github.com wrote:

Assigned #602 to @shoyer.

Reply to this email directly or view it on GitHub: https://github.com/xray/xray/issues/602#event-424954414

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  latest docs are broken 109434899

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