pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:HTML language:C#
Filter by
217M results
Clears the last two dispatchers on the route-table backlog, applying the same pattern proven on claim routes (#1034) and
recovery routes (#1037).
What changed
server/review-application-routes.mjs — 7-branch ...
Summary
- Adds a shared rendering-layer path (renderPerFileNotices) that collapses repeated same-kind per-file notices past a
threshold into one count + a uniform --verbose hint — generalizing #414 ...
agent:review
Integrações do Users Service
Alterações feita
- Configuraçao da validação de Access Token JWT emitido pelo Keycloak
- Extração de id, email e roles do usuário autenticado
- Criação de rota temporária ...
What
First vertical slice of the presentation layer — the management CRUD screens.
- Carteiras (/wallets), Cartões (/cards), Pessoas (/people): RSC list pages backed by the new getWorkspaceView
...
This pull request addresses issues with test reliability in the Cocos2DMono.UnitTests project by disabling parallel test
execution. This change ensures that tests interacting with the global CCDirector.SharedDirector ...
💡 What: Replaced the sequential Promise.all + .map() queries used to fetch message counts and latest messages for
visitors with a single aggregated query using Drizzle s inArray() and groupBy. 🎯 Why: Executing ...