Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:Java language:JavaScript

Filter by

236M results  (2 s)

236M results

Fixes persistent 403 caused by API key domain restrictions. The SDK handles auth transparently without needing referrer allowlists. https://claude.ai/code/session_01SCodZYeY7N9f2KaEfathfr

Summary Follow-up to #59: the homepage hero entrance now visibly replays every time the homepage becomes active. No new dependencies, no new CSS — the existing anim-fade-up stagger classes are reused. ...

Summary - Atualiza requisito mínimo de Bun para 1.3+, alinhando com a imagem oven/bun:1.3-alpine usada no Dockerfile. Test plan - Apenas alterações de documentação; nenhuma alteração de código. ...

Bumps eslint from 10.4.0 to 10.4.1. details summary Release notes /summary p em Sourced from a href= https://github.com/eslint/eslint/releases eslint s releases /a . /em /p blockquote h2 v10.4.1 /h2 h2 ...
dependencies
patch

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | oxfmt (source) | ^0.53.0 → ^0.54.0 | age | confidence | Release Notes details summary oxc-project/oxc ...
dependencies

문제 /article, /craft 목록 페이지의 입장 애니메이션(아이템별 0.15초 stagger + 글자 셔플)이 페이지가 마운트될 때마다 재생됩니다. 글 상세 페이지에서 뒤로 가기로 목록에 돌아오면 매번 애니메이션이 다시 실행되어 목록을 즉시 훑어볼 수 없습니다. 특히 스크롤 복원 위치가 목록 하단이면 index * 0.15초 지연 때문에 수 초간 빈 ...

Summary Adds project scaffolding for CI, documentation, and development workflow: - CLAUDE.md: Project context with stack, design tokens, coding rules - CI workflow: Lint, audit, build on push/PR ...

Closes the API keys stored plaintext hardening item before real customer traffic. What Store only a SHA-256 hash of each API key — never plaintext, in the DB, the Redis project cache, or rate-limit buckets. ...

Fixes #3593 When preserveRequiredNullables is false (no paramsSerializer configured), the requiredNullableParamKeys variable is declared but never used, causing TS6133 error with noUnusedLocals: true. ...