Sampriti Panda
Sampriti Panda
@zulipbot abandon
I vote for 2. Like @PurityControl I am against having some validations in the db and others in the model. I think all of the validations should be done in...
I agree with @yggie on the point that it much easier to organize all the validations in the model rather than having some validations in the model and others in...
@motasem-salem You need to have a `validates_presence_of :parent` on the child model. I do this almost everywhere.
@motasem-salem I would go for adding these foreign keys. However I would prefer to do it manually
Hey, I think I developed the script in Python 2. Replacing xrange with range should fix it I think.
Thanks, I indeed had `DD_PROFILING_STACK_V2_ENABLED` and `DD_PROFILING_EXPORT_LIBDD_ENABLED` enabled to mitigate segfaults from Python 3.11. Should I disable both of them or just STACK_V2?