Matt Strayer

Results 11 comments of Matt Strayer

Also running into this issue via a webhook after setting a new default card `customer.add_card(source=xxx)` and then detaching all other sources ```python for source in request.customer.customer_payment_methods: if source.id != new_source.id:...

For us this seems to be isolated to Firefox users. Can only reproduce _sometimes_ with one endpoint. Some requests will work, others fail without a clear reason.

@vijetmahabaleshwar-okta can you or someone from the team merge this in?

This now seems to be broken with the latest versions. ```typescript import { defineConfig } from "wxt"; import devtools from "vite-plugin-vue-devtools"; // See https://wxt.dev/api/config.html export default defineConfig({ modules: ["@wxt-dev/module-vue", "@wxt-dev/auto-icons"],...

FYI -- This works with 0.19.0, but breaks when moving to 0.19.1 @aklinker1

Adding the entrypointloader as you suggested worked for now! Thank you! @alexzhang1030 Vscode is showing that as a deprecated field, is that correct?

Should tie this to a blog post for the in-depth Stripe integration.

For now I just made a BaseJob that all other jobs inherit from ```typescript import Application from '@ioc:Adonis/Core/Application' import { JobHandlerContract, Queue, type Job } from '@ioc:Rlanz/Queue' export default class...

I like that approach! Easily configurable per environment which would be great :)

Thanks for patching this up @ursm. @jherdman -- any chance you or another member of the org could merge this and cut a release? Thanks!