issue_comments
7 rows where author_association = "NONE" and issue = 114773593 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1546367218 | https://github.com/pydata/xarray/issues/644#issuecomment-1546367218 | https://api.github.com/repos/pydata/xarray/issues/644 | IC_kwDOAMm_X85cK7Dy | davidshumway 3892695 | 2023-05-12T22:16:16Z | 2023-05-12T22:31:46Z | NONE | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 | ||
| 1149521161 | https://github.com/pydata/xarray/issues/644#issuecomment-1149521161 | https://api.github.com/repos/pydata/xarray/issues/644 | IC_kwDOAMm_X85EhE0J | zflamig 20603302 | 2022-06-08T06:36:30Z | 2022-06-08T06:36:30Z | NONE | Just want to bump this again because I just ran into this issue too... |
{
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 | |
| 1016260786 | https://github.com/pydata/xarray/issues/644#issuecomment-1016260786 | https://api.github.com/repos/pydata/xarray/issues/644 | IC_kwDOAMm_X848kuiy | albertotb 6514690 | 2022-01-19T09:47:15Z | 2022-01-19T09:47:15Z | NONE | I just want to +1 this issue since I'm having the exact same problem. It would be great if the |
{
"total_count": 15,
"+1": 15,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 | |
| 721441489 | https://github.com/pydata/xarray/issues/644#issuecomment-721441489 | https://api.github.com/repos/pydata/xarray/issues/644 | MDEyOklzc3VlQ29tbWVudDcyMTQ0MTQ4OQ== | artlionel 57269213 | 2020-11-04T00:13:33Z | 2020-11-04T00:13:33Z | NONE | That's a bummer, but thanks for the fast reply |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 | |
| 721437184 | https://github.com/pydata/xarray/issues/644#issuecomment-721437184 | https://api.github.com/repos/pydata/xarray/issues/644 | MDEyOklzc3VlQ29tbWVudDcyMTQzNzE4NA== | artlionel 57269213 | 2020-11-03T23:59:06Z | 2020-11-03T23:59:06Z | NONE | I am having this exact same issue. Has there been an update that would make this task straightforward using xarray capabilities? Thanks |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 | |
| 458802173 | https://github.com/pydata/xarray/issues/644#issuecomment-458802173 | https://api.github.com/repos/pydata/xarray/issues/644 | MDEyOklzc3VlQ29tbWVudDQ1ODgwMjE3Mw== | stale[bot] 26384082 | 2019-01-30T03:51:46Z | 2019-01-30T03:51:46Z | 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
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 | |
| 155698426 | https://github.com/pydata/xarray/issues/644#issuecomment-155698426 | https://api.github.com/repos/pydata/xarray/issues/644 | MDEyOklzc3VlQ29tbWVudDE1NTY5ODQyNg== | cwerner 13906519 | 2015-11-11T08:02:56Z | 2015-11-11T08:02:56Z | NONE | Ah, ok, cool. Thanks for the pointers and getting back to me. Looking forward to any future xray improvements. It’s really becoming my goto to for netcdf stuff (in addition to cdo). Christian
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature request: only allow nearest-neighbor .sel for valid data (not NaN positions) 114773593 |
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 6