home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR", issue = 1306795760 and user = 22195223 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

  • DanielGoman · 3 ✖

issue 1

  • improve docstrings with examples and links · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1276551898 https://github.com/pydata/xarray/issues/6793#issuecomment-1276551898 https://api.github.com/repos/pydata/xarray/issues/6793 IC_kwDOAMm_X85MFqLa DanielGoman 22195223 2022-10-12T18:08:28Z 2022-10-12T18:08:28Z CONTRIBUTOR

I have added several docstring examples in #7123, but the CI fails on some checks that (to me) don't seem related to the examples I added.

I'd appreciate if anybody could clarify this to me before I turn the draft to a PR :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  improve docstrings with examples and links 1306795760
1265498342 https://github.com/pydata/xarray/issues/6793#issuecomment-1265498342 https://api.github.com/repos/pydata/xarray/issues/6793 IC_kwDOAMm_X85Lbfjm DanielGoman 22195223 2022-10-03T14:07:31Z 2022-10-03T14:07:31Z CONTRIBUTOR

Excellent, I'll start working on it, thank you!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  improve docstrings with examples and links 1306795760
1265413908 https://github.com/pydata/xarray/issues/6793#issuecomment-1265413908 https://api.github.com/repos/pydata/xarray/issues/6793 IC_kwDOAMm_X85LbK8U DanielGoman 22195223 2022-10-03T13:08:37Z 2022-10-03T13:08:37Z CONTRIBUTOR

Hello :) I'm new to open source contribution. I'd like to work on this issue. As far as I understand, all there is to do is to add examples to the documentation and to verify the correctness of those examples. Am I correct?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  improve docstrings with examples and links 1306795760

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