issues Search Results · language:Dune language:Python language:JavaScript language:Java is:public language:TypeScript
Filter by
70.4M results
The navigation value in falcon-api-context.js uses useMemo with falcon.isConnected as a dependency:
const navigation = useMemo(() = falcon.isConnected ? falcon.navigation : undefined, [falcon.isConnected]); ...
概要
Javaの命名規則を遵守できていない箇所があるので修正してください。
命名規則のヒント
クラス
頭文字大文字のキャメルケース。 Sample TechCamp
メソッド
先頭小文字のキャメルケース。動詞から始めて、何の処理をするメソッドなのかがわかるとGood! getWeek calculateDate
変数
先頭小文字の小文字のキャメルケース。 userName planList ...
File: CreateJobPage.tsx\n\nProblem: Recruiters can paste entire documents into the description field, causing overflow
on job cards.\n\nExpected: Cap at 5000 characters and show a live character counter.\nActual: ...
bug
gssoc
level:beginner
type:design
type:docs
type:feature
背景
OpenClaw のセキュリティ対応で、~/.openclaw/.env から平文 API key/token を削除し、1Password + SecretRef 経由に移行した。
その結果、従来 env.NOTION_API_KEY / NOTION_API_KEY= を前提にしていた skill が、.env 削除後に Notion 認証できなくなる。
今回確認した Notion ...
File: RecruiterJobsList.tsx\n\nProblem: The status filter is hardcoded to a subset of JobStatus enum values, omitting
EXPIRED and DRAFT. Recruiters cannot filter by those statuses.\n\nExpected: Generate ...
bug
gssoc
level:beginner
type:bug
type:design
배경
QA 피드백 기반 홈(카메라) 화면 및 검사 진행 흐름 전면 개선. HUD 현실화, 공정 도메인 선택 UX 추가, 별도 진행 화면을 인라인 오버레이로 대체.
변경 항목
1. 플래시 토글 재설계
- 현재: FLASH: OFF/ON/AUTO 텍스트 chip
- 변경: 아이콘만, 색상으로 상태 표현
- OFF → 아이콘 흰색 dim ...
🌐 FE
✨ feat
File: ApplicationsList.tsx\n\nProblem: Timestamps use new Date().toLocaleDateString() without specifying locale,
resulting in MM/DD/YYYY vs DD/MM/YYYY differences across browsers.\n\nExpected: Use Intl.DateTimeFormat ...
bug
gssoc
level:beginner
type:bug
type:design
type:testing
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to
request to join our Slack channel!
Version Number: 9.3.97-0 Reproducible in staging?: ...
Bug
Daily
Problem
During planning for #234, Claude produced a structured plan_revision response file that omitted the required signed
human-requirements marker:
!-- HUMAN_REQUIREMENTS_ADDRESSED --
The run failed ...
File: client/src/module/recruiter/\n\nProblem: When required fields are missing, no inline errors appear below each
field. The form either silently fails or shows only a generic toast.\n\nExpected: Display ...
bug
gssoc
level:intermediate
type:bug
type:design

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.