home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 551484736 and user = 14808389 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

  • keewis · 5 ✖

issue 1

  • release 0.15.0? · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
580402703 https://github.com/pydata/xarray/issues/3702#issuecomment-580402703 https://api.github.com/repos/pydata/xarray/issues/3702 MDEyOklzc3VlQ29tbWVudDU4MDQwMjcwMw== keewis 14808389 2020-01-30T18:59:05Z 2020-01-30T18:59:05Z MEMBER

that's because conda uses too much memory. We might be able to reduce the memory consumption by moving most packages into the pip section (except from iris and cartopy every package should have wheels PyPI)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release 0.15.0? 551484736
580391235 https://github.com/pydata/xarray/issues/3702#issuecomment-580391235 https://api.github.com/repos/pydata/xarray/issues/3702 MDEyOklzc3VlQ29tbWVudDU4MDM5MTIzNQ== keewis 14808389 2020-01-30T18:32:14Z 2020-01-30T18:32:14Z MEMBER

did you tag already? If not, I think it might be good to get #3732 in.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release 0.15.0? 551484736
580389544 https://github.com/pydata/xarray/issues/3702#issuecomment-580389544 https://api.github.com/repos/pydata/xarray/issues/3702 MDEyOklzc3VlQ29tbWVudDU4MDM4OTU0NA== keewis 14808389 2020-01-30T18:27:57Z 2020-01-30T18:27:57Z MEMBER

the reason for this is that we have bullet lists with more than one line per item. python setup.py sdist (and others) will reindent the lines not preceded by the bullet (-) to match the indent of the bullet.

Is there a reason why we put a string there instead of using something like file: README.rst?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release 0.15.0? 551484736
580318515 https://github.com/pydata/xarray/issues/3702#issuecomment-580318515 https://api.github.com/repos/pydata/xarray/issues/3702 MDEyOklzc3VlQ29tbWVudDU4MDMxODUxNQ== keewis 14808389 2020-01-30T15:53:10Z 2020-01-30T15:53:10Z MEMBER

no objections from me

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release 0.15.0? 551484736
575684379 https://github.com/pydata/xarray/issues/3702#issuecomment-575684379 https://api.github.com/repos/pydata/xarray/issues/3702 MDEyOklzc3VlQ29tbWVudDU3NTY4NDM3OQ== keewis 14808389 2020-01-17T15:58:42Z 2020-01-17T15:58:42Z MEMBER

I'd say all of the PRs related to #3594 (making all non-indexing tests pass and documentation) should be put into the same release. There is not too much to do so if I get about a week I can make sure all of them are ready for review / merge, but I'm also fine with not including them in 0.15

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release 0.15.0? 551484736

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