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 = 387732534 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • spencerkclark 2
  • shoyer 1

issue 1

  • Fix h5netcdf saving scalars with filters or chunks · 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
446098869 https://github.com/pydata/xarray/pull/2591#issuecomment-446098869 https://api.github.com/repos/pydata/xarray/issues/2591 MDEyOklzc3VlQ29tbWVudDQ0NjA5ODg2OQ== shoyer 1217238 2018-12-11T07:24:39Z 2018-12-11T07:24:39Z MEMBER

thanks!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix h5netcdf saving scalars with filters or chunks 387732534
445787568 https://github.com/pydata/xarray/pull/2591#issuecomment-445787568 https://api.github.com/repos/pydata/xarray/issues/2591 MDEyOklzc3VlQ29tbWVudDQ0NTc4NzU2OA== spencerkclark 6628425 2018-12-10T11:43:36Z 2018-12-10T11:43:36Z MEMBER

How about whats-new.rst, do you want me to fill in something there?

Yes, I think it would make sense to document this change under the "Bug fixes" heading.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix h5netcdf saving scalars with filters or chunks 387732534
445781253 https://github.com/pydata/xarray/pull/2591#issuecomment-445781253 https://api.github.com/repos/pydata/xarray/issues/2591 MDEyOklzc3VlQ29tbWVudDQ0NTc4MTI1Mw== spencerkclark 6628425 2018-12-10T11:18:11Z 2018-12-10T11:18:11Z MEMBER

Ok travis seems to pass, how about appveyor ? There are many time encoding errors, should it be so ?

I believe those are unrelated to this PR. There was a series of bug fix releases of cftime following the initial 1.0.3 release (the failing build here uses 1.0.3). I think with the latest one (1.0.3.4), released a few days ago, things should be back to normal (as evidenced by the build passing in #2596).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix h5netcdf saving scalars with filters or chunks 387732534

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