pullrequests Search Results · language:Dune language:Python language:Java language:CSS language:JavaScript language:HTML
Filter by
216M results
What does this PR do?
This PR is built upon https://github.com/roboflow/inference/pull/2405. See commits added by me to check what has been
added, plus the description below.
Triton JIT fallback to main ...
Create UI booking detail page, nail design studio page to change design and update booking design page to compare 2
design. Update UI in dashboard of staff and salon management in admin.
1. Removed the excess files from the project root directory.
2. Changed the path in the examples/basic_usage.py file so that the files generated remain in the examples directory
Root cause
Sync with Inference Server → models.py sync_models → model_registry_service.discover_models_from_inference_server →
_discover_from_gateway, which built the URL as:
gateway_endpoint = (self.gateway_url ...
Schema drift detected
(Opened manually by @surfdoc: the workflow s PR-creation step is blocked by the org-level Allow GitHub Actions to create
and approve pull requests setting. Branch content is from ...
schema-drift
Bumps fastify/github-action-merge-dependabot from 3.12.0 to 3.13.0. details summary Release notes /summary p em Sourced
from a href= https://github.com/fastify/github-action-merge-dependabot/releases fastify/github-action-merge-dependabot ...
dependencies
github_actions
배경
디버거 P2 OAuth tenant_id 회귀 분석(transcript) 결과 — NEEDS MORE MONITORING 판정.
- 코드 회귀 가능성 낮음(정상 사용자 경로에서 ERROR 분기 도달 불가능)
- 봇/스캐너·새로고침 시나리오와 정합
- 사용자에게는 이미 MSG_TENANT_NOT_REGISTERED redirect 로 graceful ...
Currently an error occurs when user opens stock report after uninstalling mrp.
Steps to replicate:
- Install mrp.
- Uninstall mrp and open Stock Reporting Stock.
Error:
ValueError: Invalid field ...
What is the purpose of the change
Replaced RepeatedTest with Test because it was taking too long in the CI process.
Brief change log
Replaced @RepeatedTest(10000) with @test to reduce unnecessary test ...