issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
4.5M results
Description
Many actions perform the same user lookup immediately after authentication:
const user = await getUserByClerkId(userId);
The pattern is duplicated across a large number of modules.
Suggested ...
ai
backend
database
help wanted
type:devops
type:refactor
type:security
Description
Many server actions repeat the same authentication extraction pattern:
const { userId } = await auth();
This duplication appears throughout the actions directory.
Suggested Improvement ...
ai
backend
type:devops
type:refactor
type:security
Description
The codebase currently uses multiple approaches when a user record cannot be found:
return { success: false, errors: { _form: [ User not found ] } };
throw new Error( User not found );
...
ai
backend
help wanted
level:advanced
level:intermediate
type:bug
type:devops
type:feature
type:refactor
Description
Multiple action modules return the same user-not-found response object:
if (!user) {
return {
success: false,
errors: {
_form: [ User not found ],
},
};
}
This pattern ...
backend
help wanted
level:advanced
level:intermediate
quality:clean
type:bug
type:devops
type:refactor
Summary
In Hermes WebUI, the visible model and reasoning effort controls appear editable, but when the WebUI is connected to a
remote gateway backend, changing those controls does not change the model/reasoning ...
bug
sprint-candidate
streaming
What to build
Inline code placed inside an a renders as a padded, background-filled pill, and the link underline runs continuously
under that padding. The result looks like odd extra whitespace flanking ...
bug
Summary
Add a tables health-check CLI command and a get_table_health_metrics MCP tool that run the Fabric stored procedure
sp_get_table_health_metrics against a single table. The proc is a diagnostic ...
area:cli
area:docs
area:mcp
area:services
enhancement
priority:p2
Summary
After upgrading to the 0.17 / v2026.6.19 line, Hermes gateway startup can pass literal op://... secret references to
platform adapters instead of using already-resolved cached values.
Observed ...
area/config
comp/cli
P1
type/bug
Problem
Bridges that clauster spawns inherit the clauster server process s PATH verbatim, with no way to extend it. When
clauster runs as a systemd service, that PATH is the minimal unit default (e.g. ...
enhancement
tracked
Summary
EIP712Verifier.verifyUserSignature validates the user s EIP-712 order signature with OpenZeppelin s strict ECDSA.recover
and a plain == submittedBy equality check. This rejects any signature whose ...

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.