issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:TypeScript language:Java
Filter by
6.6M results
Mechanism
Three per-transition costs in transition_impl beyond the already-filed #712/#718/#719:
1. Four { ...hook_args, hook_name } spreads per everything-hooked transition — src/ts/jssm.ts:3825, 3928, ...
When clicking a customization category in the Agents window, such as Plugins, the Agent Customizations dialog opens but
does not select the clicked category.
Steps to reproduce:
1. Open the Agents window. ...
Mechanism
Two post-build validation passes in the Machine constructor do avoidable per-item work (same cleanup family as #720):
1. JSON.parse per state-property binding — src/ts/jssm.ts:919-935
this._state_properties.forEach( ...
🟢 Good First Issue: Add Etiquette Tip #98 — Beginner-Friendly Open Source Contribution
 Difficulty: Beginner No Code Required ...
community
enhancement
first-timers-only
good first issue
hacktoberfest
help wanted
low hanging fruit
up-for-grabs
Mechanism
TimeType (fsl_parser.peg:684-717) is 27 ordered literal alternatives (milliseconds … w). pegjs compiles this to up to 27
sequential input.substr(peg$currPos, N) === constant probes per after ...
Mechanism
IntegerLiteral and its digit classes compile to per-character regex tests:
IntegerLiteral = $( 0 / NonZeroDigit DecimalDigit*) // fsl_parser.peg:278
DecimalDigit = [0-9]
NonZeroDigit ...
Mechanism
Every arrow target probes Stripe then Cycle before reaching LabelList / Label:
ArrowTarget // fsl_parser.peg:763
= Stripe // +|n / -|n
/ Cycle // +n / -n ...
apps/web/lib/usd-conversion.ts is imported by nothing. It hardcodes CELO at 0.55 USD while the live pricing path
(lib/price.ts) reads CoinGecko with a 0.08 fallback, so the dead module is not just unused, ...
Context
Lighthouse CI on PR #41 established a mobile baseline for the public pages.
The home page currently renders three featured images at 88px wide, but the static GitHub Pages build downloads the ...
Mechanism
ActionLabel and String both use the pegjs char-collector pattern the Atom rule used before #702:
ActionLabel action label
= ActionLabelQuoteMark chars:ActionLabelChar* ActionLabelQuoteMark ...

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.