Hiverse

Results 9 comments of Hiverse

zzz that is so ridiculous. I remember it was possible before.To unresteem. I wonder what happened. Can't we just edit the json_metadata? and resend another block invalidating the previous operation.

@lealahm @romaindequidt the latest vite preload plugin already solved this problem, https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/commit/685da06fa0d68d86a0d2eeb4fcf8a5fb3f2fb214

@aspiers Hi man, can I know what's your error? By running the inline script by default in vite.config.ts that should do it, that plugin is just a hook event inside...

try my solution... https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/357 ```ts const filter = createFilter(options.include, options.exclude); async writeBundle(outputOptions, bundle) { const outputDir = outputOptions.dir || (outputOptions.file && path.dirname(outputOptions.file)); let fileToDelete: string | null = null; if...

me too. Hanged. I think something to do with secure boot settings.. Hmm

oh my fcking god. Now you're telling me not built yet? fuck... I almost launch production with it..

Hmm I think this one can be solved by throwing out twind altogether. Just use plain tailwindcss with always uptodate version. I've mentioned it before on other issue. This is...

@stevenirby I thought the code i provided won't break anything as you see from the image i attached. The main thing you have to do is include shadowdom which include...