pullrequests Search Results · language:Dune language:Python language:HTML language:Go language:HTML language:Java language:HTML
Filter by
135M results
Why
After the 2026-05-30 lupin → benjamin GCP cutover, the dev BFF HTTPS endpoint was dead at the TLS layer — tlsv1 alert
internal error (SSL alert 80). Root cause: the on-VM /etc/caddy/Caddyfile still ...
For Arabic scripts, edge-tts returns cue text whose letter forms differ from the script (أ/إ/آ→ا, ى→ي, ة→ه) plus
diacritics/tatweel, so the strict per-line match failed for every line, sub_items came out ...
Streamlit re-runs the whole script on each interaction, so load_locales() re-parsed every locale JSON from disk each
time. Wrap it in functools.lru_cache (locale files are static at runtime).
File: app/utils/utils.py. ...
What
Adds skills.external_scanner_command config hook so hermes skills install can route through an external security scanner
(NVIDIA SkillSpector) instead of the shallow native regex/structural scanner. ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| github.com/mudler/edgevpn | v0.33.2 → v0.34.0 | age | confidence |
Release Notes
details summary ...
Summary
This PR adds a third-party plugin source entry for group_task_board in plugins/source.json.
The plugin source code is maintained in a separate repository:
https://github.com/Wyh-max-star/cowagent-plugin-group-task-board ...
!-- PR 제목은 Conventional Commits 형식을 따라주세요. 예: feat(stt): Moonshine 추론 파이프라인 추가 type: feat / fix / docs / refactor / test / chore
변경 요약
- NestJS 서버 초기 세팅 (ConfigModule, TypeORM, Swagger)
- DB 스키마 ...