pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:HTML is:public
Filter by
48.6M results
Лента событий товара (Day 2 плана).
Источник: wb_reports_fact + wb_stocks за 30 дней — без новой таблицы, события вычисляются на лету.
Типы событий:
- PRICE_UP/DOWN — день-к-дню ±5%
- SALES_SPIKE ...
Summary
- updateEventStatus called assertEventAccess(eventId, { requireWrite: true }) without surface: event_management
- Ops role satisfies requireWrite (it s in WRITE_ROLES) so Ops could publish, ...
This PR addresses a security vulnerability and improves code maintainability by:
1. Securing WhatsApp Webhook Verification: Replaced the insecure token === verifyToken with the timing-safe
secureCompare ...
Checklist
!-- Put an x in all the items that apply, ~strikethrough~ items that are not applicable --
- [x] Migrated the component styles
- [x] className is chained correctly with clsx
- ...
type: chore
This pull request replaces the previous MIT License with the GPL-3.0 License to ensure stronger protection and require
derivative works to remain open-source.
Homework6 -add jsAdvancedFunctions homework covering callbacks, recursion, and error handling
Vercel Web Analytics Installation Report
Overview
Successfully installed and configured Vercel Web Analytics for the React + Vite + TypeScript project.
Implementation Details
1. Documentation Review ...
The bug
Assigning access in the admin portal didn t grant it — users saw * access nahi hai, contact administrator *.
Root cause: access = a user holding a role that a portal lists in requiredRoles. The ...