issues Search Results · language:Dune language:JavaScript language:Java language:TypeScript language:JavaScript
Filter by
49.4M results
Ce qu il faut faire
- Ajouter une entrée cm1 au calibrated des leçons de conversion (conversionType, mesures.ts) avec sortie décimale
(m↔cm, kg↔g, L↔cL…).
- Réutiliser la saisie tolérante virgule/point ...
cm1
content
effort: medium
priority: medium
What to build
Keep `portfolio_holdings` in sync with live Alpaca positions so the portfolio page always reflects reality after trades,
and future recommendations use accurate current allocations.
Acceptance ...
feature
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
Ce qu il faut faire
- Exercices d équivalence : 42,48 = 42 + 4/10 + 8/100 ; 1/10 ↔ 0,1 ; etc. (charnière fractions décimales ↔ écriture à
virgule).
- Réutiliser les figures fractions et core/fraction-text.ts ...
cm1
content
effort: medium
priority: medium
- Geospatial Python topic:
- Create a workflow for the theme water shortage and implement it using a Python tool (or multiple) of your choice
and either raster or vector data. Examples: ...
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
level:advanced
type:bug
type:devops
type:feature
type:refactor
📅 日期与参与人
- 时间:2026-06-20
- 参与者:@詹淑涵
- 记录人:@詹淑涵
🎯 本次目标
- 第 7 步— 导入服务。写了 ImportService.java,封装所有导入逻辑。
- 第 8 步— 点名服务.写了 RollCallService.java,实现点名核心算法。
- 第 9 步 — 统计服务。写了 StatisticsService.java,封装所有统计计算逻辑。 ...
Description
Multiple action modules return the same user-not-found response object:
if (!user) {
return {
success: false,
errors: {
_form: [ User not found ],
},
};
}
This pattern ...
level:advanced
type:bug
type:devops
type:refactor
backend
PAGINATION & SORTING
task

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.