home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 344096196 and user = 10050469 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

  • fmaussion · 3 ✖

issue 1

  • Make RTD builds faster · 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
408348035 https://github.com/pydata/xarray/pull/2310#issuecomment-408348035 https://api.github.com/repos/pydata/xarray/issues/2310 MDEyOklzc3VlQ29tbWVudDQwODM0ODAzNQ== fmaussion 10050469 2018-07-27T08:20:16Z 2018-07-27T08:20:16Z MEMBER

See resolution here: https://github.com/rtfd/readthedocs.org/issues/4432

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make RTD builds faster 344096196
408120676 https://github.com/pydata/xarray/pull/2310#issuecomment-408120676 https://api.github.com/repos/pydata/xarray/issues/2310 MDEyOklzc3VlQ29tbWVudDQwODEyMDY3Ng== fmaussion 10050469 2018-07-26T14:41:09Z 2018-07-26T14:41:09Z MEMBER

OK so I managed to get a successful build will all packages unpinned this morning, but not after pinning them back to fixed versions (although you would think this makes things faster).

Since its always a few seconds that are missing I opened https://github.com/rtfd/readthedocs.org/issues/4432 by RTD to see if we can get an extension...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make RTD builds faster 344096196
407500955 https://github.com/pydata/xarray/pull/2310#issuecomment-407500955 https://api.github.com/repos/pydata/xarray/issues/2310 MDEyOklzc3VlQ29tbWVudDQwNzUwMDk1NQ== fmaussion 10050469 2018-07-24T18:10:59Z 2018-07-24T18:10:59Z MEMBER

Yes, and now it comes that a C dependency is missing from the conda channels: http://xarray.pydata.org/en/fix-docs/auto_gallery/plot_rasterio_rgb.html#sphx-glr-auto-gallery-plot-rasterio-rgb-py

Will unpin everything and see if it works.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make RTD builds faster 344096196

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