Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:PHP is:public

Filter by

24.5M results  (641 ms)

24.5M results

概要 get_product_from_test は RunnerApp 専用の内部関数だがアンダースコアがなく、意図せず公開名になっている。_ を付けて非公開を明示する。 修正内容 - 関数名を get_product_from_test → _get_product_from_test に変更 - RunnerApp 内の呼び出し箇所を同様に変更(replace_all) 期待する動作 ...

Area of Site: News Feed URL: https://hcommons-dev.org/activity/ Description The hyperlinks for group names and relative datetimes that appears at the top of activity updates on the News Page have insufficient ...
accessibility
bug
news-feed

Description Many AI-powered action modules follow a nearly identical workflow: 1. Construct a prompt 2. Call Gemini generation 3. Extract response text 4. Parse structured output 5. Return formatted ...
ai
backend
database
enhancement
frontend
help wanted
level:intermediate
type:design
type:devops
type:feature
type:refactor
type:testing

Description Several history retrieval actions implement the same early-return pattern when authentication or user lookup fails. Examples include: if (!userId) return { success: false, data: [] }; and ...
ai
backend
frontend
level:intermediate
quality:clean
type:bug
type:design
type:devops
type:refactor
type:security

概要 _load_csv は utf-8-sig で読み込むが、_save は utf-8(BOM なし)で書き出している。 保存のたびに BOM が消え、Excel で再度開いた際に日本語が文字化けするリスクがある。 修正内容 # Before with open(self.csv_path, w , encoding= utf-8 , newline= ) as f: # After ...

Description Many action modules implement nearly identical error response structures inside catch blocks. Common patterns include: return { success: false, errors: { _form: [error.message || ...
ai
backend
enhancement
frontend
level:intermediate
quality:clean
type:accessibility
type:bug
type:design
type:devops
type:refactor

法人アプリ仕様および関連設計ドキュメントのブラッシュアップ完了ウォークスルー フィードバックいただいた実務ロール設計(corporate-beta への求人ステータス変更権限の移譲、corporate-alpha 限定の内定・オファーレター最終承認制限)の反映、および関連する元の設計ドキュメントの更新を含めたすべてのブラッシュアップ作業が完了しました。 実施した主な更新内容 1. 法人アプリ仕様書 ...
documentation

Description Many server actions contain identical authorization guard logic to handle unauthenticated requests. A common pattern appears throughout the codebase: if (!userId) { return { success: ...
ai
backend
enhancement
frontend
level:intermediate
type:bug
type:design
type:devops
type:docs
type:feature
type:performance
type:refactor
type:security

Preliminary Checks - [x] I have read and understood the important section above. - [x] I have searched existing issues and avoided creating duplicates. - [x] I am not filing an enhancement request. ...
Bug
component: other
platform: macOS

概要 _on_login_and_hold だけ f-string でコマンドを直接組み立てており、他テスト実行で使う build_command() と不統一。build_command + subprocess.list2cmdline に統一する。 修正内容 # Before npm_cmd = f npx codeceptjs run {test_file} --profile {profile} ...
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.