Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:Java

Filter by

183M results  (2 s)

183M results

Fixes the green ROI box shifting after deploy. The preview now scales the ROI to the actual decoded frame (so it matches where detection qualifies), which exposes that pixel ROIs shift whenever stream_width/height ...

动机与背景 @dimina/compiler 目前硬编码识别两套文件扩展名:wx*(.wxml / .wxss / .wxs)和 dd*(.ddml / .ddss)。当调用方的小程序工程采用不同的文件命名约定时,编译器无法识别这些文件,只能修改源码或在构建前重命名文件,维护成本较高。 本 PR 在 build() 的编程入口增加 options.fileTypes 选项,允许调用方追加自定义文件扩展名,使其与对应内置类型等价参与编译。这是一项通用的「可配置文件扩展名」能力,不含任何特定品牌耦合。 ...

Summary: - Adds docs/SECURITY_PRIVACY.md and npm run security:privacy so local-first privacy, import/export trust, runtime/network boundaries, CSP, PWA behavior, future auth/sync, backend readiness, ...

Closes #133 변경 내역 - routes/challenge.py join: int(challenge_id) 정수 변환 제거 → UUID 문자열 형식 검증(빈값/길이 36 거부). 챌린지 존재는 FK fk_uc_challenge가 보장. 쿼리 바인딩도 문자열로. - db/schema.sql: challenges.id·user_challenges.challenge_id ...

🎯 What: The vulnerability fixed A DOM XSS vulnerability caused by using innerHTML in src/lib/firebase.js when constructing the UI for an unconfigured Firebase project. ⚠️ Risk: The potential impact if ...

Python client generation The change to regenerate the python client was triggered by digitalocean/openapi@fb6f08f. Note: Owners must review to confirm if integration or mocked tests need to be updated ...

@ Summary Fixes #1745 — newer OpenAI models (gpt-5.4-nano, gpt-5.4-mini, o4-mini, etc.) reject max_tokens with HTTP 400: Unsupported parameter: max_tokens is not supported with this model. Use max_completion_tokens ...