home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 748379763 and user = 24938400 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 1

  • yashsaboo · 6 ✖

issue 1

  • plot tests: ensure all figures are closed · 6 ✖

author_association 1

  • CONTRIBUTOR 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
734802557 https://github.com/pydata/xarray/pull/4600#issuecomment-734802557 https://api.github.com/repos/pydata/xarray/issues/4600 MDEyOklzc3VlQ29tbWVudDczNDgwMjU1Nw== yashsaboo 24938400 2020-11-27T12:03:15Z 2020-11-27T12:03:15Z CONTRIBUTOR

It was our pleasure. Thanks @mathause for all the help! :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  plot tests: ensure all figures are closed 748379763
734498551 https://github.com/pydata/xarray/pull/4600#issuecomment-734498551 https://api.github.com/repos/pydata/xarray/issues/4600 MDEyOklzc3VlQ29tbWVudDczNDQ5ODU1MQ== yashsaboo 24938400 2020-11-26T22:37:36Z 2020-11-26T22:37:36Z CONTRIBUTOR

Thanks @max-sixty!! We have updated the whats-new file too now.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  plot tests: ensure all figures are closed 748379763
733940666 https://github.com/pydata/xarray/pull/4600#issuecomment-733940666 https://api.github.com/repos/pydata/xarray/issues/4600 MDEyOklzc3VlQ29tbWVudDczMzk0MDY2Ng== yashsaboo 24938400 2020-11-25T20:53:06Z 2020-11-25T20:53:06Z CONTRIBUTOR

Sounds good @mathause. Thanks again! :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  plot tests: ensure all figures are closed 748379763
733343703 https://github.com/pydata/xarray/pull/4600#issuecomment-733343703 https://api.github.com/repos/pydata/xarray/issues/4600 MDEyOklzc3VlQ29tbWVudDczMzM0MzcwMw== yashsaboo 24938400 2020-11-25T00:16:20Z 2020-11-25T00:16:20Z CONTRIBUTOR

Thanks, @keewis for bringing that point up. We were aware of test_plot_transposed_nondim_coord polluter but were still investigating the test cases it was polluting. FYI, you can try this --random-order-seed=846619. Please feel free to give more suggestions. Highly appreciate it! @mathause, we have implemented all of the above changes. Thanks a lot again! :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  plot tests: ensure all figures are closed 748379763
732469302 https://github.com/pydata/xarray/pull/4600#issuecomment-732469302 https://api.github.com/repos/pydata/xarray/issues/4600 MDEyOklzc3VlQ29tbWVudDczMjQ2OTMwMg== yashsaboo 24938400 2020-11-23T22:44:21Z 2020-11-23T22:44:21Z CONTRIBUTOR

Thanks a lot again for the feedback. Appreciate it! We have made the necessary changes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  plot tests: ensure all figures are closed 748379763
732409466 https://github.com/pydata/xarray/pull/4600#issuecomment-732409466 https://api.github.com/repos/pydata/xarray/issues/4600 MDEyOklzc3VlQ29tbWVudDczMjQwOTQ2Ng== yashsaboo 24938400 2020-11-23T20:31:21Z 2020-11-23T20:31:21Z CONTRIBUTOR

Thanks a lot for the feedback. We have addressed all the above issues and made the necessary changes. Please let us know your thoughts on these new changes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  plot tests: ensure all figures are closed 748379763

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