pullrequests Search Results · language:Dune language:Python language:HTML language:JavaScript language:Python language:TypeScript
Filter by
255M results
Addresses the user s issue where the mobile header logo was far too small, and the icons took a very long time to load.
First, we modified the Tailwind grid/flex constraints in Header.tsx. Previously, ...
Why
package.json declares two bins (claudex + codexx), but package-lock.json s root package only listed claudex. Every npm
install regenerated this one-line diff, adding noise to unrelated PRs/working ...
- Removed the old contact API route and replaced it with a new structure for handling contact submissions.
- Updated the ContactPage component to utilize new icons for better visual representation. ...
Problem
The unrealizedPnL calculation in server/position-pricer.ts was using buyTokenAmount directly without accounting for
token decimals. For tokens with non-zero decimals (e.g. USDC with 6 decimals), ...
Fixes #937
Overview
Introduces an AI-powered fraud investigation copilot that assists analysts with case summaries, risk explanations,
investigation timelines, and recommended actions.
Features
- ...
Summary
- game-ui.ts 의 as any 캐스트 6곳 + payload: any 3곳 제거
- payload: any → payload: InteractionReplyOptions (discord.js 정확한 타입)
- (interaction as any).update(payload) → (interaction as MessageComponentInteraction).update(payload) ...
Summary
- New src/components/brand/logo.tsx — inline SVG wordmark CMΘ_ (capital C, capital M, capital theta, underscore),
drawn as stroked geometry (not text + font-family) so glyph metrics are ...