issues Search Results · language:Dune language:Python language:HTML language:Java language:HTML linked:pr
Filter by
4.5M results
📌 Description
Multiple OTP creation implementations apply inconsistent rate-limiting behavior across the application.
Affected locations:
database.py:180 database_resolved.py:172 db_shim_clean.py:64 ...
📌 Description
The report status update workflow assigns values to attributes that do not exist as persisted database columns.
Affected code:
db/crud/reports.py:131-146
Current behavior:
Status updates ...
📌 Description
The export bundle workflow references case_label before the variable has been assigned.
Affected code:
services/export_builder.py:578-593
Current behavior:
Export generation begins successfully ...
📌 Description
The case search implementation references the SimilarityFeedback model without importing it into the module scope.
Affected locations:
api/routes/cases.py:38-48 api/routes/cases.py:284-290 ...
배경
#17 리브랜딩 PR (#31) 작업 중 발견한 부수 사안입니다.
plugin/gstmacttssink.c:271 의 GST_PLUGIN_DEFINE 매크로의 license 필드가 MIT/Apache-2.0 으로 잘못 박혀 있습니다.
GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR, ...
bug
📌 Description
The OTP lockout workflow in auth.py:308-309 attempts to apply timezone conversion logic to a naive datetime object.
Current behavior:
Lockout timestamps may be stored without timezone ...
📌 Description
The report retrieval helper in db/crud/reports.py:96-98 filters reports using a model attribute that does not exist.
Current behavior:
Report lookup executes a query Query references Report.celery_task_id ...
📌 Description
Two separate IdempotencyKey model definitions map to the same database table and are registered independently with
SQLAlchemy.
Affected locations:
database.py:742 db/models/idempotency.py:13 ...
📌 Description
The implementation in db_shim_clean.py:337-371 contains malformed function structure where a second function definition
is embedded inside another function body.
Current behavior:
Function ...
📌 Description
The report creation workflow in db/crud/reports.py:46-50 passes keyword arguments to the Report model that do not exist
in the underlying schema.
Current behavior:
Report creation initializes ...

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.