Skip to content

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

Filter by

55.2M results  (757 ms)

55.2M results

Bug Description The initial agent model is set up as Openrouter for daily conversation and work. I also set up a local ollama to run a cron job that pre-pulls the local model to GPU VRAM (warming up the ...
comp/cron
duplicate
P2
type/bug

JavaScript padStart() 和 padEnd() 方法 padStart() 和 padEnd() 是 ES2017(ES8)为 String 原型添加的两个方法,用于在字符串的开头或结尾填充指定字符,直到达到目标长度。 padStart() — 开头填充 string.padStart(targetLength, padString) 在字符串的开头填充字符,直到字符串达到指定长度。 ...
javascript

In the latest release of the oci package (2.179.0 as of writing, released Jun 16, 2026) the cryptography package requirement is outdated. The latest cryptography package meeting this requirement is v46.0.7, ...

The dreaming workstream covers the post-session reflection pipeline: re-indexing memory, deriving evals from transcripts, and the phase-6 decay/archival rails. This epic tracks the open work to make those ...
epic

HTML contenteditable 属性 contenteditable 是 HTML 的全局属性,允许用户直接编辑元素的内容,是实现浏览器端富文本编辑器的基础技术。 基本语法 !-- 使元素可编辑 -- div contenteditable= true 这段文字可以被编辑。 /div !-- 不可编辑(默认) -- div contenteditable= ...
html

Implement Notification entity in domain package using Builder Pattern. Ensure proper encapsulation and correct naming conventions.

HTML details 和 summary 元素 details 和 summary 是 HTML5 原生的展开/折叠控件(disclosure widget),用于创建无需 JavaScript 的折叠面板。 基本用法 details summary 点击展开/收起 /summary p 这是折叠的内容区域,可以包含任意 HTML 元素。 /p ...
html

HTML dialog 元素 dialog 是 HTML5 的原生对话框元素,提供了一种无需 JavaScript 库即可创建模态对话框(Modal)和非模态对话框(Non-modal)的标准方式。 基本用法 !-- 非模态对话框(默认) -- dialog open p 这是一个打开的对话框 /p /dialog !-- 模态对话框(需要 JS 打开) -- ...
html

Part of #877. The deterministic anti-slop floor (positive counterpart to the effects layer #885; negatives source = corpus #880). Scripts-layer check that hard-fails output violating the design system: ...
enhancement
priority:P2

CSS backdrop-filter 属性 backdrop-filter 属性允许为元素背后的区域应用图形滤镜效果。与 filter 作用于元素本身不同,backdrop-filter 作用于元素背后的所有内容。 这个属性是实现现代 UI 设计中毛玻璃(Glassmorphism/磨砂玻璃)效果的关键技术。 基本语法 /* 单个滤镜 */ backdrop-filter: blur(10px); ...
css
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.