home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 98228846 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

  • clarkfitzg 4
  • shoyer 2

issue 1

  • DataArray plot namespace attribute · 6 ✖

author_association 1

  • MEMBER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
126813595 https://github.com/pydata/xarray/pull/502#issuecomment-126813595 https://api.github.com/repos/pydata/xarray/issues/502 MDEyOklzc3VlQ29tbWVudDEyNjgxMzU5NQ== clarkfitzg 5356122 2015-07-31T21:13:39Z 2015-07-31T21:13:39Z MEMBER

go for it!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray plot namespace attribute 98228846
126803631 https://github.com/pydata/xarray/pull/502#issuecomment-126803631 https://api.github.com/repos/pydata/xarray/issues/502 MDEyOklzc3VlQ29tbWVudDEyNjgwMzYzMQ== shoyer 1217238 2015-07-31T20:18:53Z 2015-07-31T20:18:53Z MEMBER

OK, I'm going to merge this

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray plot namespace attribute 98228846
126522757 https://github.com/pydata/xarray/pull/502#issuecomment-126522757 https://api.github.com/repos/pydata/xarray/issues/502 MDEyOklzc3VlQ29tbWVudDEyNjUyMjc1Nw== clarkfitzg 5356122 2015-07-30T23:46:07Z 2015-07-30T23:46:07Z MEMBER

I'm happy with this as it stands. Although in the future I would probably not try to make an attribute behave like a namespace. Too awkward.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray plot namespace attribute 98228846
126514137 https://github.com/pydata/xarray/pull/502#issuecomment-126514137 https://api.github.com/repos/pydata/xarray/issues/502 MDEyOklzc3VlQ29tbWVudDEyNjUxNDEzNw== clarkfitzg 5356122 2015-07-30T22:54:53Z 2015-07-30T22:54:53Z MEMBER

Got it- was the name of the file in setup.py again.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray plot namespace attribute 98228846
126511334 https://github.com/pydata/xarray/pull/502#issuecomment-126511334 https://api.github.com/repos/pydata/xarray/issues/502 MDEyOklzc3VlQ29tbWVudDEyNjUxMTMzNA== clarkfitzg 5356122 2015-07-30T22:39:26Z 2015-07-30T22:39:26Z MEMBER

No not locally. Getting an error on this:

50 # Not sure what the first arg here should be ---> 51 f = pkg_resources.resource_stream(__name__, fname)

Which means it's time for me to actually understand this part :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray plot namespace attribute 98228846
126500233 https://github.com/pydata/xarray/pull/502#issuecomment-126500233 https://api.github.com/repos/pydata/xarray/issues/502 MDEyOklzc3VlQ29tbWVudDEyNjUwMDIzMw== shoyer 1217238 2015-07-30T21:41:24Z 2015-07-30T21:41:24Z MEMBER

This looks pretty reasonable to me. Do the docs generate properly?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray plot namespace attribute 98228846

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