issue_comments
5 rows where author_association = "MEMBER" and issue = 324040111 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- [REGRESSION] to_netcdf doesn't accept dtype=S1 encoding anymore · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 390037392 | https://github.com/pydata/xarray/issues/2149#issuecomment-390037392 | https://api.github.com/repos/pydata/xarray/issues/2149 | MDEyOklzc3VlQ29tbWVudDM5MDAzNzM5Mg== | shoyer 1217238 | 2018-05-17T22:47:48Z | 2018-05-17T22:47:48Z | MEMBER | I just got off an airplane (without internet), but I'll try to look into this shortly. I guess I shouldn't be surprised that https://github.com/pydata/xarray/commit/3c8935e537e6ec05a83dbe372bfe45d88308d665 was the source of this bug -- it was pretty big refactor :(. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[REGRESSION] to_netcdf doesn't accept dtype=S1 encoding anymore 324040111 | |
| 389954770 | https://github.com/pydata/xarray/issues/2149#issuecomment-389954770 | https://api.github.com/repos/pydata/xarray/issues/2149 | MDEyOklzc3VlQ29tbWVudDM4OTk1NDc3MA== | crusaderky 6213168 | 2018-05-17T17:57:07Z | 2018-05-17T17:57:07Z | MEMBER | @shoyer I'm struggling to understand your change - help would be appreciated. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[REGRESSION] to_netcdf doesn't accept dtype=S1 encoding anymore 324040111 | |
| 389947329 | https://github.com/pydata/xarray/issues/2149#issuecomment-389947329 | https://api.github.com/repos/pydata/xarray/issues/2149 | MDEyOklzc3VlQ29tbWVudDM4OTk0NzMyOQ== | crusaderky 6213168 | 2018-05-17T17:33:06Z | 2018-05-17T17:33:37Z | MEMBER | @shoyer found the culprit: https://github.com/pydata/xarray/commit/3c8935e537e6ec05a83dbe372bfe45d88308d665 Still need to understand why if you set the encoding directly on the variable it works though. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[REGRESSION] to_netcdf doesn't accept dtype=S1 encoding anymore 324040111 | |
| 389885258 | https://github.com/pydata/xarray/issues/2149#issuecomment-389885258 | https://api.github.com/repos/pydata/xarray/issues/2149 | MDEyOklzc3VlQ29tbWVudDM4OTg4NTI1OA== | crusaderky 6213168 | 2018-05-17T14:25:24Z | 2018-05-17T14:25:24Z | MEMBER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[REGRESSION] to_netcdf doesn't accept dtype=S1 encoding anymore 324040111 | |
| 389884190 | https://github.com/pydata/xarray/issues/2149#issuecomment-389884190 | https://api.github.com/repos/pydata/xarray/issues/2149 | MDEyOklzc3VlQ29tbWVudDM4OTg4NDE5MA== | shoyer 1217238 | 2018-05-17T14:22:24Z | 2018-05-17T14:22:24Z | MEMBER | Yes, this would warrant an immediate bug fix release. On Thu, May 17, 2018 at 7:09 AM crusaderky notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[REGRESSION] to_netcdf doesn't accept dtype=S1 encoding anymore 324040111 |
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 2