home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 688115687 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

  • kmuehlbauer 2
  • dcherian 1
  • mathause 1

issue 1

  • warnings from internal use of apply_ufunc · 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
682717923 https://github.com/pydata/xarray/issues/4385#issuecomment-682717923 https://api.github.com/repos/pydata/xarray/issues/4385 MDEyOklzc3VlQ29tbWVudDY4MjcxNzkyMw== mathause 10194086 2020-08-28T15:31:57Z 2020-08-28T15:31:57Z MEMBER

No worry this is only on master and not in a released version.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  warnings from internal use of apply_ufunc 688115687
682711446 https://github.com/pydata/xarray/issues/4385#issuecomment-682711446 https://api.github.com/repos/pydata/xarray/issues/4385 MDEyOklzc3VlQ29tbWVudDY4MjcxMTQ0Ng== kmuehlbauer 5821660 2020-08-28T15:27:44Z 2020-08-28T15:27:44Z MEMBER

@dcherian Thanks, I'll come up with a PR over the weekend. But this should not block others to take over if this becomes urgent.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  warnings from internal use of apply_ufunc 688115687
682701818 https://github.com/pydata/xarray/issues/4385#issuecomment-682701818 https://api.github.com/repos/pydata/xarray/issues/4385 MDEyOklzc3VlQ29tbWVudDY4MjcwMTgxOA== dcherian 2448579 2020-08-28T15:21:33Z 2020-08-28T15:21:33Z MEMBER

Then these internal uses should be adapted to the new use of apply_ufunc, right?

:+1:

I could work on this.

Only if you have time! No need to feel obligated :) but it should be relatively simple.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  warnings from internal use of apply_ufunc 688115687
682672593 https://github.com/pydata/xarray/issues/4385#issuecomment-682672593 https://api.github.com/repos/pydata/xarray/issues/4385 MDEyOklzc3VlQ29tbWVudDY4MjY3MjU5Mw== kmuehlbauer 5821660 2020-08-28T15:02:40Z 2020-08-28T15:02:40Z MEMBER

@mathause Then these internal uses should be adapted to the new use of apply_ufunc, right? As I feel somehow committed to #4060 I could work on this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  warnings from internal use of apply_ufunc 688115687

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