issues Search Results · language:Dune language:JavaScript language:Java linked:pr language:JavaScript
Filter by
3.2M results
Summary
Add Docker and DevOps baseline for running 36chan-web as a production-like stack with MongoDB.
Scope
- Add multi-stage Dockerfile for frontend build plus backend runtime.
- Add docker-compose.yml ...
Summary
Add admin-side board management so moderators can add, edit, hide, archive, and safely delete boards.
Scope
- Add DELETE /api/admin/boards/:slug with safe delete guard.
- Keep hard delete ...
Summary
Add real hCaptcha support for public posting while keeping local development usable.
Scope
- Render hCaptcha widget on thread, reply, and quick reply forms when HCAPTCHA_SITE_KEY is configured. ...
Problem / need
The fixture E2E pipeline (E2E_MODE=fixture ./scripts/e2e/seed-export-analyze.sh) is valuable but slow; it should not
block every PR.
Proposed solution
- Add .github/workflows/e2e-fixture.yml ...
area/feature
Problem / need
REST DTOs in the Angular frontend are hand-maintained and can drift from the Quarkus API contract.
Proposed solution
- Add quarkus-smallrye-openapi and store schema under backend/openapi/ ...
area/feature
Summary
Clicking a clickable .html path in the terminal can open the wrong path, and the HTML preview then shows * The system
cannot find the path specified. (os error 3) *. This happens when the printed ...
Source: usernode admin (evan)
For true pointer lock to work inside the app, the Usernode shell that embeds your app in an iframe has to delegate the
permission. Specifically:
Add allow= pointer-lock ...
usernode
概要
現状の btoa(encodeURIComponent(...)) は日本語で非効率。lz-string を導入して共有URLを短縮する。
やること
- lz-string パッケージを追加
- getShareUrl() と parseSharedHash() のエンコード・デコードを lz-string に置き換え
- 後方互換は不要(旧フォーマットは切り捨て)
対象ファイル ...
Summary
Repo-loop workflows can declare inputs such as the Data Machine bundle source, flow, and wait_for_completion, but the
WordPress/WP Codebox dispatch path needs an explicit bridge proving those ...
概要
URLが際限なく伸びるのを防ぐため、入力に上限を設ける。
やること
- 1アイテムの文字数上限: 50文字
- アイテム数の上限: 50件
- 上限に達したら入力UIでフィードバックを表示する
対象ファイル
- src/hooks/useTodos.js — add() にバリデーション追加
- src/components/TodoInput.jsx — 文字数カウンター・上限時のUI ...

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.