Anyone can write anything, it doesn't make it true.
Eg, I can say: "ai wrote this comment".
Or I can say: "ai did not write this comment".
Looking at the comments alone does not tell you whether they were or were not written by ai. Same for videos.
What is going on is that you are trusting the disclosure is significant and real. So, when you see the disclosure you are concluding something on the basis of TRUST. Same for the video itself.
Seeing something on a screen does not make it a true representation of reality. You do not know reality; you only know that you saw a video. This applies to disclosure, video, comments - anything on a screen.
I get this error too and if I try again: { ... "error":{"type":"permission_error","message":"anthropic.claude-opus-4-7 is not available for this account. You can explore other available models on Amazon Bedrock. For additional access options, contact AWS Sales at https://aws.amazon.com/contact-us/sales-support/"}}
stripe-no-webhooks integrates automatically with nextjs via cli & gives you useful abstractions on top of postgres like await billing.credits.consume({ userId, key: "api_calls", amount: 1 });
this doesn't work. Most of people follow the workflow you described and call it a day. The problem comes later when, for example, you realise stripe gives a grace period when payment for a subscription fails but the subscription still shows as active in your backend (by this time bad actors have been abusing your software for months).
With stripe-no-webhooks the default behaviour is that subscriptions get cancelled when payment fails and you can deal with your internal logic by putting it inside onSubscriptionCancelled hook.
There are many of small quirks that can be extremely costly (for example if you offer an AI product) and we take care of this for you
other contributor of stripe-no-webhooks here. Yes we support Clover but should be compatible with most versions, if you have any problem open a github issue and we'll fix it ASAP