Michael Bumann

Results 64 issues of Michael Bumann

[LSAT](https://lsat.tech/protocol-specification#http-specification) is a HTTP based authentication scheme that defines a protocol to exchange lightning payment information on the HTTP level. It is intended to communicate a payment request from the...

### Feature description Currently we always load the transaction list when the wallet is shown. On slower wallet connections this makes Alby feel slow. ### Describe the solution We should...

idea

Our email regex that we use to check if something is a lightning address does not support unicode domains like (丰.ml) Can we safely change that: https://github.com/getAlby/lightning-browser-extension/blob/57db3b3a178acc4ad0109c543c970f33787cd410/src/common/lib/lnurl.ts#L13 ? email regex...

bug
hacktoberfest

Currently it is not possible to use the Enricher to log context specific information that is added from other middlewares like for example the user ID. Could calling the Enricher...

question

This is an experimental wrapper around the send_payment shortcut calls. The goal is to provide a simple interface to check if the payment was successful.

Flags are a bad icon for indicating languages. Not only people relating to the german flag speak german. even more true for the UK flag for example.

Der aktuelle call to action ist "liga erstellen" mit dem Text davor "Kostenlos eine eigene Liga anlegen, ..." ich glaube das Produkt sollte an der stelle noch besser erklärt werden....

the sepa['eref'] field contains the end to end id of SEPA transactions. since this is a widely used identifier (that is also used to match the transaction with a debit/credit)...

enhancement

a generic `requestPayment(invoice)` function that checks if webln is available, and if so it calls webln. otherwise it renders a DOM element with a QR code + an input field...

I have some keys that require a passphrase to be set. What is the correct way to pass the passphrase for encryption? I saw some solutions to pipe it to...

good first task