issues Search Results · language:Dune language:Python language:JavaScript language:Java linked:pr language:Java linked:pr
Filter by
5.8M results
Description
While the AI inference endpoint (/ai/analyze_ticket) was correctly protected with a rate limit
(@limiter.limit( 10/minute )), all core data endpoints—such as /tickets (GET), /tickets/save ...
Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
The Feature
Add first-class support for an xai_oauth provider so users with a SuperGrok ...
enhancement
SDK
Summary
Configure RuboCop so methods under private/protected are aligned with public methods.
Desired style
class User
def public_method
end
private
def private_method
end
end
Verification ...
Problem
When transcribing with a segment-only model (e.g. Qwen3-ASR), mlx_audio.stt.generate --format srt emits one cue per
audio chunk. With the default --chunk-duration 30, each cue spans ~30s and holds ...
Description
The backend CORS middleware is configured with wildcard allowances for HTTP headers (allow_headers=[ * ]) and methods
(allow_methods=[ * ]). Although the allow_origins array strictly defines ...
Problem
drive-green (ci_driver) surfaces unresolved PR review threads into its CI-fix prompt but never replies to or resolves
them — it relies on GitHub auto-resolving a thread when the line it points ...
state:needs-plan
Summary
- Add Rails authentication user/session/password reset scaffolding.
- Rename user email column to email.
- Add string-backed user role enum with default user.
- Document GitHub issue, ...
Bug Description
When CAMOFOX_URL is set, Hermes routes browser tools through tools/browser_camofox.py . That module hardcodes a 30s HTTP
timeout (_DEFAULT_TIMEOUT = 30) on all Camofox REST calls, while ...
Description
In the /tickets/save endpoint, the system historically read the request_body.user_id directly from the client JSON
payload to verify the company and assign the tenant. Because there was no ...
This issue is created automatically to track contribution activity.
Updation

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.