Jaewook Ahn
Jaewook Ahn
Hello, I want to improve i18n for ko_KR. Can I do it?
@danielforsberg @charleycesar To fix this problem, we can try to fix some ways: ## 1. Flatten style use `StyleSheet.flatten(styles.rightText)` ## 2. Change `propTypes` object in this checkbox component ``` static...
> @Jaewoook It also works normally in my environment. A new credential is created normally. Please check again Did you test with domain-admin permission? Let me know your test permission...
If you want to reduce dependency hell, how about consider using **[pnpm](https://pnpm.io/ko/)**? It might helpful for reducing disk space and dependency complexity.
I found a PR #1306 that updates lint rules. How's it going?
I would like to suggest some conventions. ### Suggestion: Use consistent variable name Although the suggestion is ambiguous, I'm going to handle some case when naming variable. #### 1. element...
### Suggestion: import order I suggest applying the import/order rule. You can read more detail in following link. rule documentation: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/order.md
### Suggestion: lit-a11y rules The lit-a11y *(accessibility)* rules already applied in this project but there's so many lit-a11y errors in this project. Good accessibility makes better web experience for user....
### Suggestion: component method order (component structure) I think component can be separated as 4 part - variables / event handlers / renders / operation logics Each component has different...
> ### Suggestion: component method order (component structure) > I think component can be separated as 4 part - variables / event handlers / renders / operation logics > >...