home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1206625644 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

  • dcherian 3
  • max-sixty 2

issue 1

  • Remove xarray.ufuncs · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1101708202 https://github.com/pydata/xarray/pull/6491#issuecomment-1101708202 https://api.github.com/repos/pydata/xarray/issues/6491 IC_kwDOAMm_X85Bqruq dcherian 2448579 2022-04-18T19:52:11Z 2022-04-18T19:52:11Z MEMBER

I too support removing the ufuncs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove xarray.ufuncs 1206625644
1101556798 https://github.com/pydata/xarray/pull/6491#issuecomment-1101556798 https://api.github.com/repos/pydata/xarray/issues/6491 IC_kwDOAMm_X85BqGw- max-sixty 5635139 2022-04-18T16:45:58Z 2022-04-18T16:46:05Z MEMBER

Thanks for stopping it!

But yeah, I think would vote to let that happen upstream, rather than maintain our own (maybe broken, according to that issue?) version of a func.

Though ofc open minded if people disagree / people are using that func a lot.

WDYT?

{
    "total_count": 4,
    "+1": 4,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove xarray.ufuncs 1206625644
1101545989 https://github.com/pydata/xarray/pull/6491#issuecomment-1101545989 https://api.github.com/repos/pydata/xarray/issues/6491 IC_kwDOAMm_X85BqEIF dcherian 2448579 2022-04-18T16:30:13Z 2022-04-18T16:30:13Z MEMBER

Disabled automerge because of #5857 . Shall we only keep angle or close that as wontfix?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove xarray.ufuncs 1206625644
1101525762 https://github.com/pydata/xarray/pull/6491#issuecomment-1101525762 https://api.github.com/repos/pydata/xarray/issues/6491 IC_kwDOAMm_X85Bp_MC max-sixty 5635139 2022-04-18T16:04:45Z 2022-04-18T16:04:45Z MEMBER

Should delete the docs too: https://docs.xarray.dev/en/stable/generated/xarray.ufuncs.angle.html?highlight=ufuncs

Thanks! Done

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove xarray.ufuncs 1206625644
1101497769 https://github.com/pydata/xarray/pull/6491#issuecomment-1101497769 https://api.github.com/repos/pydata/xarray/issues/6491 IC_kwDOAMm_X85Bp4Wp dcherian 2448579 2022-04-18T15:27:00Z 2022-04-18T15:27:00Z MEMBER

Should delete the docs too: https://docs.xarray.dev/en/stable/generated/xarray.ufuncs.angle.html?highlight=ufuncs

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove xarray.ufuncs 1206625644

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