home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 510915725 and user = 2448579 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 1

  • dcherian · 7 ✖

issue 1

  • v0.14.1 Release · 7 ✖

author_association 1

  • MEMBER 7
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
555763914 https://github.com/pydata/xarray/issues/3434#issuecomment-555763914 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1NTc2MzkxNA== dcherian 2448579 2019-11-19T23:28:56Z 2019-11-19T23:28:56Z MEMBER

Thanks @max-sixty I activated the RTD build.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  v0.14.1 Release 510915725
555572691 https://github.com/pydata/xarray/issues/3434#issuecomment-555572691 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1NTU3MjY5MQ== dcherian 2448579 2019-11-19T15:56:39Z 2019-11-19T15:56:39Z MEMBER

:+1:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
555565372 https://github.com/pydata/xarray/issues/3434#issuecomment-555565372 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1NTU2NTM3Mg== dcherian 2448579 2019-11-19T15:41:15Z 2019-11-19T15:41:15Z MEMBER

I agree! @crusaderky, @max-sixty: do either of you have the time to make a release?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
552495711 https://github.com/pydata/xarray/issues/3434#issuecomment-552495711 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1MjQ5NTcxMQ== dcherian 2448579 2019-11-11T15:40:59Z 2019-11-11T15:40:59Z MEMBER

I'm in favour of releasing even if we are currently broken with numpy master.

Our current release is also broken with numpy master, so the situation is no worse...

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
551131435 https://github.com/pydata/xarray/issues/3434#issuecomment-551131435 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU1MTEzMTQzNQ== dcherian 2448579 2019-11-07T15:34:03Z 2019-11-07T15:34:03Z MEMBER

Once #3491 is merged, we should be ready to release since numpy will fix itself (https://github.com/numpy/numpy/pull/14841)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
549879504 https://github.com/pydata/xarray/issues/3434#issuecomment-549879504 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU0OTg3OTUwNA== dcherian 2448579 2019-11-05T15:43:14Z 2019-11-05T15:43:14Z MEMBER

@mathause Thanks for filing these upstream issues!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725
545158667 https://github.com/pydata/xarray/issues/3434#issuecomment-545158667 https://api.github.com/repos/pydata/xarray/issues/3434 MDEyOklzc3VlQ29tbWVudDU0NTE1ODY2Nw== dcherian 2448579 2019-10-22T21:14:34Z 2019-10-22T21:14:34Z MEMBER

3406 needs a review

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.14.1 Release 510915725

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