Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:Python language:JavaScript language:C# language:Python

Filter by

244M results  (2 s)

244M results

💡 What: - Linked the Project Name label to its corresponding input field using htmlFor and id. - Added role= alert and aria-live= assertive to the dynamic error container. - Added a window.confirm ...

Рефакторинг системы коммуникации модулей: - Замена emitToAI на специализированные методы отправки (текст, изображение, аудио) в IModuleDeps. - Удаление промежуточного слоя ModuleController с переносом ...

Summary - Added src/app/(protected)/error.tsx — client component error boundary with a reset button for protected routes - Added src/app/(protected)/loading.tsx — centered spinner for protected route ...

Summary Adds gzip compression to OTLP metric export requests (NR-574461). The Hybrid Agent spec requires OTLP metric exports to be compressed (REQ-022, MUST). The OpenTelemetry SDK version in use removed ...

Summary - iOS WebKit only unlocks audio from a completed gesture (touchend/click), but the game was only using pointerdown. The audio context stayed permanently suspended, silencing both music and ...

I had to get rid of the one created by us and just make the header absolute pos, but this is only for mobile view Closes: #1205

Summary Added property under CoreUI for changing the chat bubble render distance. Related issue or discussion Related to #704 Type of change - [ ] Bug fix - [X] New feature - [ ] Refactor ...

Summary offline_command_queue.command_encrypted held the plaintext JSON payload with a placeholder pending nonce on both web and mobile. That table is owner-readable (RLS) + GDPR-exported, so the payload ...

Summary Fixes JWT crit header vulnerability in PyJWT by updating from version 2.10.1 to 2.13.0. Note: This PR is built on top of previous CVE fixes (Pillow #336, cryptography #335, pyasn1 #334). Once ...