issue_comments
6 rows where issue = 253395960 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Index variables loaded from dask can be computed twice · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 538533149 | https://github.com/pydata/xarray/issues/1533#issuecomment-538533149 | https://api.github.com/repos/pydata/xarray/issues/1533 | MDEyOklzc3VlQ29tbWVudDUzODUzMzE0OQ== | dcherian 2448579 | 2019-10-04T19:35:55Z | 2019-10-04T19:35:55Z | MEMBER | Adding
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Index variables loaded from dask can be computed twice 253395960 | |
| 537541838 | https://github.com/pydata/xarray/issues/1533#issuecomment-537541838 | https://api.github.com/repos/pydata/xarray/issues/1533 | MDEyOklzc3VlQ29tbWVudDUzNzU0MTgzOA== | dcherian 2448579 | 2019-10-02T15:16:40Z | 2019-10-02T15:16:40Z | MEMBER | Haha I thought it was already in! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Index variables loaded from dask can be computed twice 253395960 | |
| 537527958 | https://github.com/pydata/xarray/issues/1533#issuecomment-537527958 | https://api.github.com/repos/pydata/xarray/issues/1533 | MDEyOklzc3VlQ29tbWVudDUzNzUyNzk1OA== | shoyer 1217238 | 2019-10-02T14:46:40Z | 2019-10-02T14:46:40Z | MEMBER | We should probably merge my merging refactor before doing much more on this... On Wed, Oct 2, 2019 at 7:28 AM Deepak Cherian notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Index variables loaded from dask can be computed twice 253395960 | |
| 537518889 | https://github.com/pydata/xarray/issues/1533#issuecomment-537518889 | https://api.github.com/repos/pydata/xarray/issues/1533 | MDEyOklzc3VlQ29tbWVudDUzNzUxODg4OQ== | dcherian 2448579 | 2019-10-02T14:28:01Z | 2019-10-02T14:28:01Z | MEMBER | Nice example! I tracked this down to
1. We need to replace the appropriate objects in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Index variables loaded from dask can be computed twice 253395960 | |
| 537398310 | https://github.com/pydata/xarray/issues/1533#issuecomment-537398310 | https://api.github.com/repos/pydata/xarray/issues/1533 | MDEyOklzc3VlQ29tbWVudDUzNzM5ODMxMA== | crusaderky 6213168 | 2019-10-02T08:46:45Z | 2019-10-02T08:46:45Z | MEMBER | Still valid in xarray 0.13 ```python import xarray import numpy import dask.array def kernel(): print("Kernel invoked!") return numpy.array([100, 200]) data = dask.array.Array(name='foo', dask={('foo', 0): (kernel, )}, chunks=((2,),), dtype=float)
ds = xarray.Dataset(coords={'z': ('z', data)})
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Index variables loaded from dask can be computed twice 253395960 | |
| 537344077 | https://github.com/pydata/xarray/issues/1533#issuecomment-537344077 | https://api.github.com/repos/pydata/xarray/issues/1533 | MDEyOklzc3VlQ29tbWVudDUzNzM0NDA3Nw== | stale[bot] 26384082 | 2019-10-02T05:39:39Z | 2019-10-02T05:39:39Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Index variables loaded from dask can be computed twice 253395960 |
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