Skip to content

issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:Java language:JavaScript

Filter by

39.8M results  (689 ms)

39.8M results

Reported (live use) Two errors hit during real use: 1. Screen share crashes: Screensharing abgebrochen: navigator.mediaDevices.getDisplayMedia is not a function 2. Camera switch throws an error (exact ...
bug
must

问题描述 项目中 没有任何全局错误处理机制(window.onerror / window.onunhandledrejection),也缺少 React 风格的 Error Boundary 机制。如果某个渲染函数抛出未被捕获的异常,可能导致页面白屏或部分功能不可用。 当前状态 - renderScene()(app.js 第 1042 行)有 try/catch 包裹场景渲染 - ...

问题描述 项目中 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)); ...

🌍 New Paper Alert 🛰️ We re excited to share our latest work on sensor-agnostic [hashtag#FoundationModels](https://www.linkedin.com/search/results/all/?keywords=%23foundationmodels origin=HASH_TAG_FROM_FEED) ...

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 | ...

🔴 严重安全漏洞描述 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 - 仓库是公开的(非私有),任何人都可以 ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.