home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 870312451 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 4

  • spencerkclark 2
  • keewis 2
  • dcherian 1
  • Illviljan 1

issue 1

  • Calendar utilities · 6 ✖

author_association 1

  • MEMBER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1003205326 https://github.com/pydata/xarray/pull/5233#issuecomment-1003205326 https://api.github.com/repos/pydata/xarray/issues/5233 IC_kwDOAMm_X847y7LO Illviljan 14371165 2021-12-30T22:54:49Z 2021-12-30T22:54:49Z MEMBER

Thanks @aulemahal!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451
909377203 https://github.com/pydata/xarray/pull/5233#issuecomment-909377203 https://api.github.com/repos/pydata/xarray/issues/5233 IC_kwDOAMm_X842M_6z dcherian 2448579 2021-08-31T16:10:05Z 2021-08-31T16:10:05Z MEMBER

@benbovy has this issue too. We can ignore it for this PR

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451
897912037 https://github.com/pydata/xarray/pull/5233#issuecomment-897912037 https://api.github.com/repos/pydata/xarray/issues/5233 IC_kwDOAMm_X841hQzl spencerkclark 6628425 2021-08-12T19:32:31Z 2021-08-12T19:32:31Z MEMBER

@aulemahal https://github.com/Unidata/cftime/pull/238#issuecomment-897896041 is interesting news regarding the year zero conventions -- in my opinion this clears things up a lot. Perhaps don't worry about my year-zero related comments for now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451
897189618 https://github.com/pydata/xarray/pull/5233#issuecomment-897189618 https://api.github.com/repos/pydata/xarray/issues/5233 IC_kwDOAMm_X841egby spencerkclark 6628425 2021-08-11T22:00:29Z 2021-08-11T22:00:29Z MEMBER

Apologies that I have let this sit for so long. I will try and pick up reviewing it again this week.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451
828792273 https://github.com/pydata/xarray/pull/5233#issuecomment-828792273 https://api.github.com/repos/pydata/xarray/issues/5233 MDEyOklzc3VlQ29tbWVudDgyODc5MjI3Mw== keewis 14808389 2021-04-28T21:29:11Z 2021-04-28T21:29:11Z MEMBER

I think that's because you didn't push the newer tags, so while you get the latest commits setuptools-scm thinks the latest release is 0.11.

In any case, the action shouldn't run (it should either be skipped or not run at all). Actually, I'd recommend to disable action runs on your fork (this is possible somewhere in the repository settings) because it doesn't really make sense to run the actions multiple times.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451
828787005 https://github.com/pydata/xarray/pull/5233#issuecomment-828787005 https://api.github.com/repos/pydata/xarray/issues/5233 MDEyOklzc3VlQ29tbWVudDgyODc4NzAwNQ== keewis 14808389 2021-04-28T21:18:53Z 2021-04-28T21:18:53Z MEMBER

where do you see that? The only thing I see is a failed docs build, which fails because you used :py:property: instead of :py:attr:, and because date_range and date_range_like are not imported by the main xarray/__init__.py

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451

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