issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr linked:pr linked:pr language:HTML
Filter by
2.2M results
ゴール
ja/src/intro/about.md(「このガイドについて」)をガイド全体の入口(フロントドア)ページとして執筆する。
工事中バナー( 🚧 このページは現在準備中です。)を外し、初めて訪れた読者が「これは何のガイドで、自分はどこから読めばいいか」を最短で把握できる短い案内ページにする。
このページの性格づけ
- about.md は SUMMARY.md 上で はじめに セクションより上に単独で置かれた ...
documentation
Problem
Two test directories split tests by kind, with backwards naming and a dead file:
- tests/ — real behaviour: imports the module, drives it in jsdom (quiz.test.js, checklist.test.js,
code-block.test.js). ...
priority:low
Problem
init() (assets/visual-teach.js:293-300) is a shallow dispatch — five raw forEach calls with no error isolation:
document.querySelectorAll( .vt-quiz ).forEach(wireQuiz);
document.querySelectorAll( ...
Summary of What Needs to be Done: Add pytest unit tests for the phi_redaction_middleware decorator in
app/middleware/phi_redaction.py. This decorator automatically redacts PHI (patient names, emails, phone ...
Summary of What Needs to be Done: Add vitest unit tests for the logAccessAttempt function in
server/security/access-audit.ts. This function logs authorization decisions (ACCESS_GRANTED/ACCESS_DENIED) to ...
Bug Description
1. entrypoint.sh tiene emojis en latin1 (aparecen como 🚀)
2. .dockerignore no excluye .atl/
Affected Files
- docker/entrypoint.sh
- .dockerignore
bug
Bug Description
Healthcheck de MySQL pasa el password como argumento: mysqladmin ping -p${MYSQL_ROOT_PASSWORD}. Esto expone el password
en /proc/*/cmdline y docker inspect.
Expected Behavior
Usar mysqladmin ...
bug
Bug Description
Dockerfile:71 ejecuta collectstatic con || true (esconde errores), y entrypoint.sh:51 lo ejecuta de nuevo. La de build
es innecesaria porque staticfiles/ está en .dockerignore.
Expected ...
bug
Bug Description
El proyecto corre en Python 3.14.5 (venv local) pero el Dockerfile usa python:3.12-slim. Esto puede causar errores si se
usan features específicas de 3.14.
Expected Behavior
Dockerfile ...
bug
Bug Description
.env.docker contiene valores reales de DJANGO_SECRET_KEY, DB_PASSWORD, MYSQL_ROOT_PASSWORD commiteados al repo. Es un
anti-patrón de seguridad.
Expected Behavior
.env.docker debe usar ...
bug

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.