home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • dcherian · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
631606013 https://github.com/pydata/xarray/pull/4018#issuecomment-631606013 https://api.github.com/repos/pydata/xarray/issues/4018 MDEyOklzc3VlQ29tbWVudDYzMTYwNjAxMw== dcherian 2448579 2020-05-20T17:08:18Z 2020-05-20T17:08:18Z MEMBER

Yay. Thanks @blsqr. I see this is your first PR. welcome!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add NetCDF3 dtype coercion for unsigned integer types 610687463
625890207 https://github.com/pydata/xarray/pull/4018#issuecomment-625890207 https://api.github.com/repos/pydata/xarray/issues/4018 MDEyOklzc3VlQ29tbWVudDYyNTg5MDIwNw== dcherian 2448579 2020-05-08T16:09:46Z 2020-05-08T16:09:46Z MEMBER

LGTM. Thanks @blsqr

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add NetCDF3 dtype coercion for unsigned integer types 610687463
622468368 https://github.com/pydata/xarray/pull/4018#issuecomment-622468368 https://api.github.com/repos/pydata/xarray/issues/4018 MDEyOklzc3VlQ29tbWVudDYyMjQ2ODM2OA== dcherian 2448579 2020-05-01T16:53:15Z 2020-05-01T16:53:15Z MEMBER

If you are up for it, we'd love to add testing for that error in this PR.

I think NetCDF3Only is the right place to put it. It gets called by a number of test classes that inherit from NetCDF3Only. Add it there and see if things pass?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add NetCDF3 dtype coercion for unsigned integer types 610687463

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