home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 211391408 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 4
  • shoyer 2

issue 1

  • Guess the complementary dimension when only one is passed to pcolormesh · 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
284743755 https://github.com/pydata/xarray/pull/1291#issuecomment-284743755 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4NDc0Mzc1NQ== fmaussion 10050469 2017-03-07T14:54:14Z 2017-03-07T14:54:14Z MEMBER

Good, thanks!

{
    "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
284120011 https://github.com/pydata/xarray/pull/1291#issuecomment-284120011 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4NDEyMDAxMQ== shoyer 1217238 2017-03-04T02:27:57Z 2017-03-04T02:27:57Z MEMBER

Tests should pass after a rebase or merge thanks to #1293.

{
    "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
284096751 https://github.com/pydata/xarray/pull/1291#issuecomment-284096751 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4NDA5Njc1MQ== shoyer 1217238 2017-03-03T23:13:24Z 2017-03-03T23:15:10Z MEMBER

I think I managed to restart the Travis-CI integration. It was disable for some mysterious reason. Maybe try pushing again or rebasing to see if that triggers them again.

See https://github.com/pydata/xarray/issues/1292 for the failing dask distibuted tests. Those can be safely ignored here.

{
    "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
283688779 https://github.com/pydata/xarray/pull/1291#issuecomment-283688779 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4MzY4ODc3OQ== fmaussion 10050469 2017-03-02T15:41:44Z 2017-03-02T15:41:44Z MEMBER

Thanks! We'll have to wait a little bit here, as for some reason the travis tests do not run

{
    "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
283666640 https://github.com/pydata/xarray/pull/1291#issuecomment-283666640 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4MzY2NjY0MA== fmaussion 10050469 2017-03-02T14:25:25Z 2017-03-02T14:25:25Z MEMBER

Does anyone know why Travis doesn't start?

{
    "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
283666553 https://github.com/pydata/xarray/pull/1291#issuecomment-283666553 https://api.github.com/repos/pydata/xarray/issues/1291 MDEyOklzc3VlQ29tbWVudDI4MzY2NjU1Mw== fmaussion 10050469 2017-03-02T14:25:07Z 2017-03-02T14:25:07Z MEMBER

Seems pretty safe to me, thanks! Could you add some tests, too? (at least for proper code coverage)

A good place to put a test would be here: https://github.com/pydata/xarray/blob/master/xarray/tests/test_plot.py#L638

(I suspect your PR brakes these tests, btw)

{
    "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 13.538ms · About: xarray-datasette