Konstantin Komelin

Results 129 comments of Konstantin Komelin

Thanks for explaining @mario4tier ! That's a solid piece of work. Great

Hey @lamngo255, Sorry for not responding earlier. Was busy with other stuff. I don't really know what to recommend in your case. Maybe try 1.8.0 or gradually downgrade to the...

@RobIsHere excuse me, on "he" and "his", who are you talking about?

Got it @RobIsHere . "He" was just unusual for me because in the Western world, people rarely use it. Anyway, you raised a good concern. Unfortunately, that is how some...

Here is a playground monorepo which includes tests for Astro, Next, Nuxt, React, Svelte [kkomelin/isomorphic-dompurify-playgrounds](https://github.com/kkomelin/isomorphic-dompurify-playgrounds)

Nice one! It's really hard to develop Walrus stuff without Testnet Sui coins, so we definitely need to do something about it.

Nice @awnion. Thank you. Look forward for it to be pushed!

Tested with `docker run --rm -ti ghcr.io/awnion/sui_cli_completions/sui_cli_bash_completions:latest` The autocompletion works fine.

@Ho-s If you want to load a component for client only, you may use modern Next.js approach like ["use client"](https://nextjs.org/docs/app/api-reference/directives/use-client) at the top of the component file or the good...