Tom Kirkpatrick

Results 35 issues of Tom Kirkpatrick

**Is your feature request related to a problem? Please describe.** I have an existing cluster of lnd nodes defined in docker-compose files and would like to be able to connect...

enhancement
up for grabs
needs planning

Getting this error from lndmon repeatedly in our logs: ``` 2021/03/26 09:06:14 http: superfluous response.WriteHeader call from github.com/prometheus/client_golang/prometheus/promhttp.(*responseWriterDelegator).WriteHeader (delegator.go:58) ``` Posts like these suggest it would be fixed by updating...

Consider the following command used to start up lit. ``` litd --remote.lnd.network=testnet \ --remote.lnd.rpcserver=localhost:10009 \ --remote.lnd.macaroondir=/root/.lnd/data/chain/bitcoin/testnet \ --remote.lnd.tlscertpath=/root/.lnd/tls.cert \ --uipassword=1234 ``` After startup these 4 directories exist. ``` ls -al...

When doing a loop in, the fee that is presented may not be the actual fee that is paid. ![image](https://user-images.githubusercontent.com/200251/99190923-5ff2f100-2761-11eb-9f8d-aa8ecc9db1d1.png) In this example, the fee is quoted as 104,809 sats...

enhancement
ui

We can currently use the slider to select the amount to loop in. It would be nice if we could type in an exact amount since it's hard (sometimes impossible)...

enhancement
ui

I don't quite understand the automatic channel selection option. After initiating a loop with automatic channel selection enabled I'm unsure which channels will be looped into. How/when does it decide?...

Currently it's left to users to define their GroupAccessModel. It would be better if this model was initialized automatically if it doesn't already exist.

Getting this warning every time I do npm install in a project that uses this library: > npm WARN package.json [email protected] No repository field.

Similar to fullcube/loopback-ds-calculated-mixin#7 Mixins run very early in the boot process - before components have run. Components can add properties and methods to models. If you set up this mixin...

Similar to https://github.com/fullcube/loopback-ds-calculated-mixin/issues/7 Mixins run very early in the boot process - before components have run. Components can add properties and methods to models. If you set up this mixin...