home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 487746465 and user = 302469 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

  • QuLogic · 4 ✖

issue 1

  • Use drawstyle instead of linestyle in plot.step. · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
604139693 https://github.com/pydata/xarray/pull/3274#issuecomment-604139693 https://api.github.com/repos/pydata/xarray/issues/3274 MDEyOklzc3VlQ29tbWVudDYwNDEzOTY5Mw== QuLogic 302469 2020-03-25T23:20:18Z 2020-03-25T23:20:18Z CONTRIBUTOR

@pep8speaks seems a little broken... Line 328 is an empty line.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 1,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Use drawstyle instead of linestyle in plot.step. 487746465
603649349 https://github.com/pydata/xarray/pull/3274#issuecomment-603649349 https://api.github.com/repos/pydata/xarray/issues/3274 MDEyOklzc3VlQ29tbWVudDYwMzY0OTM0OQ== QuLogic 302469 2020-03-25T05:32:25Z 2020-03-25T05:32:25Z CONTRIBUTOR

Done.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Use drawstyle instead of linestyle in plot.step. 487746465
596016815 https://github.com/pydata/xarray/pull/3274#issuecomment-596016815 https://api.github.com/repos/pydata/xarray/issues/3274 MDEyOklzc3VlQ29tbWVudDU5NjAxNjgxNQ== QuLogic 302469 2020-03-07T00:13:29Z 2020-03-07T00:13:29Z CONTRIBUTOR

Sorry I lost track of this; I will rebase soon and update.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Use drawstyle instead of linestyle in plot.step. 487746465
535365202 https://github.com/pydata/xarray/pull/3274#issuecomment-535365202 https://api.github.com/repos/pydata/xarray/issues/3274 MDEyOklzc3VlQ29tbWVudDUzNTM2NTIwMg== QuLogic 302469 2019-09-26T06:50:57Z 2019-09-26T06:50:57Z CONTRIBUTOR

What does this mean? I couldn't find anything in the release notes...

https://matplotlib.org/api/api_changes.html#passing-a-line2d-s-drawstyle-together-with-the-linestyle-is-deprecated

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Use drawstyle instead of linestyle in plot.step. 487746465

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