Ji Sungbin (Forky)

Results 60 issues of Ji Sungbin (Forky)

### 기본 - [x] 구상 틀 잡기 - [ ] 디자인 틀 잡기 ### 저장소 - [ ] 이름 - [ ] 아이디 - [ ] 생성 유저 아이디 -...

1. 동작 브런치 `stable`로 설정 2. `SecretConfig` 파일 설정

- [x] 에디터 폰트 크기 - [x] 애디터 자동 저장 - [x] ---------- - [x] 스크립트 추가시 기본 코드 (각각 언어별) - [x] 스크립트 추가 기본 언어 - [x] 스크립트...

- [ ] Log - [ ] File - [ ] Image - [ ] UI - [ ] Api - [ ] Rhino

Removed incorrect parentheses at the end of the `BuildConfig.kt` code in the `Generate top-level constants` section.

- [x] 중복 코드 제거 (대부분의 중복 코드를 별도 모듈로 분리함) - [x] 컴포넌트 자체의 inspectable 제거 - [x] animation 모듈에서 animation spec 하드코딩 제거 - [ ] sugar-syntax 유틸...

enhancement
architecture

``` No mapping for symbol: VALUE_PARAMETER name:singleLine index:10 type:kotlin.Boolean ``` 추후 이 문제를 해결하고 textfield sugar를 활성화해야 함

bug
help wanted
sugar-hosted

https://developer.android.com/reference/kotlin/androidx/compose/ui/node/Ref ```kotlin package androidx.compose.ui.node /** * Value holder general purpose class. */ class Ref { var value: T? = null } ```

enhancement
ui

## Ref: [NIA#880](https://togithub.com/android/nowinandroid/pull/880) Part of #606

enhancement
gradle