issue_comments
6 rows where author_association = "CONTRIBUTOR" and user = 463809 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, created_at (date), updated_at (date)
user 1
- amatsukawa · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
871611079 | https://github.com/pydata/xarray/issues/4591#issuecomment-871611079 | https://api.github.com/repos/pydata/xarray/issues/4591 | MDEyOklzc3VlQ29tbWVudDg3MTYxMTA3OQ== | amatsukawa 463809 | 2021-06-30T17:53:54Z | 2021-06-30T17:53:54Z | CONTRIBUTOR | I am trying to use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Serialization issue with distributed, h5netcdf, and fsspec (ImplicitToExplicitIndexingAdapter) 745801652 | |
870152019 | https://github.com/pydata/xarray/issues/4591#issuecomment-870152019 | https://api.github.com/repos/pydata/xarray/issues/4591 | MDEyOklzc3VlQ29tbWVudDg3MDE1MjAxOQ== | amatsukawa 463809 | 2021-06-29T01:10:30Z | 2021-06-29T01:14:58Z | CONTRIBUTOR | This issue appears to be back in some form, with The code looks like this, using fsspec's mapper API to access Azure blob store:
I have not tracked down a self-contained reproducer, as it only fails for one call but not others of a similar form. Reporting it while I dig into it further, in case you have any suggestions.
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Serialization issue with distributed, h5netcdf, and fsspec (ImplicitToExplicitIndexingAdapter) 745801652 | |
766973931 | https://github.com/pydata/xarray/issues/4826#issuecomment-766973931 | https://api.github.com/repos/pydata/xarray/issues/4826 | MDEyOklzc3VlQ29tbWVudDc2Njk3MzkzMQ== | amatsukawa 463809 | 2021-01-25T17:19:19Z | 2021-01-25T17:19:19Z | CONTRIBUTOR | Tagging a few maintainers: @dcherian @shoyer. Sorry to tag you directly, hope that's ok. I think I've found the issue here and would like to provide a PR to fix, but need some input on what you think would be best. To summarize, the current behavior leading to the bug is:
I can think of a few fixes:
- Drop the As a local fix while we consider these options, can you confirm that, as the docs state, the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reading and writing a zarr dataset multiple times casts bools to int8 789410367 | |
765747736 | https://github.com/pydata/xarray/issues/4826#issuecomment-765747736 | https://api.github.com/repos/pydata/xarray/issues/4826 | MDEyOklzc3VlQ29tbWVudDc2NTc0NzczNg== | amatsukawa 463809 | 2021-01-22T23:37:47Z | 2021-01-22T23:38:22Z | CONTRIBUTOR | OK here's the other side of the problem. The original dtype (which is i8) is set in the encoding: https://github.com/pydata/xarray/blob/v0.16.2/xarray/conventions.py#L350 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reading and writing a zarr dataset multiple times casts bools to int8 789410367 | |
765741719 | https://github.com/pydata/xarray/issues/4826#issuecomment-765741719 | https://api.github.com/repos/pydata/xarray/issues/4826 | MDEyOklzc3VlQ29tbWVudDc2NTc0MTcxOQ== | amatsukawa 463809 | 2021-01-22T23:27:57Z | 2021-01-22T23:27:57Z | CONTRIBUTOR | Apparently my proposed fix broke a bunch of other things, eg. some writing of timedeltas with units and such. Deleting the "dtype" key in the https://github.com/pydata/xarray/blob/v0.16.2/xarray/conventions.py#L119 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reading and writing a zarr dataset multiple times casts bools to int8 789410367 | |
552160158 | https://github.com/pydata/xarray/pull/3504#issuecomment-552160158 | https://api.github.com/repos/pydata/xarray/issues/3504 | MDEyOklzc3VlQ29tbWVudDU1MjE2MDE1OA== | amatsukawa 463809 | 2019-11-10T03:58:53Z | 2019-11-10T03:58:53Z | CONTRIBUTOR | Thanks @max-sixty, I made a small update to the error message.
I had added a line to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow appending datetime & boolean variables to zarr stores 520507183 |
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]);
issue 3