home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 393710539 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 1

  • shoyer · 3 ✖

issue 1

  • Is pep8speaks working well? · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
449783531 https://github.com/pydata/xarray/issues/2627#issuecomment-449783531 https://api.github.com/repos/pydata/xarray/issues/2627 MDEyOklzc3VlQ29tbWVudDQ0OTc4MzUzMQ== shoyer 1217238 2018-12-25T01:23:04Z 2018-12-25T01:23:04Z MEMBER

Let's add a build check of some sort for flake8, maybe to use alongside pep8speaks?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Is pep8speaks working well? 393710539
449749879 https://github.com/pydata/xarray/issues/2627#issuecomment-449749879 https://api.github.com/repos/pydata/xarray/issues/2627 MDEyOklzc3VlQ29tbWVudDQ0OTc0OTg3OQ== shoyer 1217238 2018-12-24T16:02:49Z 2018-12-24T16:02:49Z MEMBER

We do aim for strict PEP8 compliance, but this is hard to enforce without the automated checks. Cases where it's violated intentionally can be marked with a comment.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Is pep8speaks working well? 393710539
449660767 https://github.com/pydata/xarray/issues/2627#issuecomment-449660767 https://api.github.com/repos/pydata/xarray/issues/2627 MDEyOklzc3VlQ29tbWVudDQ0OTY2MDc2Nw== shoyer 1217238 2018-12-23T20:12:27Z 2018-12-23T20:12:27Z MEMBER

I think I need to be more careful to check the first comment for PEP8 issues before merging -- I've been relying on the green checkmarks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Is pep8speaks working well? 393710539

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