blckbx

Results 49 comments of blckbx

Hello @84adam, sorry for this very late reply. I haven't been notified about any open issues somehow. The size of the postgresql db really depends on how many channels you...

Making use of TunnelSats docker container IP, we can cut editing down to one file (port change of `exports.sh`) besides creating a separate CLN config file (which should be default...

Linking LND's PR to unleash the power of concurrent access for PostgreSQL, aimed to be merged in next release 0.18: https://github.com/lightningnetwork/lnd/pull/8644

You're right! The replaced PR was planned for 0.18: https://github.com/lightningnetwork/lnd/pull/7992

@cootshk ``` Pillow=10.0.0 ``` For Python 3.12 compatibility, `Pillow` needs to be upped to minimum version `10.0.0` (tested on Ubuntu 24.04). `transformers` may be strictly pinned to `4.40`.

See my working config here: https://github.com/mashb1t/Fooocus/discussions/19#discussioncomment-9284128

Yeah, been tinkering with mashbit's fork and got it working on Ubuntu 24.04 this way. But I guess it depends on availability of python packages (pypi access especially from China)...

> Please check out the fixed versions of #2927, as it's always better to pin versions, especially for security and / or bundling via zip file. > Feedback would highly...

Thanks for reporting back. I guess these requirements were added on update to v24.x or even earlier for v23.11. An upgrade PR has been closed due to inactivity: https://github.com/raspibolt/raspibolt/pull/1394/files Would...

Proposal: Instead of resolving various confilcts by merging main branch into citadel branch, we should rather extract citadel specific install and uninstall instructions into new bash scripts and merge them...