issue_comments
5 rows where issue = 543276677 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Tests for variables with units · 5 ✖
 
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 574754400 | https://github.com/pydata/xarray/pull/3654#issuecomment-574754400 | https://api.github.com/repos/pydata/xarray/issues/3654 | MDEyOklzc3VlQ29tbWVudDU3NDc1NDQwMA== | keewis 14808389 | 2020-01-15T16:59:00Z | 2020-01-15T16:59:00Z | MEMBER | thanks for the review, @dcherian  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Tests for variables with units 543276677 | |
| 574740754 | https://github.com/pydata/xarray/pull/3654#issuecomment-574740754 | https://api.github.com/repos/pydata/xarray/issues/3654 | MDEyOklzc3VlQ29tbWVudDU3NDc0MDc1NA== | keewis 14808389 | 2020-01-15T16:31:07Z | 2020-01-15T16:31:07Z | MEMBER | I'll merge once the tests pass.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Tests for variables with units 543276677 | |
| 572318759 | https://github.com/pydata/xarray/pull/3654#issuecomment-572318759 | https://api.github.com/repos/pydata/xarray/issues/3654 | MDEyOklzc3VlQ29tbWVudDU3MjMxODc1OQ== | keewis 14808389 | 2020-01-09T00:09:47Z | 2020-01-09T00:09:47Z | MEMBER | this should probably be merged before any of the other related PRs  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Tests for variables with units 543276677 | |
| 572317802 | https://github.com/pydata/xarray/pull/3654#issuecomment-572317802 | https://api.github.com/repos/pydata/xarray/issues/3654 | MDEyOklzc3VlQ29tbWVudDU3MjMxNzgwMg== | keewis 14808389 | 2020-01-09T00:06:02Z | 2020-01-09T00:06:02Z | MEMBER | the test failures are due to the pint update which means they should not be related. I'll mark them as xfail and fix them in the appropriate PR (#3611 for the   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Tests for variables with units 543276677 | |
| 572309210 | https://github.com/pydata/xarray/pull/3654#issuecomment-572309210 | https://api.github.com/repos/pydata/xarray/issues/3654 | MDEyOklzc3VlQ29tbWVudDU3MjMwOTIxMA== | keewis 14808389 | 2020-01-08T23:32:53Z | 2020-01-08T23:37:30Z | MEMBER | this should be ready for review and merge. Also, I found a few issues that I'm posting here so I won't forget about them:
* documentation:
  - the examples of  I can update the documentation, but I'd leave the revisiting of the dask issues (there are a lot of them) to someone else.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Tests for variables with units 543276677 | 
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