issue_comments
7 rows where user = 454724 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1551178793 | https://github.com/pydata/xarray/pull/7788#issuecomment-1551178793 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85cdRwp | maxhollmann 454724 | 2023-05-17T10:57:05Z | 2023-05-17T10:57:05Z | CONTRIBUTOR | @dcherian Sure, done :) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 | |
| 1549984548 | https://github.com/pydata/xarray/pull/7788#issuecomment-1549984548 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85cYuMk | maxhollmann 454724 | 2023-05-16T16:21:12Z | 2023-05-16T16:21:12Z | CONTRIBUTOR | I like it, solves the concern in my previous comment as well. Updated the branch. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 | |
| 1545300010 | https://github.com/pydata/xarray/pull/7788#issuecomment-1545300010 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85cG2gq | maxhollmann 454724 | 2023-05-12T07:26:52Z | 2023-05-12T07:26:52Z | CONTRIBUTOR | @kmuehlbauer Do you need any adjustments to merge this? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 | |
| 1527322138 | https://github.com/pydata/xarray/pull/7788#issuecomment-1527322138 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85bCRYa | maxhollmann 454724 | 2023-04-28T10:10:08Z | 2023-04-28T10:10:08Z | CONTRIBUTOR | @kmuehlbauer Okay, I got it. It only seems to happen with float arrays. I adjusted the test, and it now fails without the fix. Only tangentially related to this PR, but I noticed that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 | |
| 1527198919 | https://github.com/pydata/xarray/pull/7788#issuecomment-1527198919 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85bBzTH | maxhollmann 454724 | 2023-04-28T08:41:32Z | 2023-04-28T08:41:32Z | CONTRIBUTOR | @kmuehlbauer For some reason I can't reproduce it anymore. I'll monitor whether it occurs again in the original situation and close this otherwise after some time. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 | |
| 1523837408 | https://github.com/pydata/xarray/pull/7788#issuecomment-1523837408 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85a0-ng | maxhollmann 454724 | 2023-04-26T18:01:45Z | 2023-04-26T18:01:45Z | CONTRIBUTOR | @kmuehlbauer Sure, I pushed the test as I was hoping it would work. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 | |
| 1523814515 | https://github.com/pydata/xarray/pull/7788#issuecomment-1523814515 | https://api.github.com/repos/pydata/xarray/issues/7788 | IC_kwDOAMm_X85a05Bz | maxhollmann 454724 | 2023-04-26T17:41:47Z | 2023-04-26T17:41:47Z | CONTRIBUTOR | Hi @kmuehlbauer, no worries! It's in draft because can't figure out how to reproduce this bug for the tests. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix as_compatible_data for read-only np.ma.MaskedArray 1685422501 |
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