issue_comments
5 rows where issue = 1284071791 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix .chunks loading lazy backed array data · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1170451917 | https://github.com/pydata/xarray/pull/6721#issuecomment-1170451917 | https://api.github.com/repos/pydata/xarray/issues/6721 | IC_kwDOAMm_X85Fw63N | rabernat 1197350 | 2022-06-29T20:15:15Z | 2022-06-29T20:15:15Z | MEMBER | Awesome work! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix .chunks loading lazy backed array data 1284071791 | |
| 1170444562 | https://github.com/pydata/xarray/pull/6721#issuecomment-1170444562 | https://api.github.com/repos/pydata/xarray/issues/6721 | IC_kwDOAMm_X85Fw5ES | andersy005 13301940 | 2022-06-29T20:06:30Z | 2022-06-29T20:06:30Z | MEMBER | Thank you, @dcherian! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix .chunks loading lazy backed array data 1284071791 | |
| 1165865905 | https://github.com/pydata/xarray/pull/6721#issuecomment-1165865905 | https://api.github.com/repos/pydata/xarray/issues/6721 | IC_kwDOAMm_X85FfbOx | dcherian 2448579 | 2022-06-24T19:23:20Z | 2022-06-24T19:23:20Z | MEMBER |
great tip! We don't need zarr actually, this was triggering loading of all lazy arrays. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix .chunks loading lazy backed array data 1284071791 | |
| 1165848854 | https://github.com/pydata/xarray/pull/6721#issuecomment-1165848854 | https://api.github.com/repos/pydata/xarray/issues/6721 | IC_kwDOAMm_X85FfXEW | shoyer 1217238 | 2022-06-24T18:57:42Z | 2022-06-24T18:57:42Z | MEMBER | The simplest option would probably be a custom Zarr store that raises an error if you try to look at array data. This could be implemented as a subclass of an existing Zarr store (e.g., the in memory store) that raises an error in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix .chunks loading lazy backed array data 1284071791 | |
| 1165847538 | https://github.com/pydata/xarray/pull/6721#issuecomment-1165847538 | https://api.github.com/repos/pydata/xarray/issues/6721 | IC_kwDOAMm_X85FfWvy | shoyer 1217238 | 2022-06-24T18:55:51Z | 2022-06-24T18:55:51Z | MEMBER | We have some tests with |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix .chunks loading lazy backed array data 1284071791 |
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