home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "CONTRIBUTOR", issue = 211391408 and user = 731499 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

  • vnoel · 4 ✖

issue 1

  • Guess the complementary dimension when only one is passed to pcolormesh · 4 ✖

author_association 1

  • CONTRIBUTOR · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
284435076 https://github.com/pydata/xarray/pull/1291#issuecomment-284435076 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4NDQzNTA3Ng== vnoel 731499 2017-03-06T15:46:23Z 2017-03-06T15:46:23Z CONTRIBUTOR

I hope everything's ok now. Thanks for the hand-holding

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Guess the complementary dimension when only one is passed to pcolormesh 211391408
283930759 https://github.com/pydata/xarray/pull/1291#issuecomment-283930759 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4MzkzMDc1OQ== vnoel 731499 2017-03-03T11:25:06Z 2017-03-03T11:25:06Z CONTRIBUTOR

Can anyone knowledgeable tell me how to fix the appveyor build? It's complaining of a failing test_dask_distributed_integration_test...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Guess the complementary dimension when only one is passed to pcolormesh 211391408
283694163 https://github.com/pydata/xarray/pull/1291#issuecomment-283694163 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4MzY5NDE2Mw== vnoel 731499 2017-03-02T15:59:49Z 2017-03-02T16:51:10Z CONTRIBUTOR

thanks ! Do we need to worry about the "appveyor" build fails? The failure seems to happen somewhere unrelated

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Guess the complementary dimension when only one is passed to pcolormesh 211391408
283682931 https://github.com/pydata/xarray/pull/1291#issuecomment-283682931 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4MzY4MjkzMQ== vnoel 731499 2017-03-02T15:22:03Z 2017-03-02T15:22:03Z CONTRIBUTOR

I have added a couple of exceptions to the _infer_xy_labels function and updated the tests as best I could

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Guess the complementary dimension when only one is passed to pcolormesh 211391408

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