Results 75 comments of Jono M

Will work on GUIDs and payouts (payments) - basically things linked from the user page

I'll pick up the multiple matches template, and then I think everything else is variations on on users#show and purchases (I'll check back through my PRs as well; there were...

Looks like it is indeed fixed now that #1887 is merged, but let us know if it still comes up

Adding this in settings is working for me: ```json { ... "lsp": { "typescript-language-server": { "initialization_options": { "preferences": { "importModuleSpecifierPreference": "non-relative" } } } } } ```

Thanks for working on this, but I think here it's important to test both the MinIO and CloudFront logic to be confident production will work. See: https://github.com/antiwork/gumroad/pull/1773/commits/b31483c4242307162f8a5ab5dffe0a5dd9867693

@ershad IMO for simplicity we shouldn't have these conditionals in specs and should always assume MinIO is used - do you agree, or should we support running specs with a...

Added just the MinIO parts here, was easier than rebasing etc. Thanks! https://github.com/antiwork/gumroad/pull/1773/commits/5cbfbf6bebdc4a9726dc91186d223e9b5e939729

Thanks, also copied across just the MinIO parts here https://github.com/antiwork/gumroad/pull/1773/commits/5cbfbf6bebdc4a9726dc91186d223e9b5e939729

Here as well we shouldn't use conditionals in specs; for this one we can just assume we're using MinIO

Ended up just renaming `public_url` to `presigned_url` for simplicity, see: https://github.com/antiwork/gumroad/pull/1773/commits/7459983da89ab449ef624d9989fada45c9321237