home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 282916278 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 · 4 ✖

issue 1

  • Broken link to github on ReadTheDocs · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
364488471 https://github.com/pydata/xarray/issues/1789#issuecomment-364488471 https://api.github.com/repos/pydata/xarray/issues/1789 MDEyOklzc3VlQ29tbWVudDM2NDQ4ODQ3MQ== shoyer 1217238 2018-02-09T16:44:38Z 2018-02-09T16:44:38Z MEMBER

Interesting. Reading that link, I see that RTD now automatically creates the "stable" tag. I've still been pushing manually to a branch! I guess the problem manifests the same way, though. On Fri, Feb 9, 2018 at 2:13 AM Zac Hatfield Dodds notifications@github.com wrote:

Related to rtfd/readthedocs.org#1820 https://github.com/rtfd/readthedocs.org/issues/1820, I think. Searching reveals that there have been a variety of problems with the 'Edit on Github' link over time.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/1789#issuecomment-364392462, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKS1uBC9SqqiZy-cHQk5GJMezmvbSZiks5tTBpXgaJpZM4RFoQG .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken link to github on ReadTheDocs  282916278
356068358 https://github.com/pydata/xarray/issues/1789#issuecomment-356068358 https://api.github.com/repos/pydata/xarray/issues/1789 MDEyOklzc3VlQ29tbWVudDM1NjA2ODM1OA== shoyer 1217238 2018-01-08T19:22:09Z 2018-01-08T19:22:09Z MEMBER

It looks like expected_failing_examples would take care of it: https://sphinx-gallery.github.io/advanced_configuration.html#don-t-fail-the-build-on-exit

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken link to github on ReadTheDocs  282916278
356067910 https://github.com/pydata/xarray/issues/1789#issuecomment-356067910 https://api.github.com/repos/pydata/xarray/issues/1789 MDEyOklzc3VlQ29tbWVudDM1NjA2NzkxMA== shoyer 1217238 2018-01-08T19:20:33Z 2018-01-08T19:20:33Z MEMBER

I have also had trouble getting a rasterio build working on OS X.

To be honest, I have been commenting out the bit in the docs config that sets up sphinx gallery when testing locally: https://github.com/pydata/xarray/blob/5a28b89d8f32a16d8529d6514c04992b5ee7a349/doc/conf.py#L56 It would be nice if a lack of rasterio did not fail the docs build.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken link to github on ReadTheDocs  282916278
352485415 https://github.com/pydata/xarray/issues/1789#issuecomment-352485415 https://api.github.com/repos/pydata/xarray/issues/1789 MDEyOklzc3VlQ29tbWVudDM1MjQ4NTQxNQ== shoyer 1217238 2017-12-18T16:50:05Z 2017-12-18T16:50:05Z MEMBER

Thanks... I don't know if these links have ever worked properly for us. If anyone can figure out how to fix them, a PR would be appreciated!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken link to github on ReadTheDocs  282916278

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