issue_comments
5 rows where author_association = "MEMBER", issue = 398041758 and user = 6628425 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- enable internal plotting with cftime datetime · 5 ✖
 
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 457792344 | https://github.com/pydata/xarray/pull/2665#issuecomment-457792344 | https://api.github.com/repos/pydata/xarray/issues/2665 | MDEyOklzc3VlQ29tbWVudDQ1Nzc5MjM0NA== | spencerkclark 6628425 | 2019-01-26T02:16:58Z | 2019-01-26T02:16:58Z | MEMBER | I think it would make sense to follow this example, but use  and add some decorators to skip the tests if the needed packages (cftime and nc-time-axis) are not installed.    | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    enable internal plotting with cftime datetime 398041758 | |
| 457592632 | https://github.com/pydata/xarray/pull/2665#issuecomment-457592632 | https://api.github.com/repos/pydata/xarray/issues/2665 | MDEyOklzc3VlQ29tbWVudDQ1NzU5MjYzMg== | spencerkclark 6628425 | 2019-01-25T14:38:35Z | 2019-01-25T14:38:35Z | MEMBER | @jbusecke SciTools/nc-time-axis#42 has been merged, and a new release has been made (it's already available on conda-forge)!  It would be great if you could update this PR to use this latest version of nc-time-axis -- you should no longer need to convert dates to  Thanks again @lbdreyer for your help.  | 
                
                    {
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    enable internal plotting with cftime datetime 398041758 | |
| 456902372 | https://github.com/pydata/xarray/pull/2665#issuecomment-456902372 | https://api.github.com/repos/pydata/xarray/issues/2665 | MDEyOklzc3VlQ29tbWVudDQ1NjkwMjM3Mg== | spencerkclark 6628425 | 2019-01-23T17:55:52Z | 2019-01-23T17:55:52Z | MEMBER | I agree @dcherian; I just pinged the PR again, but if there is no activity there by this time next week, I think we should probably move forward here.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    enable internal plotting with cftime datetime 398041758 | |
| 453314045 | https://github.com/pydata/xarray/pull/2665#issuecomment-453314045 | https://api.github.com/repos/pydata/xarray/issues/2665 | MDEyOklzc3VlQ29tbWVudDQ1MzMxNDA0NQ== | spencerkclark 6628425 | 2019-01-11T00:16:49Z | 2019-01-11T00:38:44Z | MEMBER | 
 I appreciate it @jhamman; we'll see what happens there. 
 Or this PR could be amended :).  We'd still need to make some changes to xarray along the lines of what you've started on here for the optional import of nc-time-axis, addition of  
 
 If you're in pinch I think things would work here if you passed   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    enable internal plotting with cftime datetime 398041758 | |
| 453293382 | https://github.com/pydata/xarray/pull/2665#issuecomment-453293382 | https://api.github.com/repos/pydata/xarray/issues/2665 | MDEyOklzc3VlQ29tbWVudDQ1MzI5MzM4Mg== | spencerkclark 6628425 | 2019-01-10T23:09:10Z | 2019-01-10T23:09:10Z | MEMBER | Note I have a PR open in nc-time-axis, which enables plotting of  That said, I'm not sure if/when it will be merged, so it probably makes sense to go forward with this approach for now.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    enable internal plotting with cftime datetime 398041758 | 
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