issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:JavaScript
Filter by
25.5M results
Create a new GET /health endpoint in the backend.
Requirements:
- Return status 200
- Return JSON: { status : healthy }
- Add documentation in README
Event Details:
- Name: Rayls Developer Meetup London
- Start Date: 2026-06-25
- End Date: 2026-06-25
- Event URL: https://luma.com/yp556lph
- Location: London, Uk
- Estimated Attendees: 30 ...
Context
@prototyp/skeletor is Prototyp s in-house React Native primitive toolkit, used across the RN app portfolio. Without
explicit guidance, AI assistants in those downstream apps reach for raw RN primitives ...
enhancement
P2
Context
Deep analysis of prototypdigital/skeletor reveals a strongly consistent set of internal idioms — style-prop pipeline,
memoized styles, polymorphic spacing, animation conventions, barrel/relative-import ...
enhancement
P2
Security Health Check Report
Generated: 6/17/2026, 11:01:12 AM Scan Version: v2.1.0
1. Branch Protection Status
Summary: 0 protected, 0 unprotected
2. Recent Security Incidents
✅ No security incidents ...
automated-report
good
security-health
问题描述
index.html 中通过比较 newColor 与 text.style.color 来避免连续两次显示相同颜色。但部分浏览器在读取 element.style.color 时,会将设置的十六进制颜色值自动转换为 rgb()
格式返回,导致去重逻辑失效。
具体表现
相关代码(index.html 第 72 行):
} while (newColor === text.style.color); ...

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.