Michael Bumann

Results 64 issues of Michael Bumann

https://stacker.news/items/74045 basically the option to put the comments feature behind the paywall. The user would pay an invoice and once the invoice is paid a comment can be posted.

https://www.npmjs.com/package/@wordpress/api-fetch

`/profile/[pubkey].png` should resolve to the user's avatar. (relay information can be passed as query param) We get the avatar from the profile that we already store in the PROFILES storage....

Currently we connect to the relay on each request and then disconnect again. This means it's a lot of requests for the relays and some relays have rate limits there....