issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Java
Filter by
3.2M results
Перенести изменения в корневую папку проекта и удалить лишние файлы
Dependency hygiene in packages/dredd (mostly [verified]).
- chai@4.5.0 is in dependencies but never imported in lib/ (grep confirms it s test-only) — it ships to end users.
Move to devDependencies. ...
enhancement
Gaps in the release/CI pipeline (mostly [verified]).
- commitlint.sh compares against master — scripts/commitlint.sh:7 runs npx commitlint --from=master, but the default
branch is main, so it errors. ...
bug
enhancement
[verified] Two CI configs are dead and misleading; GitHub Actions is the authoritative CI.
- .circleci/config.yml: targets Node 10/12/14 and Python 3.6, calls npx lerna exec (lerna was removed), and ...
enhancement
good first issue
Low-severity correctness items (agent-reported; [needs repro]).
- configureReporters default case missing return. packages/dredd/lib/configureReporters.js: the default branch
constructs a BaseReporter ...
bug
good first issue
OpenAPI-3.1-specific gaps in sample generation / parsing (agent-reported; [needs repro]). Relevant to this fork s
OpenAPI-3 focus.
- Multi-type schemas sample only the first non-null type. packages/dredd-transactions/compile/openapi31.js: ...
bug
Two issues in the hooks pipeline (agent-reported; [needs repro] but grounded in the code).
1. try/catch can invoke the callback twice
packages/dredd/lib/TransactionRunner.js:361-405 (runHookWithData). ...
bug
Prerequisites
- [x] I have searched for related issues in the issues list.
- [x] This is an issue with the Halo project itself. If it is not an issue with the project itself(For example:
Installation ...
Two correctness bugs in packages/dredd/lib/CLI.js, both [verified] against source.
1. SIGINT handler crashes (commandSigInt)
packages/dredd/lib/CLI.js:504-507
commandSigInt() {
logger.error( \nShutting ...
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.