issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 686495257 and user = 6875882 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Use deepcopy recursively on numpy arrays · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
682038763 | https://github.com/pydata/xarray/pull/4379#issuecomment-682038763 | https://api.github.com/repos/pydata/xarray/issues/4379 | MDEyOklzc3VlQ29tbWVudDY4MjAzODc2Mw== | darikg 6875882 | 2020-08-27T15:58:49Z | 2020-08-27T15:58:49Z | CONTRIBUTOR | Thanks for everybody's help! Also just wanted to say, you guys have an incredible test suite. |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 1, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use deepcopy recursively on numpy arrays 686495257 | |
681999585 | https://github.com/pydata/xarray/pull/4379#issuecomment-681999585 | https://api.github.com/repos/pydata/xarray/issues/4379 | MDEyOklzc3VlQ29tbWVudDY4MTk5OTU4NQ== | darikg 6875882 | 2020-08-27T14:52:27Z | 2020-08-27T14:52:27Z | CONTRIBUTOR | I went with @keewis's last suggestion because I think it makes the most sense for deepcopy to behave as expected even with older versions of numpy |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use deepcopy recursively on numpy arrays 686495257 | |
681097210 | https://github.com/pydata/xarray/pull/4379#issuecomment-681097210 | https://api.github.com/repos/pydata/xarray/issues/4379 | MDEyOklzc3VlQ29tbWVudDY4MTA5NzIxMA== | darikg 6875882 | 2020-08-26T20:08:43Z | 2020-08-26T20:08:43Z | CONTRIBUTOR | Oh, sorry, I actually can reproduce it locally. Turns out arrays in numpy 1.15 don't have
could just be
But I'm not familiar with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use deepcopy recursively on numpy arrays 686495257 | |
681041552 | https://github.com/pydata/xarray/pull/4379#issuecomment-681041552 | https://api.github.com/repos/pydata/xarray/issues/4379 | MDEyOklzc3VlQ29tbWVudDY4MTA0MTU1Mg== | darikg 6875882 | 2020-08-26T18:13:32Z | 2020-08-26T18:13:32Z | CONTRIBUTOR | Weird, I can't reproduce that locally, even after reverting to numpy 1.15. Trying with a non-object class |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use deepcopy recursively on numpy arrays 686495257 |
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