Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:Java

Filter by

182M results  (2 s)

182M results

issue 12 Closes # Resumo - Configurei autenticação JWT com SimpleJWT. - Criei endpoints de cadastro, login, refresh e usuário autenticado. - Adicionei serializer de registro usando create_user, ...

Summary Continues the cockpit polish arc: the chat conversation now survives a page reload via localStorage. - Turns are restored on first render (lazy useState initializer — no flash, no extra effect) ...

Pacho is a personal Claude Code agent (web + GitHub + connectors) modeled after a Hermes-style assistant. Includes: - Setup requirements: prerequisites, GitHub/Connectors wiring, home-repo structure, ...

💡 What: Replaced sum(1 for _ in pattern.finditer(text)) with len(pattern.findall(text)) when checking multi-word weasel patterns in linter.py. 🎯 Why: Using sum with a generator expression introduces Python ...

Summary Parity sweep with #186. When the local pre-merge gate s BLOCKED message embeds a ready-to-paste merge body (so the operator can recover with one paste), the trailer now carries tree-hash binding ...

Summary - update the CommonJS package entrypoint from ./dist/index.cjs.js to ./dist/index.cjs - keep the existing ESM and types entries unchanged Why The build already emits dist/index.cjs, but ...

Summary A real run revealed 1000+ leaked soft-deleted warehouses in the test workspace recycle bin. Sequential permanent-deletion (one DELETE at a time) was too slow and risked the 45-minute job timeout ...

feito uma correção na logo

track farthest reachable index, fail if you ever fall behind it.

Phase 5 Step 1 — planProject(): project wrapper over the one-element engine The additive foundation that fixes the recon #1352 root cause: planElement(input: PlannerInput) is one element per call; PlannerInput ...