home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1359914824 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 4

  • dopplershift 1
  • dcherian 1
  • markelg 1
  • headtr1ck 1

author_association 3

  • CONTRIBUTOR 2
  • COLLABORATOR 1
  • MEMBER 1

issue 1

  • Support the new compression argument in netCDF4 > 1.6.0 · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1334523798 https://github.com/pydata/xarray/pull/6981#issuecomment-1334523798 https://api.github.com/repos/pydata/xarray/issues/6981 IC_kwDOAMm_X85PizeW dcherian 2448579 2022-12-01T22:22:37Z 2022-12-01T22:22:37Z MEMBER

Thanks @markelg!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support the new compression argument in netCDF4 > 1.6.0 1359914824
1270591340 https://github.com/pydata/xarray/pull/6981#issuecomment-1270591340 https://api.github.com/repos/pydata/xarray/issues/6981 IC_kwDOAMm_X85Lu69s dopplershift 221526 2022-10-06T19:38:24Z 2022-10-06T19:38:24Z CONTRIBUTOR

We elected not to start rebuilding things with netCDF 4.9.0 since 4.9.1 should be out realSoonNow™️ , so I don't think there's a netcdf4 package in conda-forge that has it yet.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support the new compression argument in netCDF4 > 1.6.0 1359914824
1270586745 https://github.com/pydata/xarray/pull/6981#issuecomment-1270586745 https://api.github.com/repos/pydata/xarray/issues/6981 IC_kwDOAMm_X85Lu515 headtr1ck 43316012 2022-10-06T19:33:50Z 2022-10-06T19:33:50Z COLLABORATOR

I think this is ready, unfortunately it does not make sense to merge it yet, and one test is failing, because netcdf-c 4.9.0 is not yet available in conda-forge (see https://github.com/conda-forge/libnetcdf-feedstock/pull/140). So I would put it on hold.

Should exist now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support the new compression argument in netCDF4 > 1.6.0 1359914824
1240394972 https://github.com/pydata/xarray/pull/6981#issuecomment-1240394972 https://api.github.com/repos/pydata/xarray/issues/6981 IC_kwDOAMm_X85J7uzc markelg 6883049 2022-09-08T08:27:05Z 2022-09-08T08:27:05Z CONTRIBUTOR

I think this is ready, unfortunately it does not make sense to merge it yet, and one test is failing, because netcdf-c 4.9.0 is not yet available in conda-forge (see https://github.com/conda-forge/libnetcdf-feedstock/pull/140). So I would put it on hold.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support the new compression argument in netCDF4 > 1.6.0 1359914824

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