issue_comments
7 rows where author_association = "MEMBER" and issue = 514142439 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Dataset.map · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 552136887 | https://github.com/pydata/xarray/pull/3459#issuecomment-552136887 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU1MjEzNjg4Nw== | shoyer 1217238 | 2019-11-09T20:57:36Z | 2019-11-09T20:57:36Z | MEMBER | Looks good to me! |
{
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} |
Dataset.map 514142439 | |
| 552136153 | https://github.com/pydata/xarray/pull/3459#issuecomment-552136153 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU1MjEzNjE1Mw== | max-sixty 5635139 | 2019-11-09T20:50:22Z | 2019-11-09T20:50:22Z | MEMBER | Lmk if that was an "OK to merge" @shoyer ! Thanks |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.map 514142439 | |
| 552130320 | https://github.com/pydata/xarray/pull/3459#issuecomment-552130320 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU1MjEzMDMyMA== | max-sixty 5635139 | 2019-11-09T19:36:38Z | 2019-11-09T19:36:38Z | MEMBER | Ready to merge! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.map 514142439 | |
| 548957607 | https://github.com/pydata/xarray/pull/3459#issuecomment-548957607 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU0ODk1NzYwNw== | max-sixty 5635139 | 2019-11-01T21:30:17Z | 2019-11-01T21:31:14Z | MEMBER | This is ready for review, I'll add a whatsnew depending on whether we decide to do the same for GroupBy |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.map 514142439 | |
| 547670270 | https://github.com/pydata/xarray/pull/3459#issuecomment-547670270 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU0NzY3MDI3MA== | max-sixty 5635139 | 2019-10-29T23:13:51Z | 2019-10-29T23:13:51Z | MEMBER | I think docs stopped building and just froze (so timed out rather than erroring), and so the error wasn't reported up to Azure Pipelines. I got this from the log: ```
/usr/share/miniconda/envs/xarray-tests/bin/sphinx-build:1: DeprecationWarning: Dataset.apply is deprecated in favor of Dataset.map and will be changed or removed in a future version of xarray #!/usr/share/miniconda/envs/xarray-tests/bin/python3.7 <<<------------------------------------------------------------------------- /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.integrate:12: WARNING: Unexpected indentation. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interp:20: WARNING: Inline strong start-string without end-string. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interpolate_na:8: WARNING: Definition list ends without a blank line; unexpected unindent. Sphinx parallel build error:
RuntimeError: Non Expected warning in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.map 514142439 | |
| 547669307 | https://github.com/pydata/xarray/pull/3459#issuecomment-547669307 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU0NzY2OTMwNw== | max-sixty 5635139 | 2019-10-29T23:10:19Z | 2019-10-29T23:10:19Z | MEMBER | I see this in the GH Checks page (but, again, no test runs failed, apparently) ```python self = <xarray.tests.test_backends.TestPydapOnline object at 0x7fd9047f8518>
xarray/tests/test_backends.py:3137: /usr/share/miniconda/envs/xarray-tests/lib/python3.6/contextlib.py:81: in enter return next(self.gen) xarray/tests/test_backends.py:3191: in create_datasets actual = open_dataset(url, engine="pydap", kwargs) xarray/backends/api.py:504: in open_dataset store = backends.PydapDataStore.open(filename_or_obj, backend_kwargs) xarray/backends/pydap_.py:78: in open ds = pydap.client.open_url(url, session=session) /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/client.py:67: in open_url timeout).dataset /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/handlers/dap.py:54: in init raise_for_status(r) response = <Response at 0x7fd9045ac588 500 Internal Server Error>
/usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/net.py:39: HTTPError ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.map 514142439 | |
| 547668720 | https://github.com/pydata/xarray/pull/3459#issuecomment-547668720 | https://api.github.com/repos/pydata/xarray/issues/3459 | MDEyOklzc3VlQ29tbWVudDU0NzY2ODcyMA== | max-sixty 5635139 | 2019-10-29T23:08:03Z | 2019-10-29T23:08:03Z | MEMBER | I'm getting bemuisng test failures here! All the tests apart from docs say they pass, Docs says |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.map 514142439 |
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 2