fusion44

Results 65 comments of fusion44

@bmcgonag Have you got this working for a subdomain? In my example I would like to use tunnel.mydomain.com for the server, so my subdomains would look like webui.tunnel.mydomain.com?

@bmcgonag Awesome, thanks!

I've read that Pythons asyncio can in some cases interfere with Ctrl+C, especially with loops that run forever. Maybe this can be of help: https://stackoverflow.com/questions/53923810/python-asyncio-cleanup-event-loop-on-ctrlc-and-close-vs-stop

I'll take a look at this over the coming weekend.

FWIW, I've implemented something like this in [Dart](https://github.com/fusion44/dart-ln/blob/master/lib/src/implementations/ln_core/core_rpc/core_rpc_implementation.dart) for Core Lightning. It should not be that hard to do translate to Python asyncio, but can't do it myself at the...

I'd use [Weblate](https://weblate.org/) to translate the actual files. On the python side there is a nice library called [python-i18n](https://pypi.org/project/python-i18n/). Seems to be easy to implement.

Just stumbled across this library: https://babel.pocoo.org/en/latest/ Looks like a solid option.

Is this reproducable? This looks like a problem with the framework.

Oh yes. I didn't do any optimizations for Desktop UX, yet. But that is a definitive must fix.

Yes, thats on my to research list. I have a few reservations because the spec seems to require a sphinx relay server to be running alongside the LND node. Users...