home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 577283480 and user = 5635139 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • max-sixty · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
596883896 https://github.com/pydata/xarray/pull/3846#issuecomment-596883896 https://api.github.com/repos/pydata/xarray/issues/3846 MDEyOklzc3VlQ29tbWVudDU5Njg4Mzg5Ng== max-sixty 5635139 2020-03-10T03:30:49Z 2020-03-10T03:30:49Z MEMBER

That's awesome @keewis ! Cool tool...

Shall I merge this and then you do a PR with those changes on top? And from there we can start adding subset of the files to run in CI?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Doctests fixes 577283480
596159599 https://github.com/pydata/xarray/pull/3846#issuecomment-596159599 https://api.github.com/repos/pydata/xarray/issues/3846 MDEyOklzc3VlQ29tbWVudDU5NjE1OTU5OQ== max-sixty 5635139 2020-03-08T02:38:30Z 2020-03-08T02:38:30Z MEMBER

would it make sense to apply black to the doctest lines? The only thing I found was a script which from a quick glance over the code extracts the doctest lines one by one, strips the prompt, applies black to it and puts back the prompt. It is not as convenient as the black executable but it could help with bringing the comfort of black to the doctest lines.

If we do want to use something like that, it would probably be good to find a maintained tool.

For sure! I'm not sure there is a maintained tool... We could vendor the script?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Doctests fixes 577283480

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