issue_comments
10 rows where author_association = "MEMBER" and issue = 634700536 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix: apply_ufunc with exclude_dims and vectorize · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
676492230 | https://github.com/pydata/xarray/pull/4130#issuecomment-676492230 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjQ5MjIzMA== | mathause 10194086 | 2020-08-19T15:20:56Z | 2020-08-19T15:20:56Z | MEMBER | Thanks @keewis! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676491787 | https://github.com/pydata/xarray/pull/4130#issuecomment-676491787 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjQ5MTc4Nw== | keewis 14808389 | 2020-08-19T15:20:12Z | 2020-08-19T15:20:12Z | MEMBER | the merge seems to have fixed it. Not sure why it didn't work before. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676443786 | https://github.com/pydata/xarray/pull/4130#issuecomment-676443786 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjQ0Mzc4Ng== | keewis 14808389 | 2020-08-19T14:25:10Z | 2020-08-19T14:25:10Z | MEMBER | thanks, @kmuehlbauer, good spot. However, that seems to come from the PR build (see also https://readthedocs.org/projects/xray/builds/11695402/, which doesn't fail), so I guess there has to be something in the code that changes the version. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676430732 | https://github.com/pydata/xarray/pull/4130#issuecomment-676430732 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjQzMDczMg== | kmuehlbauer 5821660 | 2020-08-19T14:16:29Z | 2020-08-19T14:16:29Z | MEMBER | @keewis In the xarray setup there is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676423524 | https://github.com/pydata/xarray/pull/4130#issuecomment-676423524 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjQyMzUyNA== | keewis 14808389 | 2020-08-19T14:11:51Z | 2020-08-19T14:11:51Z | MEMBER | on my own setup the build completes: https://readthedocs.org/projects/xarray-keewis/builds/11696307/ So this is definitely an issue with the setup, but I don't know how to fix that... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676390398 | https://github.com/pydata/xarray/pull/4130#issuecomment-676390398 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjM5MDM5OA== | mathause 10194086 | 2020-08-19T13:49:54Z | 2020-08-19T13:49:54Z | MEMBER | But unfortunately this doesn't help :( If you have another idea I am all ears. But anyways it should not stop anyone from reviewing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676334438 | https://github.com/pydata/xarray/pull/4130#issuecomment-676334438 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjMzNDQzOA== | mathause 10194086 | 2020-08-19T13:12:42Z | 2020-08-19T13:12:42Z | MEMBER | Thanks keewis! I don't think I would have figured that out. I pushed the tags to my fork. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676226637 | https://github.com/pydata/xarray/pull/4130#issuecomment-676226637 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjIyNjYzNw== | keewis 14808389 | 2020-08-19T11:57:06Z | 2020-08-19T12:01:02Z | MEMBER |
Unfortunately not. The build timed out after the error and the traceback is visible. My own setup doesn't time out on errors, so I asked support to help fix that. They removed stale memory constraints (which is why the traceback is visible), but somehow the build still times out on errors. In this case Edit: to re-trigger RTD, we have to close and reopen the PR; they don't allow rerunning a PR build |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
676204299 | https://github.com/pydata/xarray/pull/4130#issuecomment-676204299 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY3NjIwNDI5OQ== | mathause 10194086 | 2020-08-19T11:40:43Z | 2020-08-19T11:40:43Z | MEMBER | Inplemented @shoyer's suggestion to add |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 | |
643967598 | https://github.com/pydata/xarray/pull/4130#issuecomment-643967598 | https://api.github.com/repos/pydata/xarray/issues/4130 | MDEyOklzc3VlQ29tbWVudDY0Mzk2NzU5OA== | mathause 10194086 | 2020-06-15T07:57:18Z | 2020-06-15T07:57:18Z | MEMBER | Sounds good. I can move |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix: apply_ufunc with exclude_dims and vectorize 634700536 |
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