issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:HTML
Filter by
2.2M results
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
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
Goal
Review the remaining js-yaml dependency finding from the lint tooling dependency tree.
Scope
- Inspect the dependency path in package-lock.json.
- Decide whether a minimal override, package ...
Description
A reusable AppErrorBoundary component exists in the codebase, but it is not currently imported or used anywhere in the
application.
Verification
Verified against the latest main branch. ...
Follow-up to #249. Running dogent 0.12.4, the OpenAI oracle still reports no-articles on prose lines that carry no
article. It invents the on four lines that contain no the , and it flags one and each ...
bug
Add two small CLI improvements to the no-dependency dogfood package.
Requirements:
- Add an examples subcommand that prints three realistic Voluntoken reference examples and one summarize example. ...

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.