home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 663968779 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

user 1

  • shoyer · 4 ✖

issue 1

  • [community] Backends refactor meeting · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
682295363 https://github.com/pydata/xarray/issues/4253#issuecomment-682295363 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDY4MjI5NTM2Mw== shoyer 1217238 2020-08-28T02:51:29Z 2020-08-28T02:51:29Z MEMBER

Should we try for Thursday at 8am Los Angeles next week, that is on September 3?

As long as you are actively working on things, my preference would be to keep a regular weekly check-in so you aren't blocked, and we have time to go into more depth than we would in the regular community meeting.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779
680591140 https://github.com/pydata/xarray/issues/4253#issuecomment-680591140 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDY4MDU5MTE0MA== shoyer 1217238 2020-08-26T04:32:51Z 2020-08-26T04:32:51Z MEMBER

I really should have scheduled this already!

Extrapolating availability from the doodle, let's try for 8am America/Los Angeles this Thursday, Aug 27. @alexamici your team is the most critical group for this, please let me know if that won't work and we can revisit.

@jhamman can you help put this on the calendar?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779
672004858 https://github.com/pydata/xarray/issues/4253#issuecomment-672004858 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDY3MjAwNDg1OA== shoyer 1217238 2020-08-11T15:10:24Z 2020-08-11T15:10:24Z MEMBER

Quick update — BOpen is currently on holiday, so we’re going to start this up regularly the week of August 24.

On Tue, Aug 11, 2020 at 6:31 AM keewis notifications@github.com wrote:

Any updates on this? The poll currently has Thu, Aug 13 8:00-8:30 PDT (17:00-17:30 CEST) as the only scheduling option that suits everyone.

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

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779
670053178 https://github.com/pydata/xarray/issues/4253#issuecomment-670053178 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDY3MDA1MzE3OA== shoyer 1217238 2020-08-06T16:59:47Z 2020-08-06T16:59:47Z MEMBER

As discussed in the last xarray meeting, we'd like to make this a recurring weekly meeting, for most of the duration of the CZI grant.

I'm tentatively thinking 30 minutes but we can adjust if need be.

Here's a doodle with some scheduling options that should work in both the west coast of the US and Europe: https://doodle.com/poll/tprri5z65vgy792b

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779

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