issue_comments
4 rows where author_association = "MEMBER", issue = 1084220684 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
998973316 | https://github.com/pydata/xarray/pull/6086#issuecomment-998973316 | https://api.github.com/repos/pydata/xarray/issues/6086 | IC_kwDOAMm_X847ix-E | TomNicholas 35968931 | 2021-12-21T17:43:11Z | 2021-12-23T04:12:48Z | MEMBER |
It seems I can make that check pass very easily, because this already works somehow, even though they aren't considered subtypes :confused: ```python In [1]: from xarray.core.utils import CopyableMutableMapping In [2]: d = {} In [3]: isinstance(d, CopyableMutableMapping) Out[3]: True ```
Changing Still have a bunch of errors like this though
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Type protocol for internal variable mapping 1084220684 | |
998226035 | https://github.com/pydata/xarray/pull/6086#issuecomment-998226035 | https://api.github.com/repos/pydata/xarray/issues/6086 | IC_kwDOAMm_X847f7hz | TomNicholas 35968931 | 2021-12-20T19:56:34Z | 2021-12-20T19:56:34Z | MEMBER |
Thanks, but no rush! I write these comments just as much for my benefit as for anyone else's.
Sure, just done it in https://github.com/pydata/xarray/pull/6086/commits/1376ed9ffe756feefedd8e07e4068c7614ba39bb, though there might be other places that need it as a result. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Type protocol for internal variable mapping 1084220684 | |
998193097 | https://github.com/pydata/xarray/pull/6086#issuecomment-998193097 | https://api.github.com/repos/pydata/xarray/issues/6086 | IC_kwDOAMm_X847fzfJ | TomNicholas 35968931 | 2021-12-20T19:04:38Z | 2021-12-20T19:04:38Z | MEMBER | I started adding the test implementation, but when I run the new test I get the exact ``` ds = <xarray.Dataset> Dimensions: () Data variables: a int64 0 b int64 1
/home/tom/Documents/Work/Code/xarray/xarray/testing.py:309: AssertionError
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Type protocol for internal variable mapping 1084220684 | |
998127749 | https://github.com/pydata/xarray/pull/6086#issuecomment-998127749 | https://api.github.com/repos/pydata/xarray/issues/6086 | IC_kwDOAMm_X847fjiF | TomNicholas 35968931 | 2021-12-20T17:24:43Z | 2021-12-20T17:24:43Z | MEMBER | Thanks @max-sixty . Unfortunately changing
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Type protocol for internal variable mapping 1084220684 |
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