home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 400948664 and user = 306380 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • mrocklin · 3 ✖

issue 1

  • Xarray tutorial at SciPy 2019? · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
603635112 https://github.com/pydata/xarray/issues/2692#issuecomment-603635112 https://api.github.com/repos/pydata/xarray/issues/2692 MDEyOklzc3VlQ29tbWVudDYwMzYzNTExMg== mrocklin 306380 2020-03-25T04:34:26Z 2020-03-25T04:34:26Z MEMBER

Gah!

On Tue, Mar 24, 2020 at 8:17 PM Joe Hamman notifications@github.com wrote:

Irony of ironies. We resubmitted our tutorial proposal this year. It was accepted (yay!) BUT there is a good chance the conference will be rescheduled/canceled/virtual. I'll keep this issue updated as more details become available.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/2692#issuecomment-603617181, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKZTCW7AK7S3N5J7BDI43RJFZU7ANCNFSM4GRDTOIA .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Xarray tutorial at SciPy 2019? 400948664
484178174 https://github.com/pydata/xarray/issues/2692#issuecomment-484178174 https://api.github.com/repos/pydata/xarray/issues/2692 MDEyOklzc3VlQ29tbWVudDQ4NDE3ODE3NA== mrocklin 306380 2019-04-17T17:06:37Z 2019-04-17T17:06:37Z MEMBER

There is usually a BoF at the end of the conference around planning for the next conference. I suggest that a few of us show up and see if we can get engaged in the process for next year.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Xarray tutorial at SciPy 2019? 400948664
478290795 https://github.com/pydata/xarray/issues/2692#issuecomment-478290795 https://api.github.com/repos/pydata/xarray/issues/2692 MDEyOklzc3VlQ29tbWVudDQ3ODI5MDc5NQ== mrocklin 306380 2019-03-30T21:28:28Z 2019-03-30T21:28:28Z MEMBER

Looking at the tutorial schedule it looks like it was not accepted, but that there is a TBA slot. Any information here @jhamman ? Did you all receive a rejection response?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Xarray tutorial at SciPy 2019? 400948664

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