home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 178111738 and user = 4295853 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

  • pwolfram · 3 ✖

issue 1

  • py.test fails on master · 3 ✖

author_association 1

  • CONTRIBUTOR 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
248367549 https://github.com/pydata/xarray/issues/1010#issuecomment-248367549 https://api.github.com/repos/pydata/xarray/issues/1010 MDEyOklzc3VlQ29tbWVudDI0ODM2NzU0OQ== pwolfram 4295853 2016-09-20T17:12:09Z 2016-09-20T17:13:14Z CONTRIBUTOR

OS X 10.9. I had this issue: http://stackoverflow.com/questions/38564507/ipython-pylab-matplotlib-installation-and-initialization-error as well as drawing libpng from the r channel. Following a clean install everything checked out, thankfully. Even though conda / brew makes life easier, there still can be classic linux-esq dependency issues apparently.

This is all ok now. Sorry to trouble you on this and I'm really glad to see it wasn't an issue with xarray.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  py.test fails on master 178111738
248359808 https://github.com/pydata/xarray/issues/1010#issuecomment-248359808 https://api.github.com/repos/pydata/xarray/issues/1010 MDEyOklzc3VlQ29tbWVudDI0ODM1OTgwOA== pwolfram 4295853 2016-09-20T16:44:25Z 2016-09-20T16:44:25Z CONTRIBUTOR

This follows from the discussion in #964

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  py.test fails on master 178111738
248359455 https://github.com/pydata/xarray/issues/1010#issuecomment-248359455 https://api.github.com/repos/pydata/xarray/issues/1010 MDEyOklzc3VlQ29tbWVudDI0ODM1OTQ1NQ== pwolfram 4295853 2016-09-20T16:43:06Z 2016-09-20T16:43:06Z CONTRIBUTOR

I get the same error when using python 3.4 too.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  py.test fails on master 178111738

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