Roland

Results 256 comments of Roland

@stevenspiel It looks like the order of the keys in the composite index is important (location.geohash must be last in the list?) I managed to do it without .reference().

@MaskyS the key here is to use the "very unique URL" as opposed to my actual website URL (which breaks the redirect and my website is opened instead).

My use case - I want to be able to query to find items that have an expiry at least 1 day later than the date they were claimed. I...

The above isn't just on Android, it's on Windows Chrome too. This is a common usecase (button that opens a link).

It looks like as a temporary fix you can do: (note e?. required for clicking the button again after navigating back, it seems like the event is not always available)...

As soon as I connect Sparrow to Polar it seems to kill Polar's connection to Bitcoind. I worked around it by using the Polar RPC api via postman, and using...

There was an old PR that seems like it never went anywhere https://github.com/getAlby/lightning-browser-extension/pull/2121 - It is probably best to update the DB to include a contacts list table rather than...

@thebrandonlucas awesome, thanks for looking into this! Actually, ideally the bolt11 package would actually support mutinynet. It already supports testnet/mainnet so it could also do this check internally. What do...

Hi @thebrandonlucas After looking at your changes, your first suggestion (forking the bolt11 library and using that until the PR gets merged) seems like the best option to me, as...

I tested this with https://signet-app.mutinywallet.com/ to create an invoice and NWC-next using mutinynet configuration connected to the Alby Extension to pay it - looks good!