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 = 302003819 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

  • fmaussion 3
  • fujiisoup 1

issue 1

  • Numpy 1.13 for rtd · 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
370184620 https://github.com/pydata/xarray/pull/1957#issuecomment-370184620 https://api.github.com/repos/pydata/xarray/issues/1957 MDEyOklzc3VlQ29tbWVudDM3MDE4NDYyMA== fujiisoup 6815844 2018-03-03T22:22:48Z 2018-03-03T22:22:48Z MEMBER

Thanks, @fmaussion !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Numpy 1.13 for rtd 302003819
370161599 https://github.com/pydata/xarray/pull/1957#issuecomment-370161599 https://api.github.com/repos/pydata/xarray/issues/1957 MDEyOklzc3VlQ29tbWVudDM3MDE2MTU5OQ== fmaussion 10050469 2018-03-03T16:43:20Z 2018-03-03T16:43:20Z MEMBER

After https://github.com/pydata/xarray/pull/1958 , the new environment should be fine now: http://xarray.pydata.org/en/fix-docs/computation.html#missing-values

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Numpy 1.13 for rtd 302003819
370154363 https://github.com/pydata/xarray/pull/1957#issuecomment-370154363 https://api.github.com/repos/pydata/xarray/issues/1957 MDEyOklzc3VlQ29tbWVudDM3MDE1NDM2Mw== fmaussion 10050469 2018-03-03T15:10:39Z 2018-03-03T15:10:39Z MEMBER

Also your branch seems a bit outdated, the changes shown by github are not accurate

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Numpy 1.13 for rtd 302003819
370154190 https://github.com/pydata/xarray/pull/1957#issuecomment-370154190 https://api.github.com/repos/pydata/xarray/issues/1957 MDEyOklzc3VlQ29tbWVudDM3MDE1NDE5MA== fmaussion 10050469 2018-03-03T15:08:27Z 2018-03-03T15:08:27Z MEMBER

In general it's easier to test the RTD config on the fix-docs branch, which is built on RTD. I took the liberty to push the environment.yml changes to it, and noticed a first conflict: https://readthedocs.org/projects/xray/builds/6834755/

If you don't mind I'll try to get rid of the conflicts and you can remove this part from your PR

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Numpy 1.13 for rtd 302003819

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