home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 563762277 and user = 1217238 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

  • shoyer · 2 ✖

issue 1

  • ArviZ Dev Xarray Dev Get Together? · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
586381452 https://github.com/pydata/xarray/issues/3765#issuecomment-586381452 https://api.github.com/repos/pydata/xarray/issues/3765 MDEyOklzc3VlQ29tbWVudDU4NjM4MTQ1Mg== shoyer 1217238 2020-02-14T17:12:39Z 2020-02-14T17:12:39Z MEMBER

You can reach me at my github username at gmail.com :).

On Fri, Feb 14, 2020 at 9:08 AM Ravin Kumar notifications@github.com wrote:

@shoyer https://github.com/shoyer Thanks for the offer, I live in Socal and come to the Bay Area often so I will definitely take you up on that offer. Let me know if there's some good way to contact you, I'm assuming Github issues might be inappropriate :)

@dcherian https://github.com/dcherian I'll circle back with all the folks in ArviZ and we'll get a proposed agenda. Will post again here within a week

And lastly it sounds like scipy is the front running candidate for a conference. Which now means I really need to submit a talk or tutorial today.......

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/3765?email_source=notifications&email_token=AAJJFVQNMBE5A2IJKKVX6TTRC3FZ3A5CNFSM4KTS6W62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELZXEWI#issuecomment-586379865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJJFVS2JO6TKJGA6W4YVJTRC3FZ3ANCNFSM4KTS6W6Q .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ArviZ Dev Xarray Dev Get Together? 563762277
586125672 https://github.com/pydata/xarray/issues/3765#issuecomment-586125672 https://api.github.com/repos/pydata/xarray/issues/3765 MDEyOklzc3VlQ29tbWVudDU4NjEyNTY3Mg== shoyer 1217238 2020-02-14T07:00:32Z 2020-02-14T07:00:32Z MEMBER

I’ll probably be at SciPy this year too, at least if my talk(s) get accepted! Would be happy to do a brief call, too.

I know @ColCarroll just joined me at Google, so if he ever makes it out to Mountain View he should hit me up for lunch/coffee. Actually that holds anyone else who works on Python open source for scientific computing, too!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ArviZ Dev Xarray Dev Get Together? 563762277

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