issue_comments
2 rows where author_association = "MEMBER", issue = 1110829504 and user = 14371165 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add seed kwarg to the tutorial scatter dataset · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1022502271 | https://github.com/pydata/xarray/pull/6184#issuecomment-1022502271 | https://api.github.com/repos/pydata/xarray/issues/6184 | IC_kwDOAMm_X8488iV_ | Illviljan 14371165 | 2022-01-26T19:03:52Z | 2022-01-26T19:03:52Z | MEMBER | Thanks for the reviews! Merging now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add seed kwarg to the tutorial scatter dataset 1110829504 | |
1018880128 | https://github.com/pydata/xarray/pull/6184#issuecomment-1018880128 | https://api.github.com/repos/pydata/xarray/issues/6184 | IC_kwDOAMm_X848uuCA | Illviljan 14371165 | 2022-01-21T21:33:12Z | 2022-01-22T10:40:36Z | MEMBER | Wasn't this dataset that was the root cause for my issues, was a rogue set() that changed orders... <s>I see now that the values that are randomized are converted to strings anyway so it doesn't matter if it's random or not.</s> The coords are converted to strings, but A and B uses the randomized values, so still relevant. We can merge this anyway the mypy issues was real and using the default_rng follows numpys recommendations better. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add seed kwarg to the tutorial scatter dataset 1110829504 |
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 1