home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 271599372 and user = 10050469 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

  • fmaussion · 5 ✖

issue 1

  • Regression: dropna() on lazy variable · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
342819092 https://github.com/pydata/xarray/issues/1694#issuecomment-342819092 https://api.github.com/repos/pydata/xarray/issues/1694 MDEyOklzc3VlQ29tbWVudDM0MjgxOTA5Mg== fmaussion 10050469 2017-11-08T13:36:09Z 2017-11-08T13:36:09Z MEMBER

My apologies! It's my mistake. I think I was using the old-beta :-(

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: dropna() on lazy variable 271599372
342770771 https://github.com/pydata/xarray/issues/1694#issuecomment-342770771 https://api.github.com/repos/pydata/xarray/issues/1694 MDEyOklzc3VlQ29tbWVudDM0Mjc3MDc3MQ== fmaussion 10050469 2017-11-08T10:09:13Z 2017-11-08T10:09:13Z MEMBER

(sorry these internal stuffs are causing such a trouble :()

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: dropna() on lazy variable 271599372
342770263 https://github.com/pydata/xarray/issues/1694#issuecomment-342770263 https://api.github.com/repos/pydata/xarray/issues/1694 MDEyOklzc3VlQ29tbWVudDM0Mjc3MDI2Mw== fmaussion 10050469 2017-11-08T10:07:16Z 2017-11-08T10:07:16Z MEMBER

@fujiisoup did you test it my code in #1693 ?

It still doesn't work for me locally

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: dropna() on lazy variable 271599372
342619528 https://github.com/pydata/xarray/issues/1694#issuecomment-342619528 https://api.github.com/repos/pydata/xarray/issues/1694 MDEyOklzc3VlQ29tbWVudDM0MjYxOTUyOA== fmaussion 10050469 2017-11-07T20:57:03Z 2017-11-07T20:57:03Z MEMBER

Closed via https://github.com/pydata/xarray/pull/1693

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: dropna() on lazy variable 271599372
342311816 https://github.com/pydata/xarray/issues/1694#issuecomment-342311816 https://api.github.com/repos/pydata/xarray/issues/1694 MDEyOklzc3VlQ29tbWVudDM0MjMxMTgxNg== fmaussion 10050469 2017-11-06T22:38:16Z 2017-11-06T22:38:16Z MEMBER

PR #1693 seems to solve this, but not found the cause yet.

Yes I wondered about this, but it looked like another issue since the traceback is very different. Thanks for all this work @fujiisoup !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: dropna() on lazy variable 271599372

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