issue_comments
3 rows where author_association = "MEMBER", issue = 1681353195 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xr.open_dataset() reading ubyte variables as float32 from DAP server · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1523618985 | https://github.com/pydata/xarray/issues/7782#issuecomment-1523618985 | https://api.github.com/repos/pydata/xarray/issues/7782 | IC_kwDOAMm_X85a0JSp | dcherian 2448579 | 2023-04-26T15:29:14Z | 2023-04-26T15:29:14Z | MEMBER | Thanks for the in-depth investigation!
Do we know why this is so?
:+1: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.open_dataset() reading ubyte variables as float32 from DAP server 1681353195 | |
| 1520550980 | https://github.com/pydata/xarray/issues/7782#issuecomment-1520550980 | https://api.github.com/repos/pydata/xarray/issues/7782 | IC_kwDOAMm_X85aocRE | dcherian 2448579 | 2023-04-24T17:18:37Z | 2023-04-24T19:55:11Z | MEMBER |
The current approach seeems OK no? It seems like the bug is that
EDIT: I mean that each coder checks whether it is applicable, so we already do that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.open_dataset() reading ubyte variables as float32 from DAP server 1681353195 | |
| 1520434316 | https://github.com/pydata/xarray/issues/7782#issuecomment-1520434316 | https://api.github.com/repos/pydata/xarray/issues/7782 | IC_kwDOAMm_X85an_yM | dcherian 2448579 | 2023-04-24T15:55:48Z | 2023-04-24T15:55:48Z | MEMBER |
Do these two have to be linked? I wonder if we can handle the filling later : https://github.com/pydata/xarray/blob/2657787f76fffe4395288702403a68212e69234b/xarray/coding/variables.py#L397-L407 It seems like this code is setting fill values to the right type for CFMaskCoder which is the next step |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xr.open_dataset() reading ubyte variables as float32 from DAP server 1681353195 |
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