issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:CSS linked:pr
Filter by
1.9M results
Issue: Implementasi API Manajemen Pengguna (Admin)
Latar Belakang
Backend saat ini belum memiliki API untuk keperluan manajemen pengguna oleh Admin. API yang ada hanya melayani kebutuhan
onboarding (registrasi ...
El color de la J o la L invertida debe ser de un color azúl pálido.
img width= 300 height= 148 alt= Image src=
https://github.com/user-attachments/assets/f3498c54-51bd-4c50-9f02-d37bfc08d9f7 /
bug
good first issue
Describe the bug In server/src/modules/notifications/service.js, getNotificationById populates userId and then accesses
._id without checking if population returned null:
const notification = await Notification.findById(notificationId).populate( ...
bug
Currently pressing button toggles between Grokipedia, Wikipedia, and Infogalactic.
Since Infogalactic is defunct, remove it as an option.
Also optimize code for performance and maintainability.
Description
Many history and retrieval actions follow a similar sequence:
const user = await db.user.findUnique({
where: { clerkUserId: userId },
});
const records = await db.someModel.findMany({ ...
ai
backend
database
help wanted
type:devops
type:feature
type:refactor
type:security
Description
Many server actions follow the same validation sequence:
const { userId } = await auth();
if (!userId) {
...
}
const user = await db.user.findUnique({
where: { clerkUserId: userId }, ...
ai
backend
database
frontend
help wanted
type:design
type:devops
type:feature
type:refactor
type:security
Description
Many AI-related action modules define input limits directly using hardcoded numeric values.
Examples include:
maxLength: 5000
maxLength: 8000
maxLength: 10000
These values are embedded ...
ai
backend
enhancement
help wanted
level:advanced
type:devops
type:feature
type:refactor
Description
Many AI-powered server actions construct prompts using the same overall pattern:
const prompt = buildSecurePrompt({
context,
task,
untrustedData,
outputRules,
});
While the actual ...
ai
backend
enhancement
frontend
level:advanced
type:design
type:devops
type:feature
type:refactor
type:testing
Discovered while implementing #1359 (durable catalog image-gen attachment).
#1359 added a server-side completion hook (server/services/catalogImageAttachHook.js) that durably files a queued
local/Codex ...
plan
目标
用 pi 的 @earendil-works/pi-agent-core + @earendil-works/pi-ai 替换当前自定义的 LLM Agent 实现(electron/agent.ts),获得统一 LLM API、内置
agent 循环、工具调用状态管理等能力。
路线图
阶段 1:基础环境升级
- [ ] 升级 Electron ^30.0.0 → ^33.0.0,@types/node ...
enhancement

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.