Michael Bumann
Michael Bumann
it seems the state of `crypto.isRequestingPassword` is always `true` [screenshot](https://i.imgur.com/Ubcm4G1.png) - do you have an idea why that is the case? Shouldn't that be `false` once one payment is done...
ok, thanks for the hint. somehow it seems this is always the case. inspecting the state [here](https://github.com/joule-labs/joule-extension/compare/autopay...bumi:autopay#diff-3ced115a359b19b224273c76e9dd50c6R106) or [here](https://github.com/joule-labs/joule-extension/compare/autopay...bumi:autopay#diff-ca7a74490c1b54759e5468e52e89de38R56) gives me an empty password. Though I don't have to enter...
hmm. does that mean current master also has that issue? I could try working on a native proxy for a showcase. But native extension can not be bundled with the...
fyi. this is the proxy app I've built to work around the invalid cert error: https://github.com/bumi/lnd-proxy it runs a local proxy and proxies requests from localhost to the remote LND...
it is a pretty early version and I have to learn some Golang for it :) And I am wondering about the UX and the usefulness of it. If the...
bump, is there anything we can do to get it back up?
The main problem is that zip files contain the file modification timestamps and thus the build never fully reproducible. The problem of timestamps and reproducible builds is described [here](https://reproducible-builds.org/docs/timestamps/) To...
Here is another option which I actually prefer: https://github.com/joule-labs/joule-extension/pull/269 It changes the build process slightly to not create the zip with JS in the webpack build process but using a...
As part of the [lightning hacksprint](https://wiki.fulmo.org/wiki/Lightning_HackSprint_December_2020) I was working on this. It does not fit into the current Joule architecture. So I started experimenting with a [new browser extension](https://github.com/bumi/lightning-browser-extension) that...