Update Cyberpunk 2077 settings based on actual benchmarks
This commit is contained in:
parent
e8678df12a
commit
0037f4297d
7 changed files with 102 additions and 17 deletions
|
|
@ -80,11 +80,12 @@
|
|||
|
||||
## Open
|
||||
|
||||
### BUG-015: Python SDK missing URL validation for ScreenshotOptions object (LOW)
|
||||
### BUG-015: Python SDK missing URL validation for ScreenshotOptions object (LOW) — FIXED
|
||||
- **Found:** Session 31
|
||||
- **Impact:** When using `ScreenshotOptions` with empty URL, SDK makes HTTP request instead of raising ValueError immediately
|
||||
- **Location:** `sdk/python/src/snapapi/client.py` capture() method
|
||||
- **Fix:** Add `if not body.get('url'): raise ValueError("url is required")` after options.to_dict()
|
||||
- **Fix:** Added `if not body.get('url'): raise ValueError("url is required")` after options.to_dict()
|
||||
- **TDD:** Failing test written first, then fix applied. 17/17 Python SDK tests pass.
|
||||
- **Deployed:** Commit 195a656 pushed to main
|
||||
|
||||
### BUG-007: Simultaneous browser restart causes QUEUE_FULL (HIGH) — FIXED (staging)
|
||||
- **Found:** Session 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue