home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1034238626 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: issue

user 1

  • dcherian · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
957983787 https://github.com/pydata/xarray/issues/5889#issuecomment-957983787 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X845Gawr dcherian 2448579 2021-11-02T17:45:03Z 2021-11-02T17:45:03Z MEMBER

I see it. Activating...

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626
954904111 https://github.com/pydata/xarray/issues/5889#issuecomment-954904111 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X8446q4v dcherian 2448579 2021-10-29T17:05:58Z 2021-10-29T17:05:58Z MEMBER

It looks like we can bump minimum versions on a bunch of packages if someone is up for doing it:

``` Package Required Policy Status


cartopy 0.17 (2018-11-17) 0.18 (2020-07-09) < cftime 1.1 (2020-03-15) 1.2 (2020-07-05) < dask 2.24 (2020-08-24) 2.30 (2020-10-07) < distributed 2.24 (2020-08-22) 2.30 (2020-10-07) < hdf5 1.10 (2017-09-18) 1.12 (2020-08-03) < lxml 4.5 (2020-01-29) 4.6 (2020-10-17) < matplotlib-base 3.2 (2020-03-04) 3.3 (2020-07-20) < numba 0.49 (2020-04-17) 0.51 (2020-08-17) < numpy 1.17 (2019-08-01) 1.18 (2020-01-16) < pandas 1.0 (2020-01-29) 1.1 (2020-07-28) < pint 0.15 (2020-08-22) 0.16 (2020-09-14) < scipy 1.4 (2019-12-19) 1.5 (2020-06-23) < seaborn 0.10 (2020-01-31) 0.11 (2020-09-08) < sparse 0.8 (2019-08-26) 0.11 (2020-08-18) < toolz 0.10 (2019-07-12) 0.11 (2020-09-24) < zarr 2.4 (2020-01-11) 2.5 (2020-10-08) < ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626
954832155 https://github.com/pydata/xarray/issues/5889#issuecomment-954832155 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X8446ZUb dcherian 2448579 2021-10-29T15:24:43Z 2021-10-29T15:24:43Z MEMBER

It'd be nice to get #5911 in since that adds a new dependency and this is a major version

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626

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