Hyeseong Kim

Results 394 comments of Hyeseong Kim

It looks like an existing syntax, but the semantics are different? I am worried that if it will end up asking for dirty exception handling for every directive code path....

As a ReasonML/ReScript beginner, what I felt while writing some bindings, syntaxes/keywords weren't really obstacles, but It made it easy to infer that the different behavior. The reason why binding...

I see. I added a global style to my website ```css #prismic-toolbar-v2 { visibility: hidden; } ``` It would be nice to add docs for this. or we can add...

And since the toolbar is required, it's better to provide a [preconnect directive](https://web.dev/uses-rel-preconnect/) for the prismic toolbar location. -> PR #399

- boolean - list and list item - entry of group field - data field of custom type - body field of custom type - primary field of slices -...

There will be conflict issue when making primary fields as non-nullable. ``` Fields "primary" conflict because they return conflicting types "PrismicTeamContentsDataMainBodyKeyVisualPrimary!" and "PrismicTeamContentsDataMainBodyTitleAndIllustrationPrimary". Use different aliases on the fields to...

https://github.com/yarnpkg/berry/pull/2598 is merged into upstream. go to definition will works with @BenElgar's snippet or [vim-rzip](https://github.com/lbrayner/vim-rzip) plugin in next release.

https://github.com/argyleink/blingblingjs jQuery alt 로 요건 어때요? *초단순* DOM API 래퍼라 600 바이트 밖에 안하던데 VizBug 쪽 코드에서 쓰는거 보고 발견했어요.

(말씀하신) 쓰이는 것들 둘러보니 굳이 jQuery 까지 필요 없겠고 적당한 슈가만 있으면 되지 싶은데 cash 도 좀 커보였어요. 실제로 지금도 jQuery 안쓰고 쌩 DOM API로만 구현한것들도 꽤 되던데요

Related with #380 ?