home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "NONE", issue = 619327957 and user = 20617032 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • aspitarl · 2 ✖

issue 1

  • make text wrap width an argument in label_from_attrs · 2 ✖

author_association 1

  • NONE · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
685859785 https://github.com/pydata/xarray/pull/4067#issuecomment-685859785 https://api.github.com/repos/pydata/xarray/issues/4067 MDEyOklzc3VlQ29tbWVudDY4NTg1OTc4NQ== aspitarl 20617032 2020-09-02T16:44:06Z 2020-09-02T16:44:06Z NONE

@TomNicholas Hi, any update on this being able to get implemented? Should I resolve the merge conflicts?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  make text wrap width an argument in label_from_attrs 619327957
630590932 https://github.com/pydata/xarray/pull/4067#issuecomment-630590932 https://api.github.com/repos/pydata/xarray/issues/4067 MDEyOklzc3VlQ29tbWVudDYzMDU5MDkzMg== aspitarl 20617032 2020-05-19T05:34:28Z 2020-05-19T05:34:28Z NONE

I have no plans to alter xarray further in ways that make use of this function. I have simply been importing the function for use on its own in scripts/notebooks and have needed to change the wrap width. I don't think it necessarily needs to be added to the public API.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  make text wrap width an argument in label_from_attrs 619327957

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