home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where 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 3

  • mankoff 2
  • shoyer 2
  • jhamman 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 2

issue 1

  • Decode times adds micro-second noise to standard calendar · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
368456391 https://github.com/pydata/xarray/issues/1917#issuecomment-368456391 https://api.github.com/repos/pydata/xarray/issues/1917 MDEyOklzc3VlQ29tbWVudDM2ODQ1NjM5MQ== mankoff 145117 2018-02-26T10:28:16Z 2018-02-26T10:28:16Z CONTRIBUTOR

Appears fixed. Thank you!

{
    "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
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
366382745 https://github.com/pydata/xarray/issues/1917#issuecomment-366382745 https://api.github.com/repos/pydata/xarray/issues/1917 MDEyOklzc3VlQ29tbWVudDM2NjM4Mjc0NQ== mankoff 145117 2018-02-16T22:58:14Z 2018-02-16T22:58:14Z CONTRIBUTOR

foo.nc.zip

{
    "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 13.294ms · About: xarray-datasette