issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Python
Filter by
55.5M results
The displayed On-Call name can t handle diacretics. I.e Magnús becomes Magns or Elín becomes Eln . Names also seem to
only be read from the image filename rather than the input name field in Who is on ...
问题
revertMdAstNode(parseMd(md)) 不一定等于原始 md,这是已知行为(README 已记录)。但目前没有测试验证 parse → stringify → parse 的一致性。
即:第二次 parse 的 AST 应与第一次 parse 的 AST 语义等价(忽略 position)。
建议
新建 __tests__/roundtrip.spec.ts:
function ...
问题
当前测试缺少边界 case,以下场景未覆盖:
| 类别 | 用例 | 风险 |
| --- | --- | --- |
| 空输入 | parseMd( ) | 可能返回空 root 或报错 |
| 纯空白 | parseMd( \n\n\n ) | 不应崩溃 |
| 纯标点 | parseMd( !!!??? ) | 应解析为 paragraph |
| 超长单行 | parseMd( ...
This issue was found by a Codex global code scan of the repository.
Affected code: https://github.com/deepmodeling/dargs/blob/b4db564fb393d82b5a5f66d93e4763404ac46595/docs/conf.py#L30-L33
https://github.com/deepmodeling/dargs/blob/b4db564fb393d82b5a5f66d93e4763404ac46595/pyproject.toml#L5-L7 ...
问题
项目依赖了 remark-directive,但测试中没有任何 directive 相关用例。parseMd 已经包含 directive 插件的能力,但下游无法确认解析结果是否正确。
需要补充的用例
| 用例 | 输入 | 预期 |
| --- | --- | --- |
| container directive | :::note\ncontent\n::: | type: containerDirective ...
问题
项目依赖了 remark-gfm,但测试只覆盖了 autolink 和删除线。以下 GFM 能力未测试:
| 用例 | 输入 | 预期 |
| --- | --- | --- |
| 表格 | \| a \| b \| + 分隔行 | type: table ,align 正确 |
| task list | - [x] done - [ ] todo | checked: true/false ...
问题
项目依赖了 remark-math,但测试中没有任何 math 相关用例。parseMd 已经包含 math 插件的能力,但下游无法确认解析结果是否正确。
需要补充的用例
| 用例 | 输入 | 预期 |
| --- | --- | --- |
| 块级数学 | $$x^2$$ | type: math ,value: x^2 |
| 行内数学 | $x^2$ | type: inlineMath ...
This issue is part of a Codex global repository scan.
Problem: Both Dockerfiles ignore the local build context and run git clone https://github.com/deepmodeling/DeePTB.git,
then install whatever branch ...
Runbook missing. Write step-by-step deployment and rollback guide.
Generated for enterprise-scale GitHub performance testing.
Repository: lib-redis-client Booster Run ID: boost-20260625-121619 Sequence: ...
P1-high
perf-test
Feature: Admin Dashboard with User Management
Summary
Add a simple admin dashboard that allows administrators to manage users (add, remove, change passwords) and regular
users to change their own password ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.