Thomas Profelt

Results 9 comments of Thomas Profelt

When you say in Kotlin, do you have any specific http server lib in mind (ktor, http4k, webflux ...) or do you mean on top of Java akka-http with Kotlin.

So playing a bit with Kotlin http server interop (ktor, http4k) in an Eclair plugin shows me yes interop is possible but it requires some heavy amount of glue code...

Sounds good. And yes an extendable library for the API will definitely be required. Also right now a plugin has dependencies into eclair-core (Kit, Eclair, ...) as well as eclair-node....

I just noticed that current LNUrlW implementation does not give access to the invoice that is processed. Showing a QR (that is never used) does not make much sense during...

Yes we ran into a similar issue (LND). From what I gathered in the newAddress RPC and rest the address type needs to be one of the NOT unused ones:...

It would be nice to have this built as an explicit function (UI trigger) but for now you can simply wrap your query like the following and it will render...

Sure, the `Copy ... To` only works with psql (PostgreSQL) there this works as valid export statement. There is a similar non standard export command for mysql that looks like...

Same issue with PNG files (app crash). When using SVG the image can be placed and looks good but vanishes when document is saved and then reopend.

> @tompro, during local tests, I noticed that `diesel` requires the database URL for generating the rust schemas. Do you know if there is a way to generate schemas without...