home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 484499801 and user = 1217238 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

  • shoyer · 2 ✖

issue 1

  • __slots__ · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
526280260 https://github.com/pydata/xarray/pull/3250#issuecomment-526280260 https://api.github.com/repos/pydata/xarray/issues/3250 MDEyOklzc3VlQ29tbWVudDUyNjI4MDI2MA== shoyer 1217238 2019-08-29T17:17:19Z 2019-08-29T17:17:19Z MEMBER

thanks @crusaderky !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  __slots__ 484499801
524456563 https://github.com/pydata/xarray/pull/3250#issuecomment-524456563 https://api.github.com/repos/pydata/xarray/issues/3250 MDEyOklzc3VlQ29tbWVudDUyNDQ1NjU2Mw== shoyer 1217238 2019-08-23T20:45:45Z 2019-08-23T20:45:45Z MEMBER

We definitely do not guarantee implementation details like xarray objects having a dict. A warning for subclasses is already going above and beyond IMO.

On Fri, Aug 23, 2019 at 2:42 PM crusaderky notifications@github.com wrote:

@max-sixty https://github.com/max-sixty any package that for any reason expects xarray objects to have a dict will break overnight. Any package that subclasses from xarray will get a warning.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/pull/3250?email_source=notifications&email_token=AAJJFVUD2QSIIOF5DHLCGUTQGBDR5A5CNFSM4IO7AUA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5BI4IA#issuecomment-524455456, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJJFVUYHG37O2SWYURYRDDQGBDR5ANCNFSM4IO7AUAQ .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  __slots__ 484499801

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