박찬혁

Results 15 issues of 박찬혁

마침표 뒤에 띄어쓰기가 없어서 띄어쓰기를 추가함으로써 가독성을 향상시켰습니다.

## Overview I have translated the @toss/validators package to the i18n specification. ### Question Currently, the folder structure seems to be not clean because there are implementation functions, test codes,...

fix: typo interact

## Overview ### Changes Proposed This PR marks the deprecation of `@toss/hangul` and transitions to using `es-hangul` by reexporting functionalities directly from the new package. This shift aims to streamline...

### **Package Scope** Package name: @toss/react ### **Describe the bug** If a value is initialized through `defaultValue`, the value is not set in the `session storage`. ### **Expected behavior** Even...

## Overview I wrote test code for getViewportSize function ## PR Checklist - [x] I read and included theses actions below 1. I have read the [Contributing Guide](https://github.com/toss/slash/blob/main/.github/CONTRIBUTING.md) 2. I...

## Overview # Merge @tossteam/use-loading # @toss/react Implemented `useIsMountedRef` ### Motivation([reference](https://github.com/helderberto/use-is-mounted-ref)) - Avoid memory leaks setting states when component are unmounted; - Control when component already mounted; - Common error...

좋은 서비스 제공해주셔서 감사합니다. 내부 코드를 살펴보던중 `ReactQueryDevtools` 를 `environment` 가 `development` `production` 모드에 따라서 수동적으로 랜더링이 제어되고 있는것을 발견했습니다. 제가 알고 있는 바에 따르면, ReactQueryDevtools 내부에서 자동적으로 `environment` 에...

fix #49 ## Overview 두 문자열의 유사도를 측정할 수 있는 calculateSimilarity 함수를 만들고, 문서화를 진행합니다. 두 한글 문자열의 유사도를 계산하여 0에서 100 사이의 값을 반환합니다. 이 함수는 es-hangul 라이브러리의 disassembleHangul...

### Description 한국어 문장 / 단어를 주입하면, 로마자로 변환한 string을 반환해주는 기능을 가진 함수 ### Possible Solution ```tsx /** * 한글 텍스트를 로마자로 변환합니다. * @param hangulText 변환하고자 하는 한글...