Thibaut LaBarre
Thibaut LaBarre
Replacing ``` # First part return the files being commited, excluding deleted files. git diff-index -z --cached HEAD --name-only --diff-filter=ACMRTUXB | xargs --null --no-run-if-empty git lint; ``` with ``` git...
For [AWS CDK](https://aws.amazon.com/cdk/) users, here are the settings that worked for me: ```Typescript /** S3 BUCKET FOR ZAPPA LAMBDAS */ const zappaBucket = new s3.Bucket(this, 'ZappaBucket', { bucketName: `zappa-${this.stackName.toLowerCase()}`, blockPublicAccess:...
This is impacting us as well.
I have been hit by this as well. I wouldn't expect `post_save` hooks to be called until I actually click "Confirm Import".
This is still relevant.
Exact same problem here.
Response from intercom support: > I pulled our logs and am seeing 2 requests to create the user at the exact same time. One was successful and the other resulted...
We were also surprised by this behavior. @coler-j what did you end up doing?
Here's a suggestion to bypass `delete_reverse_relations_if_need` if the serializer is set to partial update: #112
Same here. I am blocked until I can click OK for the alert in the browser. Works fine when driving the workflow in Chromium myself.