Alex Gleason

Results 417 comments of Alex Gleason

I think what we're looking for is not one invoice for multiple people, but one QR code / bech32 entity that encodes multiple invoices, so that the Lightning wallet handles...

This looks like it would fix https://github.com/asdf-community/asdf-deno/issues/45 `asdf list` wouldn't show it, but it would allow specifying an rc version in the .tool-versions file.

We could just mark it as deprecated in TypeScript instead of removing it. ```ts /** @deprecated Use `neventEncode` and include relay URLs when possible. */ export function noteEncode(hex: string): Note...

I'm not a maintainer. I just clicked "approve" because I want it to be merged.

Today I used Contour to launch https://10minutepleroma.com/, which lets users deploy a social media server on a subdomain for 10 minutes by clicking a button. It was important I had...

I agree with option 3, seems the most foolproof. The first on doesn't cover a user who manually deleted their cookies. The second one doesn't cover a user who shut...

I like that idea too. :smile: Also just want to document here: the blogging platform Medium sends a JSON delta of every change made by the user to the server....