issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Python language:Java
Filter by
55.3M results
问题描述
项目中 20+ 处 直接调用 localStorage.getItem() / setItem() / removeItem(),全部缺少 try/catch 异常保护。在以下场景会抛出异常导致功能崩溃:
风险场景
1. Safari 隐私模式:localStorage.setItem() 会抛出 SecurityError(QuotaExceededError)
2. 存储配额超限:localStorage ...
Hello dev,
First of all, thank you for developing this beautiful open-source app! It is a very handy resource
I have a couple of feature recommendations that would drastically improve the user experience ...
问题描述
getActionIcon 函数在 js/app.js 中定义了两遍,函数签名和用途不同但函数名相同,容易造成混淆和维护错误。
重复位置
1. 顶层函数(第 1707-1710 行,用于优先处理队列):
function getActionIcon(name) {
var map = { 督办 : megaphone , 现场核查 : search , 会议议题 : ...
问题描述
escapeHtml 函数在 两个不同的 JS 文件 中各自独立定义,实现代码完全一致,增加了维护负担。
重复位置
1. js/agent-init.js 第 9-13 行:
function escapeHtml(str) {
var div = document.createElement( div );
div.appendChild(document.createTextNode(str)); ...
Problem
test/backends/test_huggingface_filter_options.py::test_granite_allowlist_includes_known_template_vars fails on
upstream/main (confirmed on BlueVela, SHA 978c4c2a). This is a pre-existing failure ...
testing
The output is currently like this:
Instructors:
15 first1 surname1 email1
2 first2 surname2 email2
Helpers:
2 first1 surname1 email1
5 first3 surname3 email3
I need to get to this:
| Title | ...
Type: AUP / Usage-Policy block (false positive) · Work domain (heuristic): general
Why this is a false positive
This task involves standard backend web development on a codebase the developer owns and ...
area:model
duplicate
platform:linux
🚀 Kick-off (자동: 브랜치 fix/hiring-decorated-name-match)
시작한 사람: @ArtRS-ST — 브랜치 생성으로 추적 시작.
아래를 채워주세요(완료 추적의 앵커):
- 목표/범위:
- 완료기준(DoD):
- 설계문서:
- 의존성/목표완료일:
작업 PR 본문에 Closes #{이 이슈번호} ...
area:hiring
kickoff
🔴 严重安全漏洞描述
deploy.sh 文件中硬编码了生产服务器的明文密码,该仓库为 公开仓库,任何人都可以访问。
风险
# deploy.sh 第 3-7 行
SERVER_IP= 38.55.192.139
SERVER_USER= root
SERVER_PASS= Pf-^lM3Y=G # ← 明文密码!
REMOTE_DIR= /root/yaq-ai
- 仓库是公开的(非私有),任何人都可以 ...
기능 설명
AI 소비 피드백 기능을 구현하기 위한 테이블/컬럼 준비
필요 이유
이 기능이 왜 필요한지 설명해주세요.
작업 내용
기존 스키마 변경
- [ ] db_migration_aifeedback.sql 적용
- [ ] memo_embedding 테이블 생성
- [ ] ai_feedbacks에 category_id, advice_type ...
chore

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.