Yahor Barkouski

Results 7 comments of Yahor Barkouski

Hey @Rockenstien! Have you succeed with your monaco editor try?

any idea how to handle 500 codes from OpenAI with current setup?

hey, perhaps anyone already created a custom multiselect autocomplete and would like share? 👀

hey @Cowjiang, perhaps you have found a solution already?

@tankwin08 were you able to find the problem / workaround?

Add something like this to your client component: ``` ``` and then handle it: ``` const handleScriptReady = (): void => { console.log("LemonSqueezy loading"); window.createLemonSqueezy(); console.log("LemonSqueezy loaded"); }; ```