issue_comments
3 rows where author_association = "CONTRIBUTOR", issue = 199900056 and user = 731499 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Fixes OS error arising from too many files open · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 287099757 | https://github.com/pydata/xarray/pull/1198#issuecomment-287099757 | https://api.github.com/repos/pydata/xarray/issues/1198 | MDEyOklzc3VlQ29tbWVudDI4NzA5OTc1Nw== | vnoel 731499 | 2017-03-16T15:46:14Z | 2017-03-16T15:46:14Z | CONTRIBUTOR | with that keyword the open_mfdataset goes through ! my code crashes later because the data is too big to fit in memory, but that's another problem ;-) |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fixes OS error arising from too many files open 199900056 | |
| 287058651 | https://github.com/pydata/xarray/pull/1198#issuecomment-287058651 | https://api.github.com/repos/pydata/xarray/issues/1198 | MDEyOklzc3VlQ29tbWVudDI4NzA1ODY1MQ== | vnoel 731499 | 2017-03-16T13:37:05Z | 2017-03-16T13:37:05Z | CONTRIBUTOR | Hey @pwolfram, I installed your branch and tried to I got the following:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fixes OS error arising from too many files open 199900056 | |
| 277276242 | https://github.com/pydata/xarray/pull/1198#issuecomment-277276242 | https://api.github.com/repos/pydata/xarray/issues/1198 | MDEyOklzc3VlQ29tbWVudDI3NzI3NjI0Mg== | vnoel 731499 | 2017-02-03T15:27:04Z | 2017-02-03T15:27:04Z | CONTRIBUTOR | I'm just chiming in to signify my interest in seeing this issue solved. I have just hit "OSError: Too many open files". The data itself is not even huge, but it's scattered across many files and it's a PITA to revert to manual concatenation -- I've grown used to dask doing the work for me ;-) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fixes OS error arising from too many files open 199900056 |
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