home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 597100828 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 4

  • EtienneCmb 2
  • dcherian 1
  • keewis 1
  • pep8speaks 1

author_association 3

  • CONTRIBUTOR 2
  • MEMBER 2
  • NONE 1

issue 1

  • New coords to existing dim (doc) · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
612067704 https://github.com/pydata/xarray/pull/3958#issuecomment-612067704 https://api.github.com/repos/pydata/xarray/issues/3958 MDEyOklzc3VlQ29tbWVudDYxMjA2NzcwNA== keewis 14808389 2020-04-10T15:01:19Z 2020-04-10T15:01:19Z MEMBER

thanks for checking, @EtienneCmb. I don't think the _ matters, this mostly happens because of a missing newline before the doctest line (the one that starts with >>>). Would you like to open a new PR fixing that?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  New coords to existing dim (doc) 597100828
612064239 https://github.com/pydata/xarray/pull/3958#issuecomment-612064239 https://api.github.com/repos/pydata/xarray/issues/3958 MDEyOklzc3VlQ29tbWVudDYxMjA2NDIzOQ== EtienneCmb 15892073 2020-04-10T14:54:34Z 2020-04-10T15:01:16Z CONTRIBUTOR

@dcherian @keewis The final line is not properly formatted in the latest version of the doc. I think there's the need of an empty line before the >>>

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  New coords to existing dim (doc) 597100828
612023862 https://github.com/pydata/xarray/pull/3958#issuecomment-612023862 https://api.github.com/repos/pydata/xarray/issues/3958 MDEyOklzc3VlQ29tbWVudDYxMjAyMzg2Mg== dcherian 2448579 2020-04-10T13:17:07Z 2020-04-10T13:17:07Z MEMBER

Thanks @EtienneCmb

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  New coords to existing dim (doc) 597100828
612004375 https://github.com/pydata/xarray/pull/3958#issuecomment-612004375 https://api.github.com/repos/pydata/xarray/issues/3958 MDEyOklzc3VlQ29tbWVudDYxMjAwNDM3NQ== EtienneCmb 15892073 2020-04-10T12:16:31Z 2020-04-10T12:16:31Z CONTRIBUTOR

@keewis thanks for the suggestions

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  New coords to existing dim (doc) 597100828
611919422 https://github.com/pydata/xarray/pull/3958#issuecomment-611919422 https://api.github.com/repos/pydata/xarray/issues/3958 MDEyOklzc3VlQ29tbWVudDYxMTkxOTQyMg== pep8speaks 24736507 2020-04-10T07:39:03Z 2020-04-10T12:15:42Z NONE

Hello @EtienneCmb! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-04-10 12:15:42 UTC
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  New coords to existing dim (doc) 597100828

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