issues Search Results · language:Dune language:Python language:JavaScript language:Java language:Java language:PHP
Filter by
60.4M results
Parent: #13
分割代入(destructuring assignment)と、オブジェクトのプロパティ shorthand 化。
- { value: value } → { value }、{ foo: foo, bar: bar } → { foo, bar }。
- var a = obj.a, b = obj.b; → const { a, b } = obj; 等。 ...
Parent: #13
+ が複数ある文字列結合をテンプレートリテラルへ。
- 例: a + b + c → `a${b}c`。
- 単純な1箇所の結合(prefix + x)は無理に変えない(可読性優先)。+ が複数連なる箇所を対象。
Parent: #13
function 式(無名関数・コールバック)を arrow function へ。トップレベル関数は const f = (...) = ...(jsts-coding 方針)。
- 注意: this 束縛・arguments・new/コンストラクタ・オブジェクトメソッドでは安易に arrow 化しない(this を使う箇所は挙動が変わる)。
- 単式 return ...
Feature Request: Add Add to Cart Button for Items with No Customization in Enatega Multivendor Customer App Description:
This is a feature request to enhance the user experience in the Enatega Multivendor ...
Take per-tree estimate SLA from fastfuels-core and multiply by per-voxel bulk density to arrive at per-voxel leaf area
density
- [ ] Make available as band in API
- [ ] Add computation to treevox ...
💻 API Service
✨ feature
🧊 Treevox Service
Внутренняя задача прогона. Зеркалит upstream pydantic/pydantic-ai#5811.
🔴 Канон-пакет (читать ОБЯЗАТЕЛЬНО по абсолютному пути)
Полная спека, bring-up runbook, иммутабельность тестов, спека фикса, каноны ...
Description: Allow users to select multiple targets simultaneously and display their routes on the map at the same time,
each in a distinct colour. A Map all toggle shows every target s latest route at ...
api
feat
frontend
When a roster changes, answer sheets will likely need to change.
teacher-workflow
ux
P9.1b — gateway searchLogs REST + GraphQL parity
Final story of P9.1 (P9.1a shipped the indexer REST search surface in #133 / PR #134). Add the gateway-owned searchLogs
query on BOTH surfaces, mirroring ...
Steps (US store) total reviews increased from 4481 to 4488 🎉
Lookup: https://itunes.apple.com/lookup?id=1602546738 country=us App:
https://apps.apple.com/us/app/steps-simple-pedometer/id1602546738

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.