Hoseung

Results 10 comments of Hoseung

@ehgks0000 I think this is not a bug. Such a big integer value that the system cannot process must be managed as string(or something other solutions). So `commaizeNumber` accepts string...

You can use `position()` utility as you want, by specifying the value of position property: ```tsx ``` Do you feel the same difficulty when you use `position()` like above?

In your case it looks needed. @raon0211 @changyoungoh Any opinion?

I agree and understand what you are concerned about, but I think the important point of this issue is that we have already allowed using it without giving position: ```typescript...

But I think we don't have to support it at the library level though. Because: - We have been using this `position` utility for a long time but we couldn't...

It also looks great to me. I would like to add those new utils to position's property. What do you think? @raon0211 @yoonminsang ```typescript import { position } from '@toss/emotion-utils';...

@yoonminsang I hope you to write the code. Could you help us?

1. I think we can just support `absolute`, `fixed` and `sticky`. Because other values are not used with `top`, `left`, `right` and `bottom` in general. 2. I think it would...