Michael Bumann

Results 64 issues of Michael Bumann

### Is your feature request related to a problem? Please describe Umbrel released version 0.5 and changed the interface. We need to update the instructions and the video how to...

documentation
good first issue

When a user deletes the extension we want to ask them for feedback. There should be a callback to open a page on uninstall. - https://developer.chrome.com/docs/extensions/reference/runtime/#method-setUninstallURL - https://www.extension.ninja/blog/post/browser-extension-setuninstallurl - https://github.com/getAlby/lightning-browser-extension/blob/refactor/_allowance-list/src/extension/background-script/index.js#L140

good first issue
frontend

WebBTC is a new name to standardize how websites interact with bitcoin apps. We should support the proposed `window.bitcoin` spec. - pretty much the same as `window.webln` but under the...

idea
frontend

The presonal bitcoin node software Umbrel released an app store which makes installing Bitcoin/Lightning app super easy: https://medium.com/getumbrel/introducing-the-umbrel-app-store-7a2068c64a10 lnme should be packaged for the Umbrel app store: https://github.com/getumbrel/umbrel/blob/master/apps/README.md It seems...

Currently the tor datadir is created in the root folder. This should be configurable. for this a `DataDir` setting must be passed to bine: https://github.com/cretz/bine/blob/f9f678b84ccaed1c3f919406b44a7d95ddbd6d47/tor/tor.go#L38

it would be pretty neat to be able to share links to a subset of the stored bookmarks. Meaning having a URL that directly filters the bookmarks for a certain...

feature

It seems that @railslove removed the authors of this gem from the repository - probably by accident. Sadly nobody @railslove takes care of the maintenance of the gem and has...

Currently BlueWallet does not return the preimage on the webln.sendPayment calls. This breaks implementations that wait for the response and also use the preimage to validate payments. This change tries...

Currently we only save the host. We should also store the full location and the LNURL description in the tipping payment. we probably need to pass in more information here:...

enhancement
design-needed

What do we show on the publishers page when a user does not yet has configured any allowances? Maybe: an explanation what an allowance is and a link to a...

enhancement
frontend
design-needed