issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:Java language:JavaScript
Filter by
3.2M results
Parent
#1
What to build
Frontend payment flow: preview visible before pay; trigger Stripe checkout; on confirmed payment, enable PDF (+ .tex)
download via GET /download/:id. Never allow download unpaid. ...
ready-for-agent
Parent
#1
What to build
Reshape the page into an enterprise landing (Apply4You-style positioning — layout only, not its colors; fewer sections
OK): hero, value sections, the tool, pricing/CTA (R$9,90). ...
ready-for-agent
Parent
#1
What to build
Wire the existing form: build the .tex skeleton in the browser (keep src/converter.js, src/latex.js), POST
skeleton+metadata to the backend, render the returned compiled PDF ...
ready-for-agent
Parent
#1
What to build
Real PaymentGateway adapter (Stripe) implementing the port: create charge for R$9,90 (PRICE_BRL=990, BRL), capture on
download intent, verify state server-side (webhook/poll) ...
ready-for-agent
Parent
#1
What to build
Second LlmFormatter adapter (OpenAI/GPT) behind the same port, selectable via config as the alternative/fallback.
Mirrors the ClaudeFormatter contract.
Acceptance criteria
...
ready-for-agent
Parent
#1
What to build
Real LlmFormatter adapter using the Anthropic SDK (Claude) — the DEFAULT. Server-side ABNT prompt derived from
src/handoff.js (NBR 14724/6023/10520), with an explicit no-fabrication ...
ready-for-agent
Parent
#1
What to build
Real LatexCompiler adapter implementing the port from Slice 1: compiles a finished ABNT .tex into a PDF using TeX Live +
the abntex2 package inside the container. Returns pdf ...
ready-for-agent
Parent
#1
What to build
End-to-end walking skeleton through every clean-arch layer with FAKE adapters, proving the seam
skeleton→format→compile→pay-gate→pdf. Establish layer layout (domain/application/infrastructure/composition). ...
ready-for-agent
Context
As of 2.3.0, the installer prunes references to non-installed standards so a partial install is self-contained (no
broken links, no contamination ). The chosen mechanism is mechanical line deletion: ...
Summary
Enable the core ESLint rule no-console in the shared config, allowing only console.warn and console.error:
no-console : [ error , { allow: [ warn , error ] }],
What it catches
A bare console.log ...

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.