pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript
Filter by
94.9M results
Payment submissions were failing with Error en la solicitud because the createOrder function received critical order
data (userEmail, items, total) but did not include them in the API request payload, ...
Summary
- Allow Dependabot branches for configured ecosystems through the required Branch policy check.
- Keep actor-prefix and malformed-branch rejections intact.
Verification
- node --test tests/unit/branch-policy.test.js ...
🚨 Severity: HIGH 💡 Vulnerability: Three UI components (searchQ in Skills Hub search box, message previews in History
View, and projectName in the PDF Export header) rendered unsanitized user inputs into ...
- Created app/services/emailService.js with nodemailer to send booking confirmation emails
- Modified order.controller.js to trigger email after successful order creation
- Email includes show title, ...
Problem
When decoding UTF-32 from a stream, any 4-byte unit that straddles a chunk boundary is corrupted:
const d = iconv.getDecoder( utf-32le );
d.write(Buffer.from([0x41, 0x00, 0x00])); // A (U+0041), ...
Summary
- Phase 3.5 v2 unlock milestone. The new view 21 (21-lesson-key-takeaways from PR #62 harness expansion) empirically
validates these deletions at 0.000% pixel diff — proving the harness ...
Summary
- Adds Feedback Event aggregation read model implementation v0.1.
- Implements deterministic fixture-backed aggregation views over durable feedback events.
- Adds the implementation fixture, ...
Fix
La función check() recibía la Promise de fetch en lugar de la Response resuelta. Al minificar el bundle, res se
renombraba a e y el error aparecía como e.json is not a function .
Causa: check(fetch(...)) ...