home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 514529201 and user = 20254164 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

  • mickaellalande · 5 ✖

issue 1

  • Error in leap year? · 5 ✖

author_association 1

  • CONTRIBUTOR 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
548260269 https://github.com/pydata/xarray/pull/3464#issuecomment-548260269 https://api.github.com/repos/pydata/xarray/issues/3464 MDEyOklzc3VlQ29tbWVudDU0ODI2MDI2OQ== mickaellalande 20254164 2019-10-31T08:17:58Z 2019-10-31T11:09:56Z CONTRIBUTOR

Thanks all of you guys to be patient and for your explanations :) Last question: can I archive or delete the mickaellalande/xarray repository on my account now?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error in leap year? 514529201
547918686 https://github.com/pydata/xarray/pull/3464#issuecomment-547918686 https://api.github.com/repos/pydata/xarray/issues/3464 MDEyOklzc3VlQ29tbWVudDU0NzkxODY4Ng== mickaellalande 20254164 2019-10-30T14:01:46Z 2019-10-30T14:01:46Z CONTRIBUTOR

Ok I made it back to the branch "patch-1"

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error in leap year? 514529201
547914057 https://github.com/pydata/xarray/pull/3464#issuecomment-547914057 https://api.github.com/repos/pydata/xarray/issues/3464 MDEyOklzc3VlQ29tbWVudDU0NzkxNDA1Nw== mickaellalande 20254164 2019-10-30T13:52:42Z 2019-10-30T13:52:42Z CONTRIBUTOR

Should I update the whatsnewt on pydata/xarray or mickaellalande/xarray? I did it only on mine.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error in leap year? 514529201
547909240 https://github.com/pydata/xarray/pull/3464#issuecomment-547909240 https://api.github.com/repos/pydata/xarray/issues/3464 MDEyOklzc3VlQ29tbWVudDU0NzkwOTI0MA== mickaellalande 20254164 2019-10-30T13:43:04Z 2019-10-30T13:43:04Z CONTRIBUTOR

I have no idea if I did the right thing... I changed the 'base' to master on this pull request and also on the repository : mickaellalande/xarray that was created. I don't know if had to do both? Let me know if I'm doing a mess...

I also changed the whatsnew from that repository (mickaellalande/xarray) and wrote: "Fix leap year (http://xarray.pydata.org/en/stable/examples/monthly-means.html) by Mickaël Lalande." under "Documentation".

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error in leap year? 514529201
547891712 https://github.com/pydata/xarray/pull/3464#issuecomment-547891712 https://api.github.com/repos/pydata/xarray/issues/3464 MDEyOklzc3VlQ29tbWVudDU0Nzg5MTcxMg== mickaellalande 20254164 2019-10-30T13:03:51Z 2019-10-30T13:03:51Z CONTRIBUTOR

Hi @max-sixty, thanks for the quick answer. It's my first contribution to Github repository other than mine so I'm not familiar with everything and git too. Can you detail me how to "change the 'base' of your PR to master" and where I "add a change & your name to whatsnew"?

Thanks in advance.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error in leap year? 514529201

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