(no title)
wmedrano | 1 year ago
The code snippet has a subtle but significant issue in the default value of the id column. Here is the problematic part: ... In this line, default=str(uuid.uuid4()) is evaluated only once at the time of the class definition, not each time a new StripeCustomer instance is created....
SamBam|1 year ago
I expect ChatGPT wouldn't have been able to solve the issue given the entire codebase.
sitkack|1 year ago
Ensure that the revenue generating codepaths have proper logging.
This failure had very little to do with having an LLM write it.