issue_comments
4 rows where issue = 129919128 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implement vnorm for xarray with dask support · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 458573711 | https://github.com/pydata/xarray/issues/735#issuecomment-458573711 | https://api.github.com/repos/pydata/xarray/issues/735 | MDEyOklzc3VlQ29tbWVudDQ1ODU3MzcxMQ== | stale[bot] 26384082 | 2019-01-29T15:05:51Z | 2019-01-29T15:05:51Z | 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; otherwise it will be marked as closed automatically |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement vnorm for xarray with dask support 129919128 | |
| 177362496 | https://github.com/pydata/xarray/issues/735#issuecomment-177362496 | https://api.github.com/repos/pydata/xarray/issues/735 | MDEyOklzc3VlQ29tbWVudDE3NzM2MjQ5Ng== | shoyer 1217238 | 2016-01-31T02:22:53Z | 2016-01-31T02:22:53Z | MEMBER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement vnorm for xarray with dask support 129919128 | ||
| 177039255 | https://github.com/pydata/xarray/issues/735#issuecomment-177039255 | https://api.github.com/repos/pydata/xarray/issues/735 | MDEyOklzc3VlQ29tbWVudDE3NzAzOTI1NQ== | deanpospisil 15167171 | 2016-01-30T01:18:08Z | 2016-01-30T01:26:34Z | NONE | Note I mis-typed
When using large dask arrays that operation tended to fill up ram. I'm not sure why, but it made the dask objects very large, I don't have a good understanding of how those graphs are constructed so I was unable to track down the problem. I tried out
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement vnorm for xarray with dask support 129919128 | |
| 177035840 | https://github.com/pydata/xarray/issues/735#issuecomment-177035840 | https://api.github.com/repos/pydata/xarray/issues/735 | MDEyOklzc3VlQ29tbWVudDE3NzAzNTg0MA== | shoyer 1217238 | 2016-01-30T01:02:10Z | 2016-01-30T01:02:18Z | MEMBER | I would be OK adding a You would either need to implement this all in xarray, or preferably write |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement vnorm for xarray with dask support 129919128 |
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 3