home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1720191529 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 3

  • bsipocz 1
  • keewis 1
  • welcome[bot] 1

author_association 2

  • NONE 2
  • MEMBER 1

issue 1

  • Produce nightly wheels · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1557708767 https://github.com/pydata/xarray/issues/7863#issuecomment-1557708767 https://api.github.com/repos/pydata/xarray/issues/7863 IC_kwDOAMm_X85c2L_f bsipocz 6788290 2023-05-22T18:36:12Z 2023-05-22T18:36:12Z NONE

@martinfleis already volunteered to do it using the github action we're working on in the scientific-python space.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Produce nightly wheels 1720191529
1557705518 https://github.com/pydata/xarray/issues/7863#issuecomment-1557705518 https://api.github.com/repos/pydata/xarray/issues/7863 IC_kwDOAMm_X85c2LMu keewis 14808389 2023-05-22T18:33:15Z 2023-05-22T18:33:15Z MEMBER

I wonder if pure-python projects could get away with asking to install from github? This works today: sh pip install git+https://github.com/pydata/xarray.git and we have been using it downstream in nightly CI.

That said, I can see a central location being helpful, and we'd certainly be happy to add a scheduled github action to upload built packages. We'd need some help with setting that up, though, as I personally don't have any experience whatsoever in uploading to anaconda.org. Do you have documentation/examples on how to do the actual upload?

That would also allow us to stop publishing builds to TestPyPI (not sure if those are nightlies), as that seems to have accumulated quite a few packages already that due to the PyPI policy stay there forever.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Produce nightly wheels 1720191529
1557683734 https://github.com/pydata/xarray/issues/7863#issuecomment-1557683734 https://api.github.com/repos/pydata/xarray/issues/7863 IC_kwDOAMm_X85c2F4W welcome[bot] 30606887 2023-05-22T18:16:13Z 2023-05-22T18:16:13Z NONE

Thanks for opening your first issue here at xarray! Be sure to follow the issue template! If you have an idea for a solution, we would really welcome a Pull Request with proposed changes. See the Contributing Guide for more. It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better. Thank you!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Produce nightly wheels 1720191529

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