pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:CSS language:Python language:Java
Filter by
191M results
알고리즘 분류
string
풀이 방법
1. 문자열에 등장하는 연속되는 숫자를 이어붙인다.
2. 숫자 외 문자가 등장하거나 반복문이 종료되면 현재 이어붙인 숫자를 더한다.
문제 링크
https://school.programmers.co.kr/learn/courses/30/lessons/120864
String
Problema
Sessões (e outros registros) não estavam sendo enviadas ao Supabase em dois cenários:
1. Registros legados sem user_id eram excluídos do sync
O filtro r.user_id === userId em syncTableSupabase ...
🚨 긴급 버그 수정
사장 근태 기록 캘린더가 전부 빈 화면으로 나오던 버그 수정.
원인
거절 숨김 필터 .neq( status , 거절 )를 work_schedules(근무계획)에 넣어야 하는데, 실수로 attendance_logs(근태) 쿼리에 넣음. attendance_logs엔 status 컬럼이
없어서 조회가 통째로 에러 → 근태 데이터(6월 69건 ...
Summary
This exposes the original quay for calls where the quay has been changed by a realtime update.
Issue
None.
Unit tests
Yes.
Changelog
Skip
Bumping the serialization version id
No
- Users stored in localStorage; tasks linked by userId
- Avatar button opens Users modal: list, switch, add, edit, delete
- Active user highlighted with red badge; switch with one click
- Tasks ...
Summary
- add a local aislop pre-commit hook after ruff
- run aislop in staged-only mode with aislop ci --staged
Why
- gate only staged files while mirroring pylocal-akuvox s aislop setup
CI