home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 867046262 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 · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
830867253 https://github.com/pydata/xarray/pull/5216#issuecomment-830867253 https://api.github.com/repos/pydata/xarray/issues/5216 MDEyOklzc3VlQ29tbWVudDgzMDg2NzI1Mw== max-sixty 5635139 2021-05-02T20:30:26Z 2021-05-02T20:30:26Z MEMBER

@gcaria thanks a lot for the code and your patience working through the comments! We're very happy to have you as a contributor

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enable using __setitem__ for Dataset using a list as key 867046262
829445870 https://github.com/pydata/xarray/pull/5216#issuecomment-829445870 https://api.github.com/repos/pydata/xarray/issues/5216 MDEyOklzc3VlQ29tbWVudDgyOTQ0NTg3MA== max-sixty 5635139 2021-04-29T17:19:55Z 2021-04-29T17:19:55Z MEMBER

Great — @gcaria if you're OK to hit the "Commit suggestion" on those then we can merge?

Thanks for the review @mathause

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enable using __setitem__ for Dataset using a list as key 867046262
827072426 https://github.com/pydata/xarray/pull/5216#issuecomment-827072426 https://api.github.com/repos/pydata/xarray/issues/5216 MDEyOklzc3VlQ29tbWVudDgyNzA3MjQyNg== max-sixty 5635139 2021-04-26T18:59:49Z 2021-04-26T18:59:49Z MEMBER

Great @gcaria ! And thanks for the issue link.

Unless we hear from others, we can merge in the next couple of days. Could we add a test for the ds rvalue and a whatsnew?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enable using __setitem__ for Dataset using a list as key 867046262
826376063 https://github.com/pydata/xarray/pull/5216#issuecomment-826376063 https://api.github.com/repos/pydata/xarray/issues/5216 MDEyOklzc3VlQ29tbWVudDgyNjM3NjA2Mw== max-sixty 5635139 2021-04-25T19:22:07Z 2021-04-25T19:22:07Z MEMBER

I think this is a good feature — any thoughts from others? Should a dataset be a valid rvalue?

I added some comments @gcaria . Great to have you as a contributor. We could add a line or two in the docs, and whatsnew. And you're right — the tests could be filled out a bit (no need to go overboard though).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enable using __setitem__ for Dataset using a list as key 867046262

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