Unable to create a gist
还没有人认领这个 Issue。
评估
调研方向
Start by tracing the share flow that sends the POST request to https://api.github.com/gists and compare its request with GitHub's create-a-gist documentation linked in the report. Confirm the request supplies the required user and files fields, then verify sharing no longer produces the 422 alert.
由索引模型根据 Issue 内容生成。
描述
When attempting to share, I receive an alert with the message:
From try.purescript.org
Failed to create gist
This is caused by a failed POST:
Request URL: https://api.github.com/gists
Request Method: POST
Status Code: 422 Unprocessable Entity
The response payload:
{
"message": "Validation Failed",
"errors": [
{
"resource": "Gist",
"code": "missing_field",
"field": "user"
},
{
"resource": "Gist",
"code": "missing_field",
"field": "files"
}
],
"documentation_url": "https://developer.github.com/v3/gists/#create-a-gist"
}
- 主要语言
- PureScript
- 星标
- 121
- 派生
- 51
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
purescript/trypurescript 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
purescript/trypurescript#309 ·
-
难度 4/5 3-5 天 新手友好度 35/100
purescript/trypurescript#308 ·
-
难度 5/5 一周以上 新手友好度 25/100
purescript/trypurescript#303 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 25/100
purescript/trypurescript#301 · 1 条评论 · 1 个 reaction ·
-
难度 3/5 1-2 天 新手友好度 35/100
purescript/trypurescript#293 · 7 条评论 ·
查看 purescript/trypurescript 的全部 Issue
相似的 Issue
-
area/sessions comp/agent P2 tool/skills type/perf
难度 2/5 1-3 小时 新手友好度 82/100
NousResearch/hermes-agent#117788 ·
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 76/100
-
code-quality refactoring
难度 2/5 1-3 小时 新手友好度 84/100
github/gh-aw-firewall#8816 ·
-
难度 2/5 1-3 小时 新手友好度 68/100
getgrav/grav-plugin-api#45 ·