issue_comments
6 rows where issue = 883153591 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Clean up and enhance plot method docstrings · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
843176731 | https://github.com/pydata/xarray/pull/5285#issuecomment-843176731 | https://api.github.com/repos/pydata/xarray/issues/5285 | MDEyOklzc3VlQ29tbWVudDg0MzE3NjczMQ== | zmoon 15079414 | 2021-05-18T13:34:43Z | 2021-05-18T13:34:43Z | CONTRIBUTOR | @dcherian @keewis any comments/suggestions on the currently unresolved comments? Or is this good to go? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clean up and enhance plot method docstrings 883153591 | |
840732698 | https://github.com/pydata/xarray/pull/5285#issuecomment-840732698 | https://api.github.com/repos/pydata/xarray/issues/5285 | MDEyOklzc3VlQ29tbWVudDg0MDczMjY5OA== | max-sixty 5635139 | 2021-05-13T18:03:55Z | 2021-05-13T18:03:55Z | MEMBER |
I agree many of these could be cleaned up. They do probably need a deprecation cycle though — i.e. checking for the previous args, warning if they're supplied, and then only later removing them. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clean up and enhance plot method docstrings 883153591 | |
840707224 | https://github.com/pydata/xarray/pull/5285#issuecomment-840707224 | https://api.github.com/repos/pydata/xarray/issues/5285 | MDEyOklzc3VlQ29tbWVudDg0MDcwNzIyNA== | dcherian 2448579 | 2021-05-13T17:20:22Z | 2021-05-13T17:20:22Z | MEMBER |
Sounds good to me. I wish I'd thought of this when implementing quiver :) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clean up and enhance plot method docstrings 883153591 | |
840705544 | https://github.com/pydata/xarray/pull/5285#issuecomment-840705544 | https://api.github.com/repos/pydata/xarray/issues/5285 | MDEyOklzc3VlQ29tbWVudDg0MDcwNTU0NA== | zmoon 15079414 | 2021-05-13T17:17:35Z | 2021-05-13T17:17:35Z | CONTRIBUTOR |
I can put the positional The positional |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clean up and enhance plot method docstrings 883153591 | |
840644935 | https://github.com/pydata/xarray/pull/5285#issuecomment-840644935 | https://api.github.com/repos/pydata/xarray/issues/5285 | MDEyOklzc3VlQ29tbWVudDg0MDY0NDkzNQ== | zmoon 15079414 | 2021-05-13T15:37:57Z | 2021-05-13T15:37:57Z | CONTRIBUTOR | The RTD is failing with
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clean up and enhance plot method docstrings 883153591 | |
840534009 | https://github.com/pydata/xarray/pull/5285#issuecomment-840534009 | https://api.github.com/repos/pydata/xarray/issues/5285 | MDEyOklzc3VlQ29tbWVudDg0MDUzNDAwOQ== | zmoon 15079414 | 2021-05-13T12:51:16Z | 2021-05-13T12:51:16Z | CONTRIBUTOR | Thanks @mathause for the review.
Yes, I suppose it would break it for anyone who was using
It works both ways (I've been building locally to check things), but I can certainly add in the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clean up and enhance plot method docstrings 883153591 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 3