home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 634700536 and user = 14808389 sorted by updated_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

These facets timed out: issue

user 1

  • keewis · 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
676491787 https://github.com/pydata/xarray/pull/4130#issuecomment-676491787 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjQ5MTc4Nw== keewis 14808389 2020-08-19T15:20:12Z 2020-08-19T15:20:12Z MEMBER

the merge seems to have fixed it. Not sure why it didn't work before.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
676443786 https://github.com/pydata/xarray/pull/4130#issuecomment-676443786 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjQ0Mzc4Ng== keewis 14808389 2020-08-19T14:25:10Z 2020-08-19T14:25:10Z MEMBER

thanks, @kmuehlbauer, good spot. However, that seems to come from the PR build (see also https://readthedocs.org/projects/xray/builds/11695402/, which doesn't fail), so I guess there has to be something in the code that changes the version.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
676423524 https://github.com/pydata/xarray/pull/4130#issuecomment-676423524 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjQyMzUyNA== keewis 14808389 2020-08-19T14:11:51Z 2020-08-19T14:11:51Z MEMBER

on my own setup the build completes: https://readthedocs.org/projects/xarray-keewis/builds/11696307/ So this is definitely an issue with the setup, but I don't know how to fix that...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
676226637 https://github.com/pydata/xarray/pull/4130#issuecomment-676226637 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjIyNjYzNw== keewis 14808389 2020-08-19T11:57:06Z 2020-08-19T12:01:02Z MEMBER

The readthedocs error is a timeout

Unfortunately not. The build timed out after the error and the traceback is visible. My own setup doesn't time out on errors, so I asked support to help fix that. They removed stale memory constraints (which is why the traceback is visible), but somehow the build still times out on errors.

In this case pandas has a minimum version requirement for xarray, but the detected version is 0.1. I'm not sure why version detection works for me but not for you, maybe because you didn't update the tags on your repo in a long time?

Edit: to re-trigger RTD, we have to close and reopen the PR; they don't allow rerunning a PR build

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536

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 5341.621ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows