issues Search Results · language:Dune language:Python language:JavaScript language:HTML language:C# language:JavaScript
Filter by
53.2M results
Purpose
Make Merrin Voice 01 playable as a real browser synth, not only a voice-sample button.
Good enough
A user can play at least one octave of notes and clearly hear the pitch changing.
Build only ...
MEDEWERKER
When there are validation errors in the PaymentForm, screen readers do not announce them. Steps to reproduce:
1. Open PaymentForm
2. Submit without filling required fields
3. Observe validation errors ...
accessibility
bug
Session start: 2026-06-07 11:39 UTC
Lane: Lane 18 -- Toolchain and action-path cleanup
Bounded objective: restack the existing Lane 18 install-zig policy duplicate-key Zig contract PR (#20872) onto current ...
Feature Request
When messages are queued in Hermes Desktop s composer (e.g. user sends follow-ups while the agent is busy), the queue
panel currently starts collapsed by default. The user has to click ...
React 19 引入了 Server Components 和 Server Actions 的稳定版本,配合 useActionState(原 useFormState)和 useFormStatus 等新
Hook,提供了强大的服务端表单处理能力。
1. Server Actions
Server Actions 是可以在客户端调用但运行在服务端的异步函数,它们可以直接操作数据库、文件系统等服务端资源。 ...
react
server
CSS @supports 规则(Feature Queries,特性查询)允许在 CSS 中检测浏览器是否支持某个 CSS 属性或值,并根据检测结果应用不同的样式。它是 CSS 条件规则模块的一部分,类似于 @media 媒体查询。
基本语法
/* 检测属性 */
@supports (display: grid) {
.container {
display: grid;
...
css
server/index.js:19-21 — handler only logs and keeps process alive, overriding Node.js v15+ default crash behavior. Add
process.exit(1) after console.error so a process manager can restart cleanly.
StatusService.check_core_change wraps the ES-DE active-core resolution in a bare except Exception that returns { changed
: False} with no logging:
# py_modules/services/saves/status/service.py:354-357 ...
area:saves
bug
CSS 数学函数允许在 CSS 中进行计算,实现更灵活、更简洁的样式定义。
1. calc() - 基本计算
calc() 是最早支持的 CSS 计算函数,支持加减乘除四则运算。
语法
.element {
width: calc(100% - 80px);
/* 支持混合单位计算 */
}
常用场景
/* 全宽减去固定边距 */
.container {
width: calc(100% ...
css

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.