issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:Java
Filter by
3.2M results
Description
server/middleware/tierRateLimiter.js (line 50) has resolveEndpointConfig which returns {} if no prefix matches the
endpoint. Line 95 then spreads CONFIG[tier], but if tier is a value not in ...
assigned
배경
루트 build.gradle에서 subprojects {} 블록을 통해 모든 서브모듈에 Spring Boot 플러그인을 일괄 적용하다 보니, 실행 가능한 앱이 아닌 라이브러리/aggregator 모듈에도
bootJar/bootRun/bootBuildImage 태스크가 생성되고, 각 모듈의 build.gradle마다 동일한 disable 블록을 중복으로 ...
Child of epic #100. Primitives shipped in #101 (PR #101); this makes the verifier unavoidable for slices that need it —
closing the runtime verification stays optional failure mode.
Rule: Done is decided ...
Description
The WebController.java returns view names directly as strings (e.g., public String landing() { return landing ; }).
While this is standard Spring MVC behavior, many of the newer APIs in the ...
Filed per the hook s own friction→gold clause, from live evidence: a 20-refusal continuation chain (session
c82afc7d, 2026-07-02) in which every emitted terminal carried the exact payload the hook s continuation ...
ai
bug
model-experience
Description
In classes like SpikingNeuralNetwork.java and KnowledgeTransfer.java, there are redundant and inefficient stream
operations to convert numeric lists to primitive arrays. For example:
stream().mapToDouble(Double::doubleValue).toArray(). ...
Description
The frontend template audit-logs.html contains an unresolved developer note: // TODO: Implement filter functionality
(around line 146). The current audit log view does not allow administrators ...
Description
In GlobalExceptionHandler.java (line 200), exceptions are being logged using ex.printStackTrace();.
Impact
- Writes directly to standard error (System.err), bypassing the logging framework ...
Description
In EmailService.java, HTML email templates are constructed manually using StringBuilder and hardcoded strings (e.g., p
style= text-align: center; a href= ... class= btn ... /a /p).
Impact ...
Description
Almost all controllers (e.g., EncryptionController, FederatedLearningController, IntentClassificationController) have
@CrossOrigin(origins = * ) configured at the class level.
Impact
- ...

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.