조성동
조성동
```javascript (() => { const isDarkTheme = window.matchMedia("(prefers-color-scheme: dark)").matches; import(`antd/dist/antd.${isDarkTheme ? 'dark.' : ''}css`); })(); ReactDOM.render( , document.getElementById('root') ); ``` Write your root component. it works :)
I will work for this soon as soon possible..!
@kevinOriginal 안녕하세요! 개발에 참여한 조성동이라고 합니다. 버그 리포트 감사드립니다. :) 클론 프로젝트를 개발하며 가장 값진 보람은 원작자의 코멘트 아닐까 생각했는데, 무척이나 기쁩니다! 만나뵙고 더 deep한 얘기 나누고 싶네요. 팀원들과 시간...
@afc163 Would you reivew this PR?
Oh, it's changed too much from when I first wrote it. I'll change it to draft state and work on it later.
@kidjp85 Would you review this PR?
@MiryangJung > https://github.com/supabase/gotrue/blob/f5ac224d615c59041f902d2d1b3ae20e89ec4e6a/internal/api/provider/provider.go#L30-L68 There is a defined Clams type that encapsulates the structure of user data commonly utilized by providers. This stores metadata provided by the providers. The purpose of...
@kangmingtay Would you help us? 🥹
@dshukertjr @lightofjeju > https://github.com/supabase/gotrue/blob/757989c1d3856a1dc450c2e0a5cb1c8e0172a6a6/internal/api/provider/kakao.go#L82-L86 It seems to be requested because the above three scopes are always put in by default. To modify, we need to modify the logic related to...
@reslear I think it's possible, but I don't think this project is actually necessary ([tailwind v3 still supports esm](https://tailwindcss.com/docs/configuration#using-esm-or-type-script)). My screenshot is simply a capture of the d.ts file from...