pory

Results 14 comments of pory

In this commit I simplified the migration, kept lifpay in the database and otherwise followed the instructions given

i tested using something like this: `setInterval(() => { fetch('/api/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ query: '{ me { id name } }' }) }).then(r...

After spending some time in the documentations you suggested, I implemented a custom Apollo Link that injects `AbortSignal` into all GraphQL operations and physically cancels them during logout/account switching. I...

Thank you for the detailed review. I've implemented all your requests: unused code removed, emoji replaced with SVG, detection logic fixed. You were right about the critical issue! Audio files...