Craig

Results 6 comments of Craig

@keithhackbarth Do you happen to know what I should do to merge this PR? I'm not authorized to do so and the build status is still in orange.

I think you get `got an unexpected keyword argument 'extra_files'` if gunicorn cannot detect you have inotify installed, either because you are not running on linux or there were import...

I found a good example of putting authentication in business logic in the graphene-django issues [here](https://github.com/graphql-python/graphene-django/issues/79#issuecomment-600866987). I also found that when I implemented this, [django-rules](https://github.com/dfunckt/django-rules) was quite useful for extending...

I had this issue occurring from `aws_lambda_python_alpha.PythonFunction`. Somehow I had got into a state where `cdk.out/asset.{hash}/` folder had the correct files, but there was a corresponding ZIP file uploaded to...

@mhart Would there be any chance of merging and releasing TransactWrite support? I have been using a fork of the repo with only this PR merged: https://github.com/c-py/dynalite It's working really...

@sisoje How are you running this on MacOS? Are you using a local tool like [act](https://github.com/nektos/act) or are you using self hosted runners?