pullrequests Search Results · language:Dune language:Python language:JavaScript language:Vue language:TypeScript language:CSS
Filter by
54.8M results
Summary
Migrates the @n8n/chat-hub package s test suite from Jest to Vitest, as part of the broader effort to reduce CI
flakiness and standardize on Vitest across the monorepo.
Changes:
- Swap test ...
Summary
- Add the runtime dependencies imported by the package to pyproject.toml so a vanilla pip install . environment
installs them.
- Add pyyaml to .conda/environment.yml to cover the YAML ...
Problem
When the LLM fails to parse output (e.g., context length exceeded, json_schema validation failure), batch() returns None
for that item. This caused crashes when accessing .items, .nodes, .edges ...
Summary
Builds out the online aerosol module from #461 as a HAMMOZ-style, microphysics-agnostic process harness wrapping an
interchangeable modal microphysics core, expressed in JCM s composable PhysicsTerm ...
📝 Summary
AI paper trading readiness 상태가 모두 PASS임에도 불구하고 safe_to_enable_order_actions가 계속 false로 내려가면서 BE/FE에서 “AI 주문 액션 게이트가 아직
열리지 않았습니다.” 메시지가 노출되는 문제를 수정했습니다.
기존 로직에서는 paper order action을 활성화할 수 ...
🚨 CI/CD Failure Alert
The PR Automation Validation workflow failed on branch fix/ci/pr-automation-validation-run104334-20260602-054312.
Summary
- Failed Jobs: 1
- Commit: c1245ab
- Run: #104344 ...
ci-failure
Type of Change
- [x] ✨ New animation / hover effect
- [x] 🧩 New component
- [x] 📝 Documentation improvement
Submission Checklist
- [x] All changes are inside submissions/examples/your-feature-name/ ...
两件事一起做
1) iOS EXIF 拍参提取(feature)
PHAsset 不直接暴露 ISO/光圈/快门/焦距,PhotoKit 必须读原图字节再解 EXIF。
- PhotoKitModule.swift 新增 fetchAssetsExif(identifiers) — PHImageManager
requestImageDataAndOrientation(version=.original, ...