issues
2 rows where "created_at" is on date 2023-09-27 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
| id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1915997507 | I_kwDOAMm_X85yM81D | 8238 | NamedArray tracking issue | dcherian 2448579 | open | 0 | 12 | 2023-09-27T17:07:58Z | 2024-04-30T12:49:17Z | MEMBER | @andersy005 I think it would be good to keep a running list of NamedArray tasks. I'll start with a rough sketch, please update/edit as you like.
xref #3981 |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/8238/reactions",
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | issue | ||||||||
| 1916012703 | I_kwDOAMm_X85yNAif | 8239 | Address repo-review suggestions | dcherian 2448579 | open | 0 | 7 | 2023-09-27T17:18:40Z | 2023-10-02T20:24:34Z | MEMBER | What is your issue?Here's the output from the Scientific Python Repo Review tool. There's an online version here. On mac I run
A lot of these seem fairly easy to fix. I'll note that there's a large number of General
Projects must have a PyProjectSee https://github.com/pydata/xarray/issues/8239#issuecomment-1739363809 <table> <tr><th>?</th><th>Name</th><th>Description</th></tr> <tr style="color: red;"> <td>❌</td> <td>PP305</td> <td> Specifies xfail_strict
</td>
</tr>
<tr style="color: red;">
<td>❌</td>
<td>PP308</td>
<td>
Specifies useful pytest summary
</td>
</tr>
</table>
Pre-commit<table> <tr><th>?</th><th>Name</th><th>Description</th></tr> <tr style="color: red;"> <td>❌</td> <td>PC110</td> <td> Uses blackUse Must have Must have Must have If Should have something like this in
</td>
</tr>
</table>
MyPy<table> <tr><th>?</th><th>Name</th><th>Description</th></tr> <tr style="color: red;"> <td>❌</td> <td>MY101</td> <td> MyPy strict modeMust have
</td>
</tr>
<tr style="color: red;">
<td>❌</td>
<td>MY103</td>
<td>
MyPy warn unreachable
Must have
</td>
</tr>
<tr style="color: red;">
<td>❌</td>
<td>MY104</td>
<td>
MyPy enables ignore-without-code
Must have
</td>
</tr>
<tr style="color: red;">
<td>❌</td>
<td>MY105</td>
<td>
MyPy enables redundant-expr
Must have
</td>
</tr>
<tr style="color: red;">
<td>❌</td>
<td>MY106</td>
<td>
MyPy enables truthy-bool
Must have
</td>
</tr>
</table>
Ruff<table> <tr><th>?</th><th>Name</th><th>Description</th></tr> <tr style="color: red;"> <td>❌</td> <td>RF101</td> <td> Bugbear must be selectedMust select the flake8-bugbear
</td>
</tr>
</table> |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/8239/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] (
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[number] INTEGER,
[title] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[state] TEXT,
[locked] INTEGER,
[assignee] INTEGER REFERENCES [users]([id]),
[milestone] INTEGER REFERENCES [milestones]([id]),
[comments] INTEGER,
[created_at] TEXT,
[updated_at] TEXT,
[closed_at] TEXT,
[author_association] TEXT,
[active_lock_reason] TEXT,
[draft] INTEGER,
[pull_request] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[state_reason] TEXT,
[repo] INTEGER REFERENCES [repos]([id]),
[type] TEXT
);
CREATE INDEX [idx_issues_repo]
ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
ON [issues] ([user]);