Skip to content

pullrequests Search Results · language:Dune language:Python language:Vue language:Java language:TypeScript language:JavaScript

Filter by

56.9M results  (2 s)

56.9M results

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | vitest (source) | ^4.1.7 → ^4.1.8 | age | confidence | Release Notes details summary vitest-dev/vitest ...

Summary 課金(premium)ユーザーのログイン時だけ永続層を Dexie → Supabase に切替え、初回はローカルをクラウドへ同期する。未ログイン(guest)・無料(free)は常に IndexedDB(Dexie) のままで挙動不変。 ⚠️ このPRは P1-e2(#29)にスタック(base が #29、その先に #28)。#28 → #29 → 本PR の順でマージ後、base ...

Implements #1715 §10 — auto-classify existing accounts from name and code . Problem classifyAccountUsage (code/name/type signals) only ran on new account creation. Every account predating the accountUsage ...

Summary - Adds a project-level CLAUDE.md documenting branching rules (master/staging are protected, branch-first workflow), commit message conventions, the Sanity CMS singleton pattern, seeding ...

Summary - Added a top-of-file JSDoc block to api/src/server.js documenting the module s role, default port, CORS policy, and the CLAUDE_FUSE_NO_LISTEN test flag. Test plan - [ ] Verify no functional ...

Summary [required] Adds an account switching option to the email verification page. Users can now sign out and return to the authentication page if they accidentally register or sign in with the wrong ...

Bumps @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.1. details summary Release notes /summary p em Sourced from a href= https://github.com/typescript-eslint/typescript-eslint/releases @​typescript-eslint/eslint-plugin ...
dependencies
javascript

概要 文字コード変換ツールで UTF-8/LF → SJIS/CRLF に変換すると、ダウンロードしたファイルの末尾に NUL バイト(0x00)が混入し、VS Code が「このファイルはバイナリか、サポートされていないテキストエンコードを使用しているため、テキストエディターに表示できません。」と表示して開けなくなる不具合を修正します。 根本原因 src/utils/download.ts ...

제목: feat: 네이버 로그인 + /signup + 로그인 E2E 테스트 내용: ## 개요 인증 2단계(네이버 소셜 로그인)와 1단계 보완(/signup, E2E 테스트)을 함께 반영. ## 변경 - 네이버 로그인: 수동 OAuth(라우트 핸들러) + Supabase Admin으로 세션 수립, 신규 가입은 /onboarding 닉네임 입력, 같은 이메일은 ...