Sojin Park

Results 8 issues of Sojin Park

for example, when I type `[hello](http://google.com)` the output becomes `<a href="http://google.com">hello</a>` what can i do to fix this problem? thanks very much.

## Summary I've proposed a change in the package.json of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/blob/main/package.json#L188) regarding the sideEffects property. Currently, it specifies two directories: ``` "sideEffects: [ "./lib/reanimated2/core", "./lib/index" ] ``` However, this configuration...

For example, when some documents end with == See Also == - [[Something]] When modified, it becomes == See Also == - [[Something] So the link breaks. What can I...

needsFeedback

I have tried to make the dll from twitter-korean-text 4.4, but I had no idea how to do it. Can you share me the way I can make it to...

enhancement

For easy migration from lodash to es-toolkit, our goal is to achieve almost complete feature parity with lodash. For details, please refer to our [compatibility documentation](https://es-toolkit.slash.page/compatibility.html). We intend to migrate...

Support for `pick` is desirable. [Reference](https://github.com/toss/es-toolkit/issues/91#issuecomment-2223873187) - `pick` with object paths like `a.b.c` should be in `es-toolkit/compat`. - It would be easy to implement if we use [get](https://es-toolkit.slash.page/reference/compat/object/get.html#get). - `pick`...

## What is es-toolkit/compat? `es-toolkit/compat` is a compatibility layer designed to help you transition from `lodash` to `es-toolkit`. It aims for 100% compatibility with lodash. See our [compatibility docs](https://es-toolkit.slash.page/compatibility.html). ##...

Support for [sortBy](https://lodash.com/docs/4.17.15#sortBy) is needed.