Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript

Filter by

175M results  (3 s)

175M results

Motivation - Ensure the ownership-audit diagnostics reflect the new release marker so runtime audits and fallback error payloads report the updated V226.4 version. Description - Updated the ...
codex

!-- CURSOR_AGENT_PR_BODY_BEGIN -- Summary - Fix mobile account creation/login error by routing Firebase Auth through the Vercel server instead of requiring direct Firebase client configuration ...

Motivation - Prevent leaking internal error messages and stack details to clients during the OAuth verification flow. - Provide a stable, sanitized debug code for clients while enabling server-side ...
codex

Summary - Add client/vercel.json so the Vercel project rooted at client/ rewrites nested SPA paths like /p/easystore/:productId to index.html. Test Plan - cd client npm test -- --run src/App.easystore-preview.test.jsx ...

This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | | --- | --- | --- | --- | --- | | fro-bot/agent | action | minor | v0.51.0 → v0.52.0 | OpenSSF Scorecard | Release ...
action
automerge
dependencies
github-actions
minor
renovate
workflows

Summary - Stamped the in-page ADL Schema Reference section in adl-cli.md with the schema version it reflects: ADL schema/v1 (JSON Schema Draft-07) as of v0.14.0, the current inference-gateway/adl ...

Summary - memoize heavy Settings derivations to reduce rerender work: - segment total weights - integration status sorted entries + configured/required counts - formatted integration ...

Résumé - Ajoute une Phase 13 : Pages légales conformité éditeur dans status.md, documentant le lot livré en PR #38 (politique de confidentialité, mentions légales, CGU, layout partagé, liens footer/consentement) ...

Pull Request: Fix Masonry Layout for Compact Grid Summary This PR addresses layout issues in the GIF galleries by making the Masonry grid compact and consistent across all screen sizes, similar to Giphy’s ...

💡 What: Replaced synchronous I/O methods (fs.existsSync, fs.readFileSync, fs.writeFileSync) with fs.promises.readFile and fs.promises.writeFile. 🎯 Why: To prevent event loop blocking. While the script ...