issue_comments
7 rows where author_association = "MEMBER", issue = 101719623 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix contour color · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 136801819 | https://github.com/pydata/xarray/pull/538#issuecomment-136801819 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzNjgwMTgxOQ== | shoyer 1217238 | 2015-09-01T17:20:52Z | 2015-09-01T17:20:52Z | MEMBER | OK, this seems like a clear improvement so I'm going to merge. Thanks again for all your work here! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 | |
| 136519747 | https://github.com/pydata/xarray/pull/538#issuecomment-136519747 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzNjUxOTc0Nw== | shoyer 1217238 | 2015-08-31T22:40:55Z | 2015-08-31T22:40:55Z | MEMBER | @jhamman is the original designer of this API so perhaps he can clarify :). One possibly cleaner alternative is to have a separate |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 | |
| 136250265 | https://github.com/pydata/xarray/pull/538#issuecomment-136250265 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzNjI1MDI2NQ== | shoyer 1217238 | 2015-08-31T04:38:36Z | 2015-08-31T04:38:36Z | MEMBER | @rabernat indeed, your willingness to dive in here is highly appreciated! I think this is pretty close -- are there aspects that you're still unsure about? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 | |
| 136222754 | https://github.com/pydata/xarray/pull/538#issuecomment-136222754 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzNjIyMjc1NA== | shoyer 1217238 | 2015-08-31T00:34:04Z | 2015-08-31T00:34:04Z | MEMBER | I think this will be the first PR merged for v0.6.1. Could you add a brief note to the what's new documentation under a section for "API changes"? You'll need to create a new section for v0.6.1. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 | |
| 135140425 | https://github.com/pydata/xarray/pull/538#issuecomment-135140425 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzNTE0MDQyNQ== | shoyer 1217238 | 2015-08-26T19:01:31Z | 2015-08-26T19:01:31Z | MEMBER | Looks like you have commits from a few other changes (e.g., the 0.6 release) in this PR. Could you do a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 | |
| 134268144 | https://github.com/pydata/xarray/pull/538#issuecomment-134268144 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzNDI2ODE0NA== | shoyer 1217238 | 2015-08-24T16:07:15Z | 2015-08-24T16:38:25Z | MEMBER | We can do this as an interim fix, but I would prefer something more comprehensive:
- add |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 | |
| 132328908 | https://github.com/pydata/xarray/pull/538#issuecomment-132328908 | https://api.github.com/repos/pydata/xarray/issues/538 | MDEyOklzc3VlQ29tbWVudDEzMjMyODkwOA== | shoyer 1217238 | 2015-08-18T19:40:34Z | 2015-08-18T19:40:34Z | MEMBER | It would be very useful to have a test here to verify that the colors argument does the right thing. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix contour color 101719623 |
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