home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 297780998 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • shoyer 2
  • jhamman 1

issue 1

  • Decode times adds micro-second noise to standard calendar · 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
368382598 https://github.com/pydata/xarray/issues/1917#issuecomment-368382598 https://api.github.com/repos/pydata/xarray/issues/1917 MDEyOklzc3VlQ29tbWVudDM2ODM4MjU5OA== jhamman 2443309 2018-02-26T03:49:40Z 2018-02-26T03:49:40Z MEMBER

@mankoff - can you try with xarray v0.10.1 (released today)?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode times adds micro-second noise to standard calendar 297780998
366419193 https://github.com/pydata/xarray/issues/1917#issuecomment-366419193 https://api.github.com/repos/pydata/xarray/issues/1917 MDEyOklzc3VlQ29tbWVudDM2NjQxOTE5Mw== shoyer 1217238 2018-02-17T05:46:47Z 2018-02-17T05:46:47Z MEMBER

I just tested this out, and it appears that the issue is fixed on master -- see https://github.com/pydata/xarray/issues/1859.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode times adds micro-second noise to standard calendar 297780998
366378204 https://github.com/pydata/xarray/issues/1917#issuecomment-366378204 https://api.github.com/repos/pydata/xarray/issues/1917 MDEyOklzc3VlQ29tbWVudDM2NjM3ODIwNA== shoyer 1217238 2018-02-16T22:34:06Z 2018-02-16T22:34:06Z MEMBER

Can you share a file that reproduces the issue?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode times adds micro-second noise to standard calendar 297780998

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