issue_comments
7 rows where author_association = "MEMBER" and user = 11756442 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- JessicaS11 · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1279048760 | https://github.com/pydata/xarray/pull/7000#issuecomment-1279048760 | https://api.github.com/repos/pydata/xarray/issues/7000 | IC_kwDOAMm_X85MPLw4 | JessicaS11 11756442 | 2022-10-14T13:59:06Z | 2022-10-14T13:59:06Z | MEMBER |
@headtr1ck GitHub is unhelpfully not showing me any comments. Can you share a screen shot or something so I can address them? Thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
list available backends and basic descriptors 1363829843 | |
| 1244154384 | https://github.com/pydata/xarray/pull/7000#issuecomment-1244154384 | https://api.github.com/repos/pydata/xarray/issues/7000 | IC_kwDOAMm_X85KKEoQ | JessicaS11 11756442 | 2022-09-12T18:49:37Z | 2022-09-12T18:49:37Z | MEMBER |
Turns out it was already available so I added it to the Advance API docs as well as https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html. @dcherian I'll bookmark adding it to https://tutorial.xarray.dev/advanced/backends/backends.html. @Illviljan, in case you didn't see this prior discussion:
Do you have any suggestions? Note: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
list available backends and basic descriptors 1363829843 | |
| 1243848597 | https://github.com/pydata/xarray/pull/7000#issuecomment-1243848597 | https://api.github.com/repos/pydata/xarray/issues/7000 | IC_kwDOAMm_X85KI5-V | JessicaS11 11756442 | 2022-09-12T14:43:04Z | 2022-09-12T14:43:04Z | MEMBER |
Currently there is this method: ```
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
list available backends and basic descriptors 1363829843 | |
| 1241174924 | https://github.com/pydata/xarray/pull/7000#issuecomment-1241174924 | https://api.github.com/repos/pydata/xarray/issues/7000 | IC_kwDOAMm_X85J-tOM | JessicaS11 11756442 | 2022-09-08T20:03:11Z | 2022-09-08T20:03:11Z | MEMBER |
Agreed. I added a
... I haven't dreamed up an answer to this question yet. We could set it up so that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
list available backends and basic descriptors 1363829843 | |
| 1239824690 | https://github.com/pydata/xarray/pull/7000#issuecomment-1239824690 | https://api.github.com/repos/pydata/xarray/issues/7000 | IC_kwDOAMm_X85J5jky | JessicaS11 11756442 | 2022-09-07T20:12:51Z | 2022-09-07T20:12:51Z | MEMBER |
Sounds good - I'll make that happen! |
{
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} |
list available backends and basic descriptors 1363829843 | |
| 1234759741 | https://github.com/pydata/xarray/issues/4001#issuecomment-1234759741 | https://api.github.com/repos/pydata/xarray/issues/4001 | IC_kwDOAMm_X85JmPA9 | JessicaS11 11756442 | 2022-09-01T20:42:11Z | 2022-09-01T20:42:11Z | MEMBER | Just wanted to let you know that the hackmd notes link in the google calendar leads to a 404 (the one at the top of this issue works though). Google also says the calendar url is invalid if I try to add it to my calendar (even though it works in a browser). |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[community] Bi-weekly community developers meeting 606530049 | |
| 1234746473 | https://github.com/pydata/xarray/issues/6577#issuecomment-1234746473 | https://api.github.com/repos/pydata/xarray/issues/6577 | IC_kwDOAMm_X85JmLxp | JessicaS11 11756442 | 2022-09-01T20:28:22Z | 2022-09-01T20:28:22Z | MEMBER | I'm happy to work on this! |
{
"total_count": 3,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 3,
"eyes": 0
} |
ENH: list_engines function 1227144046 |
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