issue_comments
3 rows where author_association = "MEMBER", issue = 357808970 and user = 1217238 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
455825759 | https://github.com/pydata/xarray/pull/2405#issuecomment-455825759 | https://api.github.com/repos/pydata/xarray/issues/2405 | MDEyOklzc3VlQ29tbWVudDQ1NTgyNTc1OQ== | shoyer 1217238 | 2019-01-20T00:06:21Z | 2019-01-20T00:06:21Z | MEMBER | I think this function mostly makes sense, but we would want to drop the stuff for scalar variables. Unfortunately I don't know a good way to fix this stuff short of auditing a lot of code manually -- this is a hazard of data model changes. On the plus side, I've also started to do some of this for the explicit index refactor. One thing that might turn up a few bugs is to try adding such a variable to the create_test_data() helper function which gets used in lots of places. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: don't create indexes on multidimensional dimensions 357808970 | |
419969570 | https://github.com/pydata/xarray/pull/2405#issuecomment-419969570 | https://api.github.com/repos/pydata/xarray/issues/2405 | MDEyOklzc3VlQ29tbWVudDQxOTk2OTU3MA== | shoyer 1217238 | 2018-09-10T16:10:27Z | 2018-09-10T16:49:51Z | MEMBER | It would be good to add a tests for these variables in:
- The |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: don't create indexes on multidimensional dimensions 357808970 | |
419960606 | https://github.com/pydata/xarray/pull/2405#issuecomment-419960606 | https://api.github.com/repos/pydata/xarray/issues/2405 | MDEyOklzc3VlQ29tbWVudDQxOTk2MDYwNg== | shoyer 1217238 | 2018-09-10T15:44:45Z | 2018-09-10T15:44:45Z | MEMBER | I turned up a few lines that probably need to be fixed, just by grepping for It looks like this change broke |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: don't create indexes on multidimensional dimensions 357808970 |
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