issue_comments
4 rows where issue = 1260047355 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Obscure h5netcdf http serialization issue with python's http.server · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1146377099 | https://github.com/pydata/xarray/issues/6662#issuecomment-1146377099 | https://api.github.com/repos/pydata/xarray/issues/6662 | IC_kwDOAMm_X85EVFOL | rabernat 1197350 | 2022-06-03T21:30:48Z | 2022-06-03T21:30:48Z | MEMBER | Following up on the suggestion from @shoyer in to not use a context manager, if I redefine my function as ```python def open_pickle_and_reload(path): of = fsspec.open(path, mode='rb').open() ds1 = xr.open_dataset(of, engine='h5netcdf')
``` ...it appears to work fine. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Obscure h5netcdf http serialization issue with python's http.server 1260047355 | |
| 1146184372 | https://github.com/pydata/xarray/issues/6662#issuecomment-1146184372 | https://api.github.com/repos/pydata/xarray/issues/6662 | IC_kwDOAMm_X85EUWK0 | rabernat 1197350 | 2022-06-03T17:05:00Z | 2022-06-03T17:06:26Z | MEMBER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Obscure h5netcdf http serialization issue with python's http.server 1260047355 | |
| 1146119478 | https://github.com/pydata/xarray/issues/6662#issuecomment-1146119478 | https://api.github.com/repos/pydata/xarray/issues/6662 | IC_kwDOAMm_X85EUGU2 | rabernat 1197350 | 2022-06-03T16:04:21Z | 2022-06-03T16:05:40Z | MEMBER | The
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Obscure h5netcdf http serialization issue with python's http.server 1260047355 | |
| 1146099479 | https://github.com/pydata/xarray/issues/6662#issuecomment-1146099479 | https://api.github.com/repos/pydata/xarray/issues/6662 | IC_kwDOAMm_X85EUBcX | rabernat 1197350 | 2022-06-03T15:54:34Z | 2022-06-03T15:54:34Z | MEMBER |
Don't think that's it.
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Obscure h5netcdf http serialization issue with python's http.server 1260047355 |
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