issue_comments
4 rows where issue = 100295585 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- support for units · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 763119626 | https://github.com/pydata/xarray/issues/525#issuecomment-763119626 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDc2MzExOTYyNg== | keewis 14808389 | 2021-01-19T20:33:47Z | 2021-01-26T00:16:46Z | MEMBER |
actually, that turns out to be wrong. Since Adding ~ |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
support for units 100295585 | |
| 733754394 | https://github.com/pydata/xarray/issues/525#issuecomment-733754394 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDczMzc1NDM5NA== | keewis 14808389 | 2020-11-25T14:52:58Z | 2020-11-25T16:07:57Z | MEMBER |
I would expect For reference, the currently remaining issues for all duck arrays (except obviously |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
support for units 100295585 | |
| 562966170 | https://github.com/pydata/xarray/issues/525#issuecomment-562966170 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDU2Mjk2NjE3MA== | keewis 14808389 | 2019-12-08T16:25:58Z | 2019-12-08T23:24:23Z | MEMBER | sorry for the late reply, @ngoldbaum. For There were a few unresolved design questions with how unit libraries should implement certain |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
support for units 100295585 | |
| 514805244 | https://github.com/pydata/xarray/issues/525#issuecomment-514805244 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUxNDgwNTI0NA== | keewis 14808389 | 2019-07-24T21:22:33Z | 2019-07-24T21:22:33Z | MEMBER | In that branch I left it as xfail because I came to the conclusion that there was nothing I could do (directly at least): when creating a The units of coordinates that are not dimensions are not stripped: ```python
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
support for units 100295585 |
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