home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER", issue = 739008382 and user = 5821660 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

  • kmuehlbauer · 6 ✖

issue 1

  • fix compatibility with h5py version 3 and unpin tests · 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
777436251 https://github.com/pydata/xarray/issues/4570#issuecomment-777436251 https://api.github.com/repos/pydata/xarray/issues/4570 MDEyOklzc3VlQ29tbWVudDc3NzQzNjI1MQ== kmuehlbauer 5821660 2021-02-11T12:56:42Z 2021-02-11T12:56:42Z MEMBER

There is a potential fix in #4893.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix compatibility with h5py version 3 and unpin tests 739008382
758665753 https://github.com/pydata/xarray/issues/4570#issuecomment-758665753 https://api.github.com/repos/pydata/xarray/issues/4570 MDEyOklzc3VlQ29tbWVudDc1ODY2NTc1Mw== kmuehlbauer 5821660 2021-01-12T13:48:10Z 2021-01-12T13:48:10Z MEMBER

I've updated https://github.com/h5netcdf/h5netcdf/pull/82. Review from xarray-folks very much appreciated.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix compatibility with h5py version 3 and unpin tests 739008382
724617230 https://github.com/pydata/xarray/issues/4570#issuecomment-724617230 https://api.github.com/repos/pydata/xarray/issues/4570 MDEyOklzc3VlQ29tbWVudDcyNDYxNzIzMA== kmuehlbauer 5821660 2020-11-10T10:36:43Z 2020-11-10T10:36:43Z MEMBER

This should possibly be resolved by https://github.com/shoyer/h5netcdf/pull/82. At least the xarray testsuite runs with that h5netcdf-patch for all versions of h5py.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix compatibility with h5py version 3 and unpin tests 739008382
724504179 https://github.com/pydata/xarray/issues/4570#issuecomment-724504179 https://api.github.com/repos/pydata/xarray/issues/4570 MDEyOklzc3VlQ29tbWVudDcyNDUwNDE3OQ== kmuehlbauer 5821660 2020-11-10T06:57:14Z 2020-11-10T06:57:14Z MEMBER

I opened an issue over at h5netcdf (https://github.com/shoyer/h5netcdf/issues/81) with my current evaluations.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix compatibility with h5py version 3 and unpin tests 739008382
724077237 https://github.com/pydata/xarray/issues/4570#issuecomment-724077237 https://api.github.com/repos/pydata/xarray/issues/4570 MDEyOklzc3VlQ29tbWVudDcyNDA3NzIzNw== kmuehlbauer 5821660 2020-11-09T15:16:41Z 2020-11-09T15:16:41Z MEMBER

The longer I look at that trying to find the differences the more confused I get. Any hints appreciated. Trying to catch up tomorrow.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix compatibility with h5py version 3 and unpin tests 739008382
723999828 https://github.com/pydata/xarray/issues/4570#issuecomment-723999828 https://api.github.com/repos/pydata/xarray/issues/4570 MDEyOklzc3VlQ29tbWVudDcyMzk5OTgyOA== kmuehlbauer 5821660 2020-11-09T13:05:12Z 2020-11-09T13:05:12Z MEMBER

@mathause A quick check running h5netcdf testsuit suggest it needs fixing in h5netcdf. I'll have a closer look.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix compatibility with h5py version 3 and unpin tests 739008382

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