issue_comments
5 rows where author_association = "MEMBER" and issue = 1285001323 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- open_dataset segfaults when opening hdf5 with array of strings · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1167548711 | https://github.com/pydata/xarray/issues/6728#issuecomment-1167548711 | https://api.github.com/repos/pydata/xarray/issues/6728 | IC_kwDOAMm_X85Fl2En | dcherian 2448579 | 2022-06-27T16:10:20Z | 2022-06-27T16:10:20Z | MEMBER | Thanks @kmuehlbauer |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_dataset segfaults when opening hdf5 with array of strings 1285001323 | |
| 1167398217 | https://github.com/pydata/xarray/issues/6728#issuecomment-1167398217 | https://api.github.com/repos/pydata/xarray/issues/6728 | IC_kwDOAMm_X85FlRVJ | kmuehlbauer 5821660 | 2022-06-27T14:06:27Z | 2022-06-27T14:06:27Z | MEMBER | Possibly related issue: https://github.com/pydata/xarray/issues/5706 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_dataset segfaults when opening hdf5 with array of strings 1285001323 | |
| 1167339640 | https://github.com/pydata/xarray/issues/6728#issuecomment-1167339640 | https://api.github.com/repos/pydata/xarray/issues/6728 | IC_kwDOAMm_X85FlDB4 | keewis 14808389 | 2022-06-27T13:15:25Z | 2022-06-27T13:15:25Z | MEMBER | the segfault should definitely be reported upstream (Unidata/netcdf4-python, I think), but we can also try to avoid hitting this or the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_dataset segfaults when opening hdf5 with array of strings 1285001323 | |
| 1167320520 | https://github.com/pydata/xarray/issues/6728#issuecomment-1167320520 | https://api.github.com/repos/pydata/xarray/issues/6728 | IC_kwDOAMm_X85Fk-XI | mathause 10194086 | 2022-06-27T12:57:52Z | 2022-06-27T12:57:52Z | MEMBER | Can you reproduce this without xarray? It should probably be reported upstream? (In the netCDF4 repo?) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_dataset segfaults when opening hdf5 with array of strings 1285001323 | |
| 1166635630 | https://github.com/pydata/xarray/issues/6728#issuecomment-1166635630 | https://api.github.com/repos/pydata/xarray/issues/6728 | IC_kwDOAMm_X85FiXJu | keewis 14808389 | 2022-06-26T20:22:01Z | 2022-06-26T20:49:46Z | MEMBER | Can you check if that's due to the new version of Edit: I can successfully reproduce if I use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_dataset segfaults when opening hdf5 with array of strings 1285001323 |
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 4