issues Search Results · language:Dune language:Python language:JavaScript language:Ruby language:JavaScript language:Python
Filter by
43.8M results
Remove old files that bootstrapped this project.
The following files should be removed:
- docs/adr/*.md
- prd/*.md
- entra_audit_plan.md
- implementation_plan.md
Additionally, all references ...
In auth/resetRepository.js:
// Revoke all refresh tokens to force re-login
await client.query(
UPDATE refresh_tokens SET revoked = TRUE WHERE user_id = $1 ,
[userId]
);
When a user successfully ...
ROADMAP.md:205. Renders a Document to ANSI-colored terminal output (headings, emphasis, code, lists). Builds on the
extended renderer protocol and pairs naturally with the patitas CLI.
Config: color theme, ...
enhancement
epic
P3
theme:renderers
renderers/protocol.py:27 is render(node: Document) - str — too narrow for the planned renderers and for Kida per-block
surgical re-rendering (ROADMAP.md:258-272). HtmlRenderer already needs the source ...
enhancement
epic
P2
theme:renderers
Is your feature request related to a problem? Please describe. CrocoLakeTools relies heavily on params.py in
CrocoLakeLoader, but it s cumbersome to keep crocolakeloader in sync during development or keep ...
enhancement
good first issue
In app.js:
app.register(async function sanitizationPlugin(instance) {
instance.addHook( onRequest , async (request) = {
...
sanitize(request.body);
sanitize(request.query);
sanitize(request.params); ...
There is no [project.scripts] entry point and no argparse/click usage today (verified). A console command would sharpen
onboarding and debuggability:
- patitas render FILE.md → HTML
- patitas ast ...
enhancement
epic
P2
theme:dx
ROADMAP.md:216-217. Enables in-browser editing, error reporting, and content validation. Nodes already carry
source_start/source_end (e.g. FencedCode, nodes.py).
Scope
- Design the map format (e.g. ...
enhancement
epic
P2
theme:incremental
Summary
- phrase direction repair 이후 objective-only next decision 추가
- listening input pending 상태에서 preference fill 차단 유지
- 잔여 실패 라벨 집계 및 다음 repair target 선택
- README 최신 evidence 갱신
Context
...
In proof-submissions/routes.js:
const uploadPath = path.join( uploads , filename);
await fs.promises.writeFile(uploadPath, await data.toBuffer());
The upload path is constructed relative to the process ...

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.