Sovereign Shadow

Results 8 comments of Sovereign Shadow

What, this is a huge issue! Should pin it.🤷

> does not index silent payments but I can make silent payments to the node, from a client?

Note you can't forward without bringing in your own domain, or you can get vanity domain at 3$/month from these guys iirc.

> you should bring your own domain name Any provider you like that is reliable + nokyc? (Always looking for new such domain registrars 😋)

seeing: https://github.com/rjaros/kilua/tree/main/templates/template https://github.com/rjaros/kilua/tree/main/examples/todomvc i just need to add `commonMain/resources`, `webpack.conf.d` dirs. and in gradle - `alias(libs.plugins.kilua)` and this ``` @OptIn(ExperimentalWasmDsl::class) kotlin { js(IR) { useEsModules() browser { commonWebpackConfig { outputFileName...

And add index files and compose code to a new directory in `composeApp/src/jsMain/kotlin/co/empiresec/latent` with compose code and import kilua dependencies, and create DOM. and `composeApp/src/jsMain/resources` with index.html, main.css any tips...

> If you want TailwindCSS support, you can use Kilua Project Wizard in IntelliJ to generate Kilua starter with TailwindCSS module. i would rather know how that wizard generates the...

> But, when I've tested your project, it doesn't build for me even without any changes (there are lot's of unresolved references in the shared module). Also, adding Kilua plugin...