issues Search Results · language:Dune language:Python language:JavaScript language:Java language:Java language:Go
Filter by
60.1M results
Summary
The host/role axis of the #22 two-axis model — the host accept-set lookup (hostAcceptsLanguage) and the binding accessor
(getLanguageBindings) — was built output-neutral in #22 slices 2/3 but ...
Goal
Make the fixture contribution path clear enough for a maintainer or contributor to add a sanitized CI log without
guessing.
Acceptance criteria
- Update CONTRIBUTING.md or docs/ci-failure-zoo.md ...
docs-needed
maintenance-workflow
needs-fixture
Problem
years.py line 103 unconditionally indexes into months without checking if the list is empty:
# years.py, lines 101–104
f.write(
f **{total_msgs:,} messages in {total_threads:,} threads** ...
Problem
table/table.mjs creates a WebAssembly.Table with initial: 1 and then immediately calls table.grow(1) to reach size 2:
// table/table.mjs lines 9–14
const table = new WebAssembly.Table({
element: ...
Bug
src/services/instance/metrics/utils.js, line 13 unconditionally destructures services[selectedServiceSlug]:
const { name, version } = services[selectedServiceSlug];
If selectedServiceSlug is null ...
Project Structure Pattern
Good:
1. Layering sudah konsisten: Layering controller → service → repository
2. Folder /common, /infrastructure, /modules terpisah dengan baik
Need to Improve:
1. Class ...

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.