Kevin Grüneberg

Results 32 comments of Kevin Grüneberg

I need to have a look at how the JS client does this, definitely haven't tested it. If you figure this out, feel free to contribute a PR as time...

I'll take care of clarifying the docs, but just to give you some more details: The subscription plan is set on the organization level and you cannot mix paid a...

We recommend using the `user_agent` header for this and have just documented it: https://supabase.com/docs/guides/platform/logs#additional-request-metadata

The stripe-sync-engine does not support refunds yet, PRs are welcome though - should be fairly straight forward to add if you look at any of the supported events The auto...

Event is supported with https://github.com/supabase/stripe-sync-engine/pull/147 though it's recommended to listen to `refunds.*` events instead

@ricochenft what's your openssl version? Also cannot seem to install dependencies, node-rdkafka 3.1.1 / Node 20.18 / OSX 15

I see - as the id is the primary key of the invoices table, we cannot re-use the invoices table for upcoming invoices without a larger breaking change. Upcoming invoices...

I've for now removed support for the webhook as it will never work (id is missing) and have flagged the issue as an enhancement

@ivasilov While the default 24h staleness seems fine, what would be very useful is being able to define a minimum commit/version that forces refreshes more or less immediately (within a...

Unfortunately fixing this at the root will involve rewriting the migrations which won't work with the current migration library as checksums would differ and migrations would fail. I think the...